9020 lines
451 KiB
XML
9020 lines
451 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<manifest xmlns="http://www.w7.cc" versionCode="0.8,1.0">
|
||
<application setting="false">
|
||
<name><![CDATA[人人商城V3]]></name>
|
||
<identifie><![CDATA[ewei_shopv2]]></identifie>
|
||
<version><![CDATA[3.28.39]]></version>
|
||
<type><![CDATA[business]]></type>
|
||
<ability><![CDATA[人人商城(分销),多用户分权,淘宝商品一键转换,多种插件支持。]]></ability>
|
||
<description><![CDATA[人人商城(分销),多项信息模板,强大的自定义规格设置]]></description>
|
||
<author><![CDATA[人人商城V3]]></author>
|
||
<url><![CDATA[人人商城V3]]></url>
|
||
</application>
|
||
<platform>
|
||
<subscribes>
|
||
<message type="text" />
|
||
<message type="image" />
|
||
<message type="voice" />
|
||
<message type="video" />
|
||
<message type="shortvideo" />
|
||
<message type="location" />
|
||
<message type="link" />
|
||
<message type="subscribe" />
|
||
<message type="unsubscribe" />
|
||
<message type="qr" />
|
||
<message type="trace" />
|
||
<message type="click" />
|
||
<message type="view" />
|
||
<message type="merchant_order" />
|
||
</subscribes>
|
||
|
||
<handles>
|
||
<message type="text" />
|
||
<message type="image" />
|
||
<message type="voice" />
|
||
<message type="video" />
|
||
<message type="shortvideo" />
|
||
<message type="location" />
|
||
<message type="link" />
|
||
<message type="subscribe" />
|
||
<message type="qr" />
|
||
<message type="trace" />
|
||
<message type="click" />
|
||
<message type="merchant_order" />
|
||
<message type="user_get_card" />
|
||
<message type="user_consume_card" />
|
||
<message type="user_del_card" />
|
||
</handles>
|
||
|
||
<rule embed="false" />
|
||
<card embed="false" />
|
||
<oauth type="1" />
|
||
|
||
<supports>
|
||
<item type="app" />
|
||
</supports>
|
||
</platform>
|
||
|
||
<bindings>
|
||
<cover>
|
||
<entry title="商城入口" do="mobile" state="" direct="false"/>
|
||
</cover>
|
||
<menu call="getMenus">
|
||
</menu>
|
||
</bindings>
|
||
|
||
<permissions>
|
||
</permissions>
|
||
|
||
<install><![CDATA[
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_message_mass_sign` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT NULL,
|
||
`nickname` varchar(50) DEFAULT NULL,
|
||
`taskid` int(11) DEFAULT NULL,
|
||
`status` tinyint(1) DEFAULT NULL,
|
||
`log` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_taskid` (`taskid`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_message_mass_task` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`processnum` int(11) DEFAULT '1',
|
||
`sendnum` int(11) DEFAULT '0',
|
||
`messagetype` tinyint(1) DEFAULT '0',
|
||
`templateid` int(11) DEFAULT '0',
|
||
`resptitle` varchar(255) DEFAULT NULL,
|
||
`respthumb` varchar(255) DEFAULT NULL,
|
||
`respdesc` varchar(255) DEFAULT NULL,
|
||
`respurl` varchar(255) DEFAULT NULL,
|
||
`sendlimittype` tinyint(1) DEFAULT '0',
|
||
`send_openid` text,
|
||
`send_level` int(11) DEFAULT NULL,
|
||
`send_group` int(11) DEFAULT NULL,
|
||
`send_agentlevel` int(11) DEFAULT NULL,
|
||
`customertype` tinyint(1) DEFAULT '0',
|
||
`resdesc2` text,
|
||
`pagecount` int(11) DEFAULT '0',
|
||
`successnum` int(11) DEFAULT '0',
|
||
`failnum` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_message_mass_template` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`template_id` varchar(255) DEFAULT '',
|
||
`first` text NOT NULL,
|
||
`firstcolor` varchar(255) DEFAULT '',
|
||
`data` text NOT NULL,
|
||
`remark` text NOT NULL,
|
||
`remarkcolor` varchar(255) DEFAULT '',
|
||
`url` varchar(255) NOT NULL,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`sendtimes` int(11) DEFAULT '0',
|
||
`sendcount` int(11) DEFAULT '0',
|
||
`miniprogram` tinyint(1) DEFAULT '0',
|
||
`appid` varchar(255) DEFAULT '',
|
||
`pagepath` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_advertisement` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`name` varchar(8) DEFAULT NULL,
|
||
`logo` text,
|
||
`url` text,
|
||
`create_time` datetime NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_chicken` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`openid` varchar(64) DEFAULT NULL,
|
||
`name` varchar(32) DEFAULT NULL,
|
||
`portrait` text,
|
||
`level` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`experience` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`accelerate` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`egg_stock` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`last_egg_stock` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`feed_stock` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`bowl_stock` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`integral` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`feeding_time` datetime DEFAULT NULL,
|
||
`feeding_sum` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`lay_eggs_eat` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`lay_eggs_sum` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`eat_sum` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`surprised_guard` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_configure` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`name` varchar(64) DEFAULT NULL,
|
||
`url` text,
|
||
`qrcode` text,
|
||
`keyword` varchar(64) DEFAULT NULL,
|
||
`title` text,
|
||
`logo` text,
|
||
`describe` text,
|
||
`public_qrcode` text,
|
||
`force_follow` enum('1','0') NOT NULL DEFAULT '0',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_egg` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`openid` varchar(64) DEFAULT NULL,
|
||
`sum` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`use_sum` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`status` enum('是','否') NOT NULL DEFAULT '否',
|
||
`receive` enum('是','否') NOT NULL DEFAULT '否',
|
||
`use_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_grade` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`level` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`experience` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`accelerate` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`surprised_guard` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_indicate` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`image` text,
|
||
`describe` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_integral` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`openid` varchar(64) DEFAULT NULL,
|
||
`nickname` varchar(64) DEFAULT NULL,
|
||
`order_id` varchar(128) DEFAULT NULL,
|
||
`integral` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`egg` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`receive` enum('是','否') NOT NULL DEFAULT '否',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_log` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`category` enum('获取优惠券','获取积分','获取鸡蛋','获取饲料','获取道具卡','兑换商品') NOT NULL DEFAULT '获取优惠券',
|
||
`describe` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_market` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`title` varchar(8) DEFAULT NULL,
|
||
`type` enum('商品','积分') NOT NULL DEFAULT '积分',
|
||
`value` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`egg` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`logo` text,
|
||
`number` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_mood` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`background` text,
|
||
`logo` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_mood_image` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`picture` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_notice` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`title` varchar(64) DEFAULT NULL,
|
||
`content` longtext,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_order` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`openid` varchar(64) DEFAULT NULL,
|
||
`username` varchar(64) DEFAULT NULL,
|
||
`market_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`market_title` varchar(64) DEFAULT NULL,
|
||
`receive` enum('1','0') NOT NULL DEFAULT '0',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_presentation` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`openid` varchar(64) DEFAULT NULL,
|
||
`content` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_prop` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`name` varchar(64) NOT NULL DEFAULT '',
|
||
`logo` text,
|
||
`deposit_max` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`day_use_max` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`effect` enum('进食加速','新单卡','其它') NOT NULL DEFAULT '其它',
|
||
`value` text,
|
||
`get_category` enum('完成任务','积分兑换','购买商品') NOT NULL DEFAULT '完成任务',
|
||
`get_value` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_reply` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`brief_introduce` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_seting` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`eat_time` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`time_steal` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`steal_eat_time` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`eat_tips` varchar(64) NOT NULL DEFAULT '',
|
||
`warehouse` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`bowl` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`lay_eggs_eat` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`lay_eggs_tips` varchar(64) NOT NULL DEFAULT '',
|
||
`lay_eggs_number_min` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`lay_eggs_number_max` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`obtain_feed_max` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`exchange_integral_max` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`feed_invalid_time` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`egg_invalid_time` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`surprised_invalid_time` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`eat_experience` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`rate` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
||
`advertisement_max` int(11) unsigned NOT NULL DEFAULT '1',
|
||
`surprised_probability` int(11) unsigned NOT NULL DEFAULT '1',
|
||
`shop` text,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_surprised` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`category` enum('优惠券','积分') NOT NULL DEFAULT '优惠券',
|
||
`value` text,
|
||
`probability` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_task` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`logo` text,
|
||
`title` varchar(64) NOT NULL DEFAULT '',
|
||
`feed` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`order_feed` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`money_feed` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
||
`goods_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`goods_feed` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`get_max` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`core` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`core_feed` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`member_level` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`member_level_feed` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`start_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`end_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`category` enum('签到','任务中心','购买商品','商城下单','会员领取') NOT NULL DEFAULT '签到',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_threshold` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`free` enum('1','0') DEFAULT NULL,
|
||
`goods` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`level` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`consumption` enum('1','0') DEFAULT NULL,
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_user` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`name` varchar(64) NOT NULL DEFAULT '',
|
||
`openid` varchar(56) DEFAULT NULL,
|
||
`tofakeid` varchar(56) DEFAULT NULL,
|
||
`follow` enum('0','1') NOT NULL DEFAULT '1',
|
||
`consume` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
||
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`portrait` text,
|
||
`autograph` text,
|
||
`sex` enum('男','女') NOT NULL DEFAULT '男',
|
||
`birthday` date DEFAULT NULL,
|
||
`distribution` enum('0','1') NOT NULL DEFAULT '1',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_user_friend` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`active_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`active_name` varchar(64) NOT NULL DEFAULT '',
|
||
`active_openid` varchar(56) DEFAULT NULL,
|
||
`active_tofakeid` varchar(56) DEFAULT NULL,
|
||
`passive_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`passive_name` varchar(64) NOT NULL DEFAULT '',
|
||
`passive_openid` varchar(56) DEFAULT NULL,
|
||
`passive_tofakeid` varchar(56) DEFAULT NULL,
|
||
`agree` enum('是','等待中','否') NOT NULL DEFAULT '等待中',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_user_prop` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`user_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`prop_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`total` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_user_surprised` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`openid` varchar(64) DEFAULT NULL,
|
||
`surprised_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`status` enum('是','否') NOT NULL DEFAULT '否',
|
||
`use` enum('是','否') NOT NULL DEFAULT '否',
|
||
`receive` enum('是','否') NOT NULL DEFAULT '否',
|
||
`use_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_open_farm_user_task` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`openid` varchar(56) DEFAULT NULL,
|
||
`task_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`rid` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`order_sum` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`order_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
||
`goods_sum` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`status` enum('进行中','已完成','已领取') NOT NULL DEFAULT '进行中',
|
||
`create_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_abonus_bill` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billno` varchar(100) DEFAULT '',
|
||
`paytype` int(11) DEFAULT '0',
|
||
`year` int(11) DEFAULT '0',
|
||
`month` int(11) DEFAULT '0',
|
||
`week` int(11) DEFAULT '0',
|
||
`ordercount` int(11) DEFAULT '0',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`aagentcount1` int(11) DEFAULT '0',
|
||
`aagentcount2` int(11) DEFAULT '0',
|
||
`aagentcount3` int(11) DEFAULT '0',
|
||
`bonusmoney1` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_send1` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_pay1` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney2` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_send2` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_pay2` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney3` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_send3` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_pay3` decimal(10,2) DEFAULT '0.00',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`starttime` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`confirmtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_month` (`month`),
|
||
KEY `idx_paytime` (`paytime`),
|
||
KEY `idx_paytype` (`paytype`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_week` (`week`),
|
||
KEY `idx_year` (`year`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_abonus_billo` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billid` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_billid` (`billid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_abonus_billp` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`payno` varchar(255) DEFAULT '',
|
||
`paytype` tinyint(3) DEFAULT '0',
|
||
`bonus1` decimal(10,4) DEFAULT '0.0000',
|
||
`bonus2` decimal(10,4) DEFAULT '0.0000',
|
||
`bonus3` decimal(10,4) DEFAULT '0.0000',
|
||
`money1` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney1` decimal(10,2) DEFAULT '0.00',
|
||
`paymoney1` decimal(10,2) DEFAULT '0.00',
|
||
`money2` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney2` decimal(10,2) DEFAULT '0.00',
|
||
`paymoney2` decimal(10,2) DEFAULT '0.00',
|
||
`money3` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney3` decimal(10,2) DEFAULT '0.00',
|
||
`paymoney3` decimal(10,2) DEFAULT '0.00',
|
||
`chargemoney1` decimal(10,2) DEFAULT '0.00',
|
||
`chargemoney2` decimal(10,2) DEFAULT '0.00',
|
||
`chargemoney3` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`reason` varchar(255) DEFAULT '',
|
||
`paytime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_billid` (`billid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_abonus_level` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`levelname` varchar(50) DEFAULT '',
|
||
`bonus1` decimal(10,4) DEFAULT '0.0000',
|
||
`bonus2` decimal(10,4) DEFAULT '0.0000',
|
||
`bonus3` decimal(10,4) DEFAULT '0.0000',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`ordercount` int(11) DEFAULT '0',
|
||
`bonusmoney` decimal(10,2) DEFAULT '0.00',
|
||
`downcount` int(11) DEFAULT '0',
|
||
`commissionmoney` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_address_applyfor` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`openid` varchar(11) DEFAULT NULL,
|
||
`data` text,
|
||
`orderid` int(11) DEFAULT NULL,
|
||
`ordersn` varchar(255) DEFAULT NULL,
|
||
`isdispose` tinyint(1) DEFAULT '0',
|
||
`message` varchar(255) DEFAULT NULL,
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`ispass` tinyint(1) DEFAULT '0',
|
||
`isdelete` tinyint(4) DEFAULT '0',
|
||
`isall` tinyint(4) DEFAULT '0',
|
||
`old_address` text,
|
||
`cycleid` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
`shopid` int(11) DEFAULT '0',
|
||
`iswxapp` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_af_supplier` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`openid` varchar(255) NOT NULL,
|
||
`uniacid` int(11) NOT NULL,
|
||
`realname` varchar(55) NOT NULL,
|
||
`mobile` varchar(255) NOT NULL,
|
||
`weixin` varchar(255) NOT NULL,
|
||
`productname` varchar(255) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_area_config` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`new_area` tinyint(3) NOT NULL DEFAULT '0',
|
||
`address_street` tinyint(3) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_article` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`article_title` varchar(255) NOT NULL DEFAULT '' COMMENT '文章标题',
|
||
`resp_desc` text NOT NULL COMMENT '回复介绍',
|
||
`resp_img` text NOT NULL COMMENT '回复图片',
|
||
`article_content` longtext,
|
||
`article_category` int(11) NOT NULL DEFAULT '0' COMMENT '文章分类',
|
||
`article_date_v` varchar(20) NOT NULL DEFAULT '' COMMENT '虚拟发布时间',
|
||
`article_date` varchar(20) NOT NULL DEFAULT '' COMMENT '文章发布时间',
|
||
`article_mp` varchar(50) NOT NULL DEFAULT '' COMMENT '公众号',
|
||
`article_author` varchar(20) NOT NULL DEFAULT '' COMMENT '发布作者',
|
||
`article_readnum_v` int(11) NOT NULL DEFAULT '0' COMMENT '虚拟阅读量',
|
||
`article_readnum` int(11) NOT NULL DEFAULT '0' COMMENT '真实阅读量',
|
||
`article_likenum_v` int(11) NOT NULL DEFAULT '0' COMMENT '虚拟点赞数',
|
||
`article_likenum` int(11) NOT NULL DEFAULT '0' COMMENT '真实点赞数',
|
||
`article_linkurl` varchar(300) NOT NULL DEFAULT '' COMMENT '阅读原文链接',
|
||
`article_rule_daynum` int(11) NOT NULL DEFAULT '0' COMMENT '每人每天参与次数',
|
||
`article_rule_allnum` int(11) NOT NULL DEFAULT '0' COMMENT '所有参与次数',
|
||
`article_rule_credit` int(11) NOT NULL DEFAULT '0' COMMENT '增加y积分',
|
||
`article_rule_money` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '增加z余额',
|
||
`page_set_option_nocopy` int(1) NOT NULL DEFAULT '0' COMMENT '页面禁止复制url',
|
||
`page_set_option_noshare_tl` int(1) NOT NULL DEFAULT '0' COMMENT '页面禁止分享至朋友圈',
|
||
`page_set_option_noshare_msg` int(1) NOT NULL DEFAULT '0' COMMENT '页面禁止发送给好友',
|
||
`article_keyword` varchar(255) NOT NULL DEFAULT '' COMMENT '页面关键字',
|
||
`article_report` int(1) NOT NULL DEFAULT '0' COMMENT '举报按钮',
|
||
`product_advs_type` int(1) NOT NULL DEFAULT '0' COMMENT '营销显示产品',
|
||
`product_advs_title` varchar(255) NOT NULL DEFAULT '' COMMENT '营销产品标题',
|
||
`product_advs_more` varchar(255) NOT NULL DEFAULT '' COMMENT '推广产品底部标题',
|
||
`product_advs_link` varchar(255) NOT NULL DEFAULT '' COMMENT '推广产品底部链接',
|
||
`product_advs` text NOT NULL COMMENT '营销商品',
|
||
`article_state` int(1) NOT NULL DEFAULT '0',
|
||
`network_attachment` varchar(255) DEFAULT '',
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`article_keyword2` varchar(255) NOT NULL DEFAULT '',
|
||
`article_rule_credittotal` int(11) DEFAULT '0',
|
||
`article_rule_moneytotal` decimal(10,2) DEFAULT '0.00',
|
||
`article_rule_credit2` int(11) NOT NULL DEFAULT '0',
|
||
`article_rule_money2` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`article_rule_creditm` int(11) NOT NULL DEFAULT '0',
|
||
`article_rule_moneym` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`article_rule_creditm2` int(11) NOT NULL DEFAULT '0',
|
||
`article_rule_moneym2` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`article_readtime` int(11) DEFAULT '0',
|
||
`article_areas` varchar(255) DEFAULT '',
|
||
`article_endtime` int(11) DEFAULT '0',
|
||
`article_hasendtime` tinyint(3) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`article_advance` int(11) DEFAULT '0',
|
||
`article_virtualadd` tinyint(3) DEFAULT '0',
|
||
`article_visit` tinyint(3) DEFAULT '0',
|
||
`article_visit_level` text,
|
||
`article_visit_tip` varchar(500) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_article_title` (`article_title`),
|
||
KEY `idx_article_content` (`article_content`(10)),
|
||
KEY `idx_article_keyword` (`article_keyword`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='营销文章';
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_article_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`category_name` varchar(255) NOT NULL DEFAULT '' COMMENT '分类名称',
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`isshow` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_category_name` (`category_name`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='营销表单分类';
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_article_comment` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`articleid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`nickname` varchar(50) DEFAULT '',
|
||
`headimgurl` varchar(255) DEFAULT '',
|
||
`content` varchar(500) DEFAULT '',
|
||
`reply_createtime` int(11) DEFAULT NULL,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`reply_content` varchar(500) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_article_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`aid` int(11) NOT NULL DEFAULT '0' COMMENT '文章id',
|
||
`read` int(11) NOT NULL DEFAULT '0',
|
||
`like` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(255) NOT NULL DEFAULT '' COMMENT '用户openid',
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_aid` (`aid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='点赞/阅读记录';
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_article_report` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`mid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`aid` int(11) DEFAULT '0',
|
||
`cate` varchar(255) NOT NULL DEFAULT '',
|
||
`cons` varchar(255) NOT NULL DEFAULT '',
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户举报记录';
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_article_share` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`aid` int(11) NOT NULL DEFAULT '0',
|
||
`share_user` int(11) NOT NULL DEFAULT '0' COMMENT '分享人',
|
||
`click_user` int(11) NOT NULL DEFAULT '0' COMMENT '点击人',
|
||
`click_date` varchar(20) NOT NULL DEFAULT '' COMMENT '执行时间',
|
||
`add_credit` int(11) NOT NULL DEFAULT '0' COMMENT '添加的积分',
|
||
`add_money` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '添加的余额',
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_aid` (`aid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户分享数据';
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_article_sys` (
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`article_message` varchar(255) NOT NULL DEFAULT '',
|
||
`article_title` varchar(255) NOT NULL DEFAULT '' COMMENT '标题',
|
||
`article_image` varchar(300) NOT NULL DEFAULT '' COMMENT '图片',
|
||
`article_shownum` int(11) NOT NULL DEFAULT '0' COMMENT '每页数量',
|
||
`article_keyword` varchar(255) NOT NULL DEFAULT '' COMMENT '关键字',
|
||
`article_temp` int(11) NOT NULL DEFAULT '0',
|
||
`article_source` varchar(255) NOT NULL DEFAULT '',
|
||
`article_close_advanced` tinyint(1) NOT NULL DEFAULT '1',
|
||
PRIMARY KEY (`uniacid`),
|
||
KEY `idx_article_message` (`article_message`),
|
||
KEY `idx_article_keyword` (`article_keyword`),
|
||
KEY `idx_article_title` (`article_title`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文章设置';
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_author_bill` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billno` varchar(100) DEFAULT '',
|
||
`paytype` int(11) DEFAULT '0',
|
||
`year` int(11) DEFAULT '0',
|
||
`month` int(11) DEFAULT '0',
|
||
`week` int(11) DEFAULT '0',
|
||
`ordercount` int(11) DEFAULT '0',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusrate` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_send` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_pay` decimal(10,2) DEFAULT '0.00',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`partnercount` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`starttime` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`confirmtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_paytype` (`paytype`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_paytime` (`paytime`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_month` (`month`),
|
||
KEY `idx_week` (`week`),
|
||
KEY `idx_year` (`year`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_author_billo` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billid` int(11) DEFAULT '0',
|
||
`authorid` int(11) DEFAULT NULL,
|
||
`orderid` text,
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_billid` (`billid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_author_billp` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`payno` varchar(255) DEFAULT '',
|
||
`paytype` tinyint(3) DEFAULT '0',
|
||
`bonus` decimal(10,2) DEFAULT '0.00',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`paymoney` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`chargemoney` decimal(10,2) DEFAULT '0.00',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`reason` varchar(255) DEFAULT '',
|
||
`paytime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_billid` (`billid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_author_level` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`levelname` varchar(50) DEFAULT '',
|
||
`bonus` decimal(10,4) DEFAULT '0.0000',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`ordercount` int(11) DEFAULT '0',
|
||
`commissionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney` decimal(10,2) DEFAULT '0.00',
|
||
`downcount` int(11) DEFAULT '0',
|
||
`bonus_fg` varchar(500) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_author_team` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`teamno` varchar(50) DEFAULT '',
|
||
`year` int(11) DEFAULT '0',
|
||
`month` int(11) DEFAULT '0',
|
||
`team_count` int(11) DEFAULT '0',
|
||
`team_ids` longtext,
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`paytime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `teamno` (`teamno`),
|
||
KEY `year` (`year`),
|
||
KEY `month` (`month`),
|
||
KEY `status` (`status`),
|
||
KEY `createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_author_team_pay` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`teamid` int(11) DEFAULT '0',
|
||
`mid` int(11) DEFAULT '0',
|
||
`payno` varchar(255) DEFAULT '',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`paymoney` decimal(10,2) DEFAULT '0.00',
|
||
`paytime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_teamid` (`teamid`),
|
||
KEY `idx_mid` (`mid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_badv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`badvname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
`shopid` int(11) DEFAULT '0',
|
||
`iswxapp` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_banner` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`bannername` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
`shopid` int(11) DEFAULT '0',
|
||
`iswxapp` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_bargain_account` (
|
||
`id` int(11) NOT NULL,
|
||
`mall_name` varchar(255) DEFAULT NULL,
|
||
`banner` varchar(255) DEFAULT NULL,
|
||
`mall_title` varchar(255) DEFAULT NULL,
|
||
`mall_content` varchar(255) DEFAULT NULL,
|
||
`mall_logo` varchar(255) DEFAULT NULL,
|
||
`message` int(11) DEFAULT '0',
|
||
`partin` int(11) DEFAULT '0',
|
||
`rule` text,
|
||
`end_message` int(11) DEFAULT '0',
|
||
`follow_swi` tinyint(1) NOT NULL DEFAULT '0',
|
||
`sharestyle` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_bargain_actor` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`goods_id` int(11) NOT NULL,
|
||
`now_price` decimal(9,2) NOT NULL,
|
||
`created_time` datetime NOT NULL,
|
||
`update_time` datetime NOT NULL,
|
||
`bargain_times` int(10) NOT NULL,
|
||
`openid` varchar(50) NOT NULL DEFAULT '',
|
||
`nickname` varchar(20) NOT NULL,
|
||
`head_image` varchar(200) NOT NULL,
|
||
`bargain_price` decimal(9,2) NOT NULL,
|
||
`status` tinyint(2) NOT NULL,
|
||
`account_id` int(11) NOT NULL,
|
||
`initiate` tinyint(4) NOT NULL DEFAULT '0',
|
||
`order` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_account_id` (`account_id`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_bargain_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`account_id` int(11) NOT NULL,
|
||
`goods_id` varchar(20) NOT NULL,
|
||
`end_price` decimal(10,2) NOT NULL,
|
||
`start_time` datetime NOT NULL,
|
||
`end_time` datetime NOT NULL,
|
||
`status` tinyint(2) NOT NULL,
|
||
`type` tinyint(2) NOT NULL,
|
||
`user_set` text,
|
||
`rule` text,
|
||
`act_times` int(11) NOT NULL,
|
||
`mode` tinyint(4) NOT NULL,
|
||
`total_time` int(11) NOT NULL,
|
||
`each_time` int(11) NOT NULL,
|
||
`time_limit` int(11) NOT NULL,
|
||
`probability` text NOT NULL,
|
||
`custom` varchar(255) DEFAULT NULL,
|
||
`maximum` int(11) DEFAULT NULL,
|
||
`initiate` tinyint(4) NOT NULL DEFAULT '0',
|
||
`myself` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `goods_id` (`goods_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_bargain_record` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`actor_id` int(11) NOT NULL,
|
||
`bargain_price` decimal(9,2) NOT NULL,
|
||
`openid` varchar(50) NOT NULL DEFAULT '',
|
||
`nickname` varchar(20) NOT NULL,
|
||
`head_image` varchar(200) NOT NULL,
|
||
`bargain_time` datetime NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_actor_id` (`actor_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_carrier` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`realname` varchar(50) DEFAULT '',
|
||
`mobile` varchar(50) DEFAULT '',
|
||
`address` varchar(255) DEFAULT '',
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`catename` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_clearing` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`clearno` varchar(64) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`remark` varchar(500) DEFAULT '',
|
||
`orderids` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`paytype` tinyint(1) DEFAULT '0',
|
||
`payinfo` varchar(1000) DEFAULT '',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `storeid` (`cashierid`),
|
||
KEY `status` (`status`),
|
||
KEY `createtime` (`createtime`),
|
||
KEY `deleted` (`deleted`),
|
||
KEY `clearno` (`clearno`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_goods` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`createtime` int(10) unsigned DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`image` varchar(255) DEFAULT '',
|
||
`categoryid` tinyint(1) DEFAULT '0',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`total` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`goodssn` varchar(50) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `cashierid` (`cashierid`),
|
||
KEY `goodssn` (`goodssn`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_goods_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`catename` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_cashierid` (`cashierid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_operator` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`manageopenid` varchar(50) DEFAULT '',
|
||
`username` varchar(255) DEFAULT '',
|
||
`password` varchar(50) DEFAULT '',
|
||
`salt` varchar(8) DEFAULT '',
|
||
`perm` text,
|
||
`createtime` int(10) unsigned DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `cashierid` (`cashierid`),
|
||
KEY `manageopenid` (`manageopenid`),
|
||
KEY `username` (`username`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_order` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`ordersn` varchar(255) DEFAULT '',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`payopenid` varchar(50) DEFAULT '',
|
||
`createtime` int(10) unsigned DEFAULT '0',
|
||
`status` tinyint(4) DEFAULT '0',
|
||
`paytime` int(10) unsigned DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_pay_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`operatorid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`paytype` tinyint(3) DEFAULT NULL,
|
||
`logno` varchar(255) DEFAULT '',
|
||
`title` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`is_applypay` tinyint(1) DEFAULT '0',
|
||
`randommoney` decimal(10,2) DEFAULT '0.00',
|
||
`enough` decimal(10,2) DEFAULT '0.00',
|
||
`mobile` varchar(20) DEFAULT '',
|
||
`deduction` decimal(10,2) DEFAULT '0.00',
|
||
`discountmoney` decimal(10,2) DEFAULT '0.00',
|
||
`discount` decimal(5,2) DEFAULT '0.00',
|
||
`isgoods` tinyint(1) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`orderprice` decimal(10,2) DEFAULT '0.00',
|
||
`goodsprice` decimal(10,2) DEFAULT '0.00',
|
||
`couponpay` decimal(10,2) DEFAULT '0.00',
|
||
`payopenid` varchar(50) DEFAULT '',
|
||
`nosalemoney` decimal(10,2) DEFAULT '0.00',
|
||
`coupon` int(11) DEFAULT '0',
|
||
`usecoupon` int(11) DEFAULT '0',
|
||
`usecouponprice` decimal(10,2) DEFAULT '0.00',
|
||
`present_credit1` int(11) DEFAULT '0',
|
||
`refundsn` varchar(50) DEFAULT '',
|
||
`refunduser` int(11) DEFAULT '0',
|
||
`client_ip` varchar(16) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`paytype`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_storeid` (`cashierid`),
|
||
KEY `idx_logno` (`logno`),
|
||
KEY `is_applypay` (`is_applypay`),
|
||
KEY `orderid` (`orderid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_pay_log_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`logid` int(11) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`total` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `logid` (`logid`),
|
||
KEY `goodsid` (`goodsid`),
|
||
KEY `cashierid` (`cashierid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_qrcode` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`goodstitle` varchar(255) DEFAULT '',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`createtime` int(10) unsigned DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `cashierid` (`cashierid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_randommoney_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cashierid` int(11) DEFAULT '0',
|
||
`clientip` int(11) unsigned DEFAULT '0',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`randommoney` decimal(10,2) DEFAULT '0.00',
|
||
`expires_time` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_storeid` (`cashierid`),
|
||
KEY `idx_clientip` (`clientip`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cashier_user` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`storeid` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`setmeal` tinyint(3) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`logo` varchar(255) DEFAULT '',
|
||
`manageopenid` varchar(50) DEFAULT '',
|
||
`isopen_commission` tinyint(1) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT '',
|
||
`mobile` varchar(50) DEFAULT '',
|
||
`categoryid` int(11) DEFAULT '0',
|
||
`wechat_status` tinyint(1) DEFAULT '0',
|
||
`wechatpay` text,
|
||
`alipay_status` tinyint(1) DEFAULT '0',
|
||
`alipay` text,
|
||
`withdraw` decimal(10,2) DEFAULT '0.00',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`diyformfields` text,
|
||
`diyformdata` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`username` varchar(255) DEFAULT '',
|
||
`password` varchar(32) DEFAULT '',
|
||
`salt` char(8) DEFAULT '',
|
||
`lifetimestart` int(10) unsigned DEFAULT '0',
|
||
`lifetimeend` int(10) unsigned DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`set` longtext,
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`can_withdraw` tinyint(1) DEFAULT '0',
|
||
`show_paytype` tinyint(1) DEFAULT '0',
|
||
`couponid` varchar(255) DEFAULT '',
|
||
`management` varchar(1000) DEFAULT '',
|
||
`notice_openids` varchar(500) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `openid` (`manageopenid`),
|
||
KEY `username` (`username`),
|
||
KEY `status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0' COMMENT '所属帐号',
|
||
`name` varchar(50) DEFAULT NULL COMMENT '分类名称',
|
||
`thumb` varchar(255) DEFAULT NULL COMMENT '分类图片',
|
||
`parentid` int(11) DEFAULT '0' COMMENT '上级分类ID,0为第一级',
|
||
`isrecommand` int(10) DEFAULT '0',
|
||
`description` varchar(500) DEFAULT NULL COMMENT '分类介绍',
|
||
`displayorder` tinyint(3) unsigned DEFAULT '0' COMMENT '排序',
|
||
`enabled` tinyint(1) DEFAULT '1' COMMENT '是否开启',
|
||
`ishome` tinyint(3) DEFAULT '0',
|
||
`advimg` varchar(255) DEFAULT '',
|
||
`advurl` varchar(500) DEFAULT '',
|
||
`level` tinyint(3) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_parentid` (`parentid`),
|
||
KEY `idx_isrecommand` (`isrecommand`),
|
||
KEY `idx_ishome` (`ishome`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_city_express` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`start_fee` decimal(10,2) DEFAULT '0.00',
|
||
`start_km` int(11) DEFAULT '0',
|
||
`pre_km` int(11) DEFAULT '0',
|
||
`pre_km_fee` decimal(10,2) DEFAULT '0.00',
|
||
`fixed_km` int(11) DEFAULT '0',
|
||
`fixed_fee` decimal(10,2) DEFAULT '0.00',
|
||
`receive_goods` int(11) DEFAULT NULL,
|
||
`lng` varchar(255) DEFAULT '',
|
||
`lat` varchar(255) DEFAULT '',
|
||
`range` int(11) DEFAULT '0',
|
||
`zoom` int(11) NOT NULL DEFAULT '13',
|
||
`express_type` int(11) NOT NULL DEFAULT '0',
|
||
`config` varchar(255) NOT NULL DEFAULT '',
|
||
`tel1` varchar(255) DEFAULT '',
|
||
`tel2` varchar(255) DEFAULT '',
|
||
`is_sum` tinyint(1) DEFAULT '0',
|
||
`is_dispatch` tinyint(1) DEFAULT '1',
|
||
`enabled` tinyint(1) DEFAULT '0',
|
||
`geo_key` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_apply` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`applyno` varchar(255) DEFAULT '',
|
||
`mid` int(11) DEFAULT '0' COMMENT '会员ID',
|
||
`type` tinyint(3) DEFAULT '0' COMMENT '0 余额 1 微信',
|
||
`orderids` longtext,
|
||
`commission` decimal(10,2) DEFAULT '0.00',
|
||
`commission_pay` decimal(10,2) DEFAULT '0.00',
|
||
`content` text,
|
||
`status` tinyint(3) DEFAULT '0' COMMENT '-1 无效 0 未知 1 正在申请 2 审核通过 3 已经打款',
|
||
`applytime` int(11) DEFAULT '0',
|
||
`checktime` int(11) DEFAULT '0',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`invalidtime` int(11) DEFAULT '0',
|
||
`refusetime` int(11) DEFAULT '0',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`deductionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`beginmoney` decimal(10,2) DEFAULT '0.00',
|
||
`endmoney` decimal(10,2) DEFAULT '0.00',
|
||
`alipay` varchar(50) NOT NULL DEFAULT '',
|
||
`bankname` varchar(50) NOT NULL DEFAULT '',
|
||
`bankcard` varchar(50) NOT NULL DEFAULT '',
|
||
`realname` varchar(50) NOT NULL DEFAULT '',
|
||
`alipay1` varchar(50) NOT NULL DEFAULT '',
|
||
`bankname1` varchar(50) NOT NULL DEFAULT '',
|
||
`bankcard1` varchar(50) NOT NULL DEFAULT '',
|
||
`repurchase` decimal(10,2) DEFAULT '0.00',
|
||
`sendmoney` decimal(10,2) DEFAULT '0.00',
|
||
`senddata` text,
|
||
`bankopen` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_mid` (`mid`),
|
||
KEY `idx_checktime` (`checktime`),
|
||
KEY `idx_paytime` (`paytime`),
|
||
KEY `idx_applytime` (`applytime`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_invalidtime` (`invalidtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_bank` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`bankname` varchar(255) NOT NULL DEFAULT '',
|
||
`content` varchar(255) NOT NULL DEFAULT '',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_clickcount` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`from_openid` varchar(255) DEFAULT '',
|
||
`clicktime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_from_openid` (`from_openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_level` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`levelname` varchar(50) DEFAULT '',
|
||
`commission1` decimal(10,2) DEFAULT '0.00',
|
||
`commission2` decimal(10,2) DEFAULT '0.00',
|
||
`commission3` decimal(10,2) DEFAULT '0.00',
|
||
`commissionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`downcount` int(11) DEFAULT '0',
|
||
`ordercount` int(11) DEFAULT '0',
|
||
`goodsids` varchar(1000) DEFAULT '',
|
||
`goodsids_text` varchar(2000) NOT NULL DEFAULT '',
|
||
`level` int(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`applyid` int(11) DEFAULT '0',
|
||
`mid` int(11) DEFAULT '0',
|
||
`commission` decimal(10,2) DEFAULT '0.00',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`commission_pay` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`deductionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_applyid` (`applyid`),
|
||
KEY `idx_mid` (`mid`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_rank` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`type` tinyint(4) NOT NULL DEFAULT '0',
|
||
`num` int(11) NOT NULL,
|
||
`status` tinyint(4) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`content` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_relation` (
|
||
`id` int(10) unsigned NOT NULL,
|
||
`pid` int(10) unsigned NOT NULL,
|
||
`level` tinyint(1) unsigned NOT NULL,
|
||
UNIQUE KEY `id_pid` (`id`,`pid`),
|
||
KEY `id` (`id`),
|
||
KEY `pid` (`pid`),
|
||
KEY `level` (`level`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_repurchase` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`year` int(4) DEFAULT '0',
|
||
`month` tinyint(2) DEFAULT '0',
|
||
`repurchase` decimal(10,2) DEFAULT '0.00',
|
||
`applyid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `applyid` (`applyid`),
|
||
KEY `openid` (`openid`),
|
||
KEY `uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_commission_shop` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`mid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
`logo` varchar(255) DEFAULT '',
|
||
`img` varchar(255) DEFAULT NULL,
|
||
`desc` varchar(255) DEFAULT '',
|
||
`selectgoods` tinyint(3) DEFAULT '0',
|
||
`selectcategory` tinyint(3) DEFAULT '0',
|
||
`goodsids` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_mid` (`mid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`catid` int(11) DEFAULT '0',
|
||
`couponname` varchar(255) DEFAULT '',
|
||
`gettype` tinyint(3) DEFAULT '0',
|
||
`getmax` int(11) DEFAULT '0',
|
||
`usetype` tinyint(3) DEFAULT '0' COMMENT '消费方式 0 付款使用 1 下单使用',
|
||
`returntype` tinyint(3) DEFAULT '0' COMMENT '退回方式 0 不可退回 1 取消订单(未付款) 2.退款可以退回',
|
||
`bgcolor` varchar(255) DEFAULT '',
|
||
`enough` decimal(10,2) DEFAULT '0.00',
|
||
`timelimit` tinyint(3) DEFAULT '0' COMMENT '0 领取后几天有效 1 时间范围',
|
||
`coupontype` tinyint(3) DEFAULT '0' COMMENT '0 优惠券 1 充值券',
|
||
`timedays` int(11) DEFAULT '0',
|
||
`timestart` int(11) DEFAULT '0',
|
||
`timeend` int(11) DEFAULT '0',
|
||
`discount` decimal(10,2) DEFAULT '0.00' COMMENT '折扣',
|
||
`deduct` decimal(10,2) DEFAULT '0.00' COMMENT '抵扣',
|
||
`backtype` tinyint(3) DEFAULT '0',
|
||
`backmoney` varchar(50) DEFAULT '' COMMENT '返现',
|
||
`backcredit` varchar(50) DEFAULT '' COMMENT '返积分',
|
||
`backredpack` varchar(50) DEFAULT '',
|
||
`backwhen` tinyint(3) DEFAULT '0',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`desc` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`total` int(11) DEFAULT '0' COMMENT '数量 -1 不限制',
|
||
`status` tinyint(3) DEFAULT '0' COMMENT '可用',
|
||
`money` decimal(10,2) DEFAULT '0.00' COMMENT '购买价格',
|
||
`respdesc` text COMMENT '推送描述',
|
||
`respthumb` varchar(255) DEFAULT '' COMMENT '推送图片',
|
||
`resptitle` varchar(255) DEFAULT '' COMMENT '推送标题',
|
||
`respurl` varchar(255) DEFAULT '',
|
||
`credit` int(11) DEFAULT '0',
|
||
`usecredit2` tinyint(3) DEFAULT '0',
|
||
`remark` varchar(1000) DEFAULT '',
|
||
`descnoset` tinyint(3) DEFAULT '0',
|
||
`pwdkey` varchar(255) DEFAULT '',
|
||
`pwdsuc` text,
|
||
`pwdfail` text,
|
||
`pwdurl` varchar(255) DEFAULT '',
|
||
`pwdask` text,
|
||
`pwdstatus` tinyint(3) DEFAULT '0',
|
||
`pwdtimes` int(11) DEFAULT '0',
|
||
`pwdfull` text,
|
||
`pwdwords` text,
|
||
`pwdopen` tinyint(3) DEFAULT '0',
|
||
`pwdown` text,
|
||
`pwdexit` varchar(255) DEFAULT '',
|
||
`pwdexitstr` text,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`pwdkey2` varchar(255) DEFAULT '',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`limitgoodtype` tinyint(1) DEFAULT '0',
|
||
`limitgoodcatetype` tinyint(1) DEFAULT '0',
|
||
`limitgoodcateids` varchar(500) DEFAULT '',
|
||
`limitgoodids` varchar(500) DEFAULT '',
|
||
`islimitlevel` tinyint(1) DEFAULT '0',
|
||
`limitmemberlevels` varchar(500) DEFAULT '',
|
||
`limitagentlevels` varchar(500) DEFAULT '',
|
||
`limitpartnerlevels` varchar(500) DEFAULT '',
|
||
`limitaagentlevels` varchar(500) DEFAULT '',
|
||
`tagtitle` varchar(20) DEFAULT '',
|
||
`settitlecolor` tinyint(1) DEFAULT '0',
|
||
`titlecolor` varchar(10) DEFAULT '',
|
||
`limitdiscounttype` tinyint(1) DEFAULT '1',
|
||
`quickget` tinyint(1) DEFAULT '0',
|
||
`templateid` varchar(60) DEFAULT '0',
|
||
`isfriendcoupon` int(11) DEFAULT '0',
|
||
`url_limit` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_coupontype` (`coupontype`),
|
||
KEY `idx_timestart` (`timestart`),
|
||
KEY `idx_timeend` (`timeend`),
|
||
KEY `idx_timelimit` (`timelimit`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_givetype` (`backtype`),
|
||
KEY `idx_catid` (`catid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_data` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`gettype` tinyint(3) DEFAULT '0' COMMENT '获取方式 0 发放 1 领取 2 积分商城',
|
||
`used` int(11) DEFAULT '0',
|
||
`usetime` int(11) DEFAULT '0',
|
||
`gettime` int(11) DEFAULT '0' COMMENT '获取时间',
|
||
`senduid` int(11) DEFAULT '0',
|
||
`ordersn` varchar(255) DEFAULT '',
|
||
`back` tinyint(3) DEFAULT '0',
|
||
`backtime` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`isnew` tinyint(1) DEFAULT '1',
|
||
`nocount` tinyint(1) DEFAULT '1',
|
||
`shareident` varchar(50) DEFAULT NULL,
|
||
`textkey` int(11) DEFAULT NULL,
|
||
`friendcouponid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_couponid` (`couponid`),
|
||
KEY `idx_gettype` (`gettype`),
|
||
KEY `idx_used` (`used`),
|
||
KEY `idx_gettime` (`gettime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_goodsendtask` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`starttime` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`sendnum` int(11) DEFAULT '1',
|
||
`num` int(11) DEFAULT '0',
|
||
`sendpoint` tinyint(1) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_guess` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`times` int(11) DEFAULT '0',
|
||
`pwdkey` varchar(255) DEFAULT '',
|
||
`ok` tinyint(3) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_couponid` (`couponid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`logno` varchar(255) DEFAULT '',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0',
|
||
`paystatus` tinyint(3) DEFAULT '0',
|
||
`creditstatus` tinyint(3) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`paytype` tinyint(3) DEFAULT '0',
|
||
`getfrom` tinyint(3) DEFAULT '0' COMMENT '0 发放 1 中心 2 积分兑换',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_couponid` (`couponid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_paystatus` (`paystatus`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_getfrom` (`getfrom`),
|
||
KEY `idx_logno` (`logno`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_record` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`coupon_id` int(11) NOT NULL,
|
||
`openid` varchar(60) NOT NULL,
|
||
`mid` int(11) NOT NULL,
|
||
`record_id` int(11) NOT NULL,
|
||
`add_time` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `coupon_id` (`coupon_id`),
|
||
KEY `coupon_id_2` (`coupon_id`),
|
||
KEY `record_id` (`record_id`),
|
||
KEY `add_time` (`add_time`),
|
||
KEY `openid` (`openid`),
|
||
KEY `openid_2` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_sendshow` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`showkey` varchar(20) NOT NULL,
|
||
`uniacid` int(11) NOT NULL,
|
||
`openid` varchar(255) NOT NULL,
|
||
`coupondataid` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_sendtasks` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`enough` decimal(10,2) DEFAULT '0.00',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`starttime` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`sendnum` int(11) DEFAULT '1',
|
||
`num` int(11) DEFAULT '0',
|
||
`sendpoint` tinyint(1) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_taskdata` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`openid` varchar(50) DEFAULT NULL,
|
||
`taskid` int(11) DEFAULT '0',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`sendnum` int(11) DEFAULT '0',
|
||
`tasktype` tinyint(1) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`parentorderid` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`sendpoint` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_coupon_usesendtasks` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`usecouponid` int(11) DEFAULT '0',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`starttime` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`sendnum` int(11) DEFAULT '1',
|
||
`num` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0' COMMENT '所属帐号',
|
||
`name` varchar(50) DEFAULT NULL COMMENT '分类名称',
|
||
`thumb` varchar(255) DEFAULT NULL COMMENT '分类图片',
|
||
`displayorder` tinyint(3) unsigned DEFAULT '0' COMMENT '排序',
|
||
`enabled` tinyint(1) DEFAULT '1' COMMENT '是否开启',
|
||
`advimg` varchar(255) DEFAULT '',
|
||
`advurl` varchar(500) DEFAULT '',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_comment` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`logid` int(11) NOT NULL DEFAULT '0',
|
||
`logno` varchar(50) NOT NULL DEFAULT '',
|
||
`goodsid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT NULL,
|
||
`nickname` varchar(50) DEFAULT NULL,
|
||
`headimg` varchar(255) DEFAULT NULL,
|
||
`level` tinyint(3) NOT NULL DEFAULT '0',
|
||
`content` varchar(255) DEFAULT NULL,
|
||
`images` text,
|
||
`time` int(11) NOT NULL DEFAULT '0',
|
||
`reply_content` varchar(255) DEFAULT NULL,
|
||
`reply_images` text,
|
||
`reply_time` int(11) NOT NULL DEFAULT '0',
|
||
`append_content` varchar(255) DEFAULT NULL,
|
||
`append_images` text,
|
||
`append_time` int(11) NOT NULL DEFAULT '0',
|
||
`append_reply_content` varchar(255) DEFAULT NULL,
|
||
`append_reply_images` text,
|
||
`append_reply_time` int(11) NOT NULL DEFAULT '0',
|
||
`istop` tinyint(3) NOT NULL DEFAULT '0',
|
||
`checked` tinyint(3) NOT NULL DEFAULT '0',
|
||
`append_checked` tinyint(3) NOT NULL DEFAULT '0',
|
||
`virtual` tinyint(3) NOT NULL DEFAULT '0',
|
||
`deleted` tinyint(3) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`cate` int(11) DEFAULT '0',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`credit` int(11) DEFAULT '0',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`total` int(11) DEFAULT '0',
|
||
`totalday` int(11) DEFAULT '0',
|
||
`chance` int(11) DEFAULT '0',
|
||
`chanceday` int(11) DEFAULT '0',
|
||
`detail` text,
|
||
`rate1` int(11) DEFAULT '0',
|
||
`rate2` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`joins` int(11) DEFAULT '0',
|
||
`views` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`showlevels` text,
|
||
`buylevels` text,
|
||
`showgroups` text,
|
||
`buygroups` text,
|
||
`vip` tinyint(3) DEFAULT '0',
|
||
`istop` tinyint(3) DEFAULT '0',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
`istime` tinyint(3) DEFAULT '0',
|
||
`timestart` int(11) DEFAULT '0',
|
||
`timeend` int(11) DEFAULT '0',
|
||
`share_title` varchar(255) DEFAULT '',
|
||
`share_icon` varchar(255) DEFAULT '',
|
||
`share_desc` varchar(500) DEFAULT '',
|
||
`followneed` tinyint(3) DEFAULT '0',
|
||
`followtext` varchar(255) DEFAULT '',
|
||
`subtitle` varchar(255) DEFAULT '',
|
||
`subdetail` text,
|
||
`noticedetail` text,
|
||
`usedetail` varchar(255) DEFAULT '',
|
||
`goodsdetail` text,
|
||
`isendtime` tinyint(3) DEFAULT '0',
|
||
`usecredit2` tinyint(3) DEFAULT '0',
|
||
`area` varchar(255) DEFAULT '',
|
||
`dispatch` decimal(10,2) DEFAULT '0.00',
|
||
`storeids` text,
|
||
`noticeopenid` varchar(255) DEFAULT '',
|
||
`noticetype` tinyint(3) DEFAULT '0',
|
||
`isverify` tinyint(3) DEFAULT '0',
|
||
`goodstype` tinyint(3) DEFAULT '0',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`productprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`mincredit` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`minmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`maxcredit` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`maxmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`dispatchtype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`dispatchid` int(11) NOT NULL DEFAULT '0',
|
||
`verifytype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`verifynum` int(11) NOT NULL DEFAULT '0',
|
||
`grant1` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`grant2` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`goodssn` varchar(255) NOT NULL,
|
||
`productsn` varchar(255) NOT NULL,
|
||
`weight` int(11) NOT NULL,
|
||
`showtotal` tinyint(3) NOT NULL,
|
||
`totalcnf` tinyint(3) NOT NULL DEFAULT '0',
|
||
`usetime` int(11) NOT NULL DEFAULT '0',
|
||
`hasoption` tinyint(3) NOT NULL DEFAULT '0',
|
||
`noticedetailshow` tinyint(3) NOT NULL DEFAULT '0',
|
||
`detailshow` tinyint(3) NOT NULL DEFAULT '0',
|
||
`packetmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`surplusmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`packetlimit` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`packettype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`minpacketmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`packettotal` int(11) NOT NULL DEFAULT '0',
|
||
`packetsurplus` int(11) NOT NULL DEFAULT '0',
|
||
`maxpacketmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`ccates` text,
|
||
`pcates` text,
|
||
`tcates` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_endtime` (`endtime`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `idx_istop` (`istop`),
|
||
KEY `idx_isrecommand` (`isrecommand`),
|
||
KEY `idx_istime` (`istime`),
|
||
KEY `idx_timestart` (`timestart`),
|
||
KEY `idx_timeend` (`timeend`),
|
||
KEY `idx_goodstype` (`goodstype`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`logno` varchar(255) DEFAULT '',
|
||
`eno` varchar(255) DEFAULT '' COMMENT '兑换码',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0' COMMENT '0 只生成记录未参加 1 未中奖 2 已中奖 3 已发奖',
|
||
`paystatus` tinyint(3) DEFAULT '0' COMMENT '支付状态 -1 不需要支付 0 未支付 1 已支付',
|
||
`paytype` tinyint(3) DEFAULT '-1' COMMENT '支付类型 -1 不需要支付 0 余额 1 微信',
|
||
`dispatchstatus` tinyint(3) DEFAULT '0' COMMENT '运费状态 -1 不需要运费 0 未支付 1 已支付',
|
||
`creditpay` tinyint(3) DEFAULT '0' COMMENT '积分支付 0 未支付 1 已支付',
|
||
`addressid` int(11) DEFAULT '0' COMMENT '收货地址',
|
||
`dispatchno` varchar(255) DEFAULT '' COMMENT '运费支付单号',
|
||
`usetime` int(11) DEFAULT '0',
|
||
`express` varchar(255) DEFAULT '',
|
||
`expresssn` varchar(255) DEFAULT '',
|
||
`expresscom` varchar(255) DEFAULT '',
|
||
`verifyopenid` varchar(255) DEFAULT '',
|
||
`storeid` int(11) DEFAULT '0',
|
||
`realname` varchar(255) DEFAULT '',
|
||
`mobile` varchar(255) DEFAULT '',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`dupdate1` tinyint(3) DEFAULT '0',
|
||
`transid` varchar(255) DEFAULT '',
|
||
`dispatchtransid` varchar(255) DEFAULT '',
|
||
`address` text,
|
||
`optionid` int(11) NOT NULL DEFAULT '0',
|
||
`time_send` int(11) NOT NULL DEFAULT '0',
|
||
`time_finish` int(11) NOT NULL DEFAULT '0',
|
||
`iscomment` tinyint(3) NOT NULL DEFAULT '0',
|
||
`dispatchtime` int(11) NOT NULL DEFAULT '0',
|
||
`verifynum` int(11) NOT NULL DEFAULT '1',
|
||
`verifytime` int(11) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`remarksaler` text,
|
||
`dispatch` decimal(10,2) DEFAULT '0.00',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`credit` int(11) DEFAULT '0',
|
||
`goods_num` int(11) DEFAULT '0',
|
||
`merchapply` tinyint(4) NOT NULL DEFAULT '0',
|
||
`pay_time` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_option` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(10) DEFAULT '0',
|
||
`title` varchar(50) DEFAULT '',
|
||
`thumb` varchar(60) DEFAULT '',
|
||
`credit` int(10) NOT NULL DEFAULT '0',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`total` int(11) DEFAULT '0',
|
||
`weight` decimal(10,2) DEFAULT '0.00',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`specs` text,
|
||
`skuId` varchar(255) DEFAULT '',
|
||
`goodssn` varchar(255) DEFAULT '',
|
||
`productsn` varchar(255) DEFAULT '',
|
||
`virtual` int(11) DEFAULT '0',
|
||
`exchange_stock` int(11) NOT NULL DEFAULT '-1',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_spec` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`title` varchar(50) DEFAULT '',
|
||
`description` varchar(1000) DEFAULT '',
|
||
`displaytype` tinyint(3) DEFAULT '0',
|
||
`content` text,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`propId` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_spec_item` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`specid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`show` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`valueId` varchar(255) DEFAULT '',
|
||
`virtual` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_creditshop_verify` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(45) DEFAULT '0',
|
||
`logid` int(11) DEFAULT '0',
|
||
`verifycode` varchar(45) DEFAULT NULL,
|
||
`storeid` int(11) DEFAULT '0',
|
||
`verifier` varchar(45) DEFAULT '0',
|
||
`isverify` tinyint(3) DEFAULT '0',
|
||
`verifytime` int(11) DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_customer` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`kf_id` varchar(255) DEFAULT NULL,
|
||
`kf_account` varchar(255) DEFAULT '',
|
||
`kf_nick` varchar(255) DEFAULT '',
|
||
`kf_pwd` varchar(255) DEFAULT '',
|
||
`kf_headimgurl` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_customer_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_customer_guestbook` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`realname` varchar(11) DEFAULT '',
|
||
`mobile` varchar(255) DEFAULT '',
|
||
`weixin` varchar(255) DEFAULT '',
|
||
`images` text,
|
||
`content` text,
|
||
`remark` text,
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_customer_robot` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`keywords` varchar(500) DEFAULT '',
|
||
`title` varchar(255) DEFAULT '',
|
||
`content` longtext,
|
||
`url` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_cate` (`cate`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_cycelbuy_periods` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`orderid` int(11) NOT NULL,
|
||
`cycelsn` varchar(255) NOT NULL,
|
||
`sendtime` int(11) DEFAULT NULL,
|
||
`receipttime` int(11) DEFAULT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`remark` varchar(255) DEFAULT NULL,
|
||
`addressid` int(11) DEFAULT NULL,
|
||
`dispatchprice` decimal(10,2) DEFAULT NULL,
|
||
`dispatchid` int(11) DEFAULT NULL,
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`dispatchtype` tinyint(3) DEFAULT NULL,
|
||
`finishtime` int(11) DEFAULT NULL,
|
||
`expresscom` varchar(255) DEFAULT NULL,
|
||
`expresssn` varchar(255) DEFAULT NULL,
|
||
`express` varchar(255) DEFAULT NULL,
|
||
`address` text,
|
||
`updatelog` text,
|
||
`ispostpone` tinyint(4) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_datatransfer` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`fromuniacid` int(11) DEFAULT NULL,
|
||
`touniacid` int(11) DEFAULT NULL,
|
||
`status` tinyint(1) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_designer` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0' COMMENT '公众号',
|
||
`pagename` varchar(255) NOT NULL DEFAULT '' COMMENT '页面名称',
|
||
`pagetype` tinyint(3) NOT NULL DEFAULT '0' COMMENT '页面类型',
|
||
`pageinfo` text NOT NULL,
|
||
`createtime` varchar(255) NOT NULL DEFAULT '' COMMENT '页面创建时间',
|
||
`keyword` varchar(255) DEFAULT '',
|
||
`savetime` varchar(255) NOT NULL DEFAULT '' COMMENT '页面最后保存时间',
|
||
`setdefault` tinyint(3) NOT NULL DEFAULT '0' COMMENT '默认页面',
|
||
`datas` text NOT NULL COMMENT '数据',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_pagetype` (`pagetype`),
|
||
KEY `idx_keyword` (`keyword`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_designer_menu` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`menuname` varchar(255) DEFAULT '',
|
||
`isdefault` tinyint(3) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`menus` text,
|
||
`params` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_dispatch` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`dispatchname` varchar(50) DEFAULT '',
|
||
`dispatchtype` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`firstprice` decimal(10,2) DEFAULT '0.00',
|
||
`secondprice` decimal(10,2) DEFAULT '0.00',
|
||
`firstweight` int(11) DEFAULT '0',
|
||
`secondweight` int(11) DEFAULT '0',
|
||
`express` varchar(250) DEFAULT '',
|
||
`areas` longtext,
|
||
`carriers` text,
|
||
`enabled` int(11) DEFAULT '0',
|
||
`calculatetype` tinyint(1) DEFAULT '0',
|
||
`firstnum` int(11) DEFAULT '0',
|
||
`secondnum` int(11) DEFAULT '0',
|
||
`firstnumprice` decimal(10,2) DEFAULT '0.00',
|
||
`secondnumprice` decimal(10,2) DEFAULT '0.00',
|
||
`isdefault` tinyint(1) DEFAULT '0',
|
||
`shopid` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`nodispatchareas` text,
|
||
`nodispatchareas_code` longtext,
|
||
`isdispatcharea` tinyint(3) NOT NULL DEFAULT '0',
|
||
`freeprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_dividend_apply` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`applyno` varchar(255) DEFAULT '',
|
||
`mid` int(11) DEFAULT '0',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`orderids` longtext,
|
||
`dividend` decimal(10,2) DEFAULT '0.00',
|
||
`dividend_pay` decimal(10,2) DEFAULT '0.00',
|
||
`content` text,
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`applytime` int(11) DEFAULT '0',
|
||
`checktime` int(11) DEFAULT '0',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`invalidtime` int(11) DEFAULT '0',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`deductionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`beginmoney` decimal(10,2) DEFAULT '0.00',
|
||
`endmoney` decimal(10,2) DEFAULT '0.00',
|
||
`alipay` varchar(50) NOT NULL DEFAULT '',
|
||
`bankname` varchar(50) NOT NULL DEFAULT '',
|
||
`bankcard` varchar(50) NOT NULL DEFAULT '',
|
||
`alipay1` varchar(50) NOT NULL DEFAULT '',
|
||
`bankname1` varchar(50) NOT NULL DEFAULT '',
|
||
`bankcard1` varchar(50) NOT NULL DEFAULT '',
|
||
`realname` varchar(50) NOT NULL DEFAULT '',
|
||
`sendmoney` decimal(10,2) DEFAULT '0.00',
|
||
`senddata` text,
|
||
`bankopen` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_mid` (`mid`),
|
||
KEY `idx_checktime` (`checktime`),
|
||
KEY `idx_paytime` (`paytime`),
|
||
KEY `idx_applytime` (`applytime`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_invalidtime` (`invalidtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_dividend_bank` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`bankname` varchar(255) NOT NULL DEFAULT '',
|
||
`content` varchar(255) NOT NULL DEFAULT '',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_dividend_init` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`headsid` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_dividend_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`applyid` int(11) DEFAULT '0',
|
||
`mid` int(11) DEFAULT '0',
|
||
`dividend` decimal(10,2) DEFAULT '0.00',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`dividend_pay` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`deductionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`type1` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_applyid` (`applyid`),
|
||
KEY `idx_mid` (`mid`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diyform_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diyform_data` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`typeid` int(11) NOT NULL DEFAULT '0',
|
||
`cid` int(11) DEFAULT '0',
|
||
`diyformfields` text,
|
||
`fields` text NOT NULL,
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`type` tinyint(2) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_typeid` (`typeid`),
|
||
KEY `idx_cid` (`cid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diyform_temp` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`typeid` int(11) DEFAULT '0',
|
||
`cid` int(11) NOT NULL DEFAULT '0',
|
||
`diyformfields` text,
|
||
`fields` text NOT NULL,
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`type` tinyint(1) DEFAULT '0',
|
||
`diyformid` int(11) DEFAULT '0',
|
||
`diyformdata` text,
|
||
`carrier_realname` varchar(255) DEFAULT '',
|
||
`carrier_mobile` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_cid` (`cid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diyform_type` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`fields` text NOT NULL,
|
||
`usedata` int(11) NOT NULL DEFAULT '0',
|
||
`alldata` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '1',
|
||
`savedata` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_cate` (`cate`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diypage` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`data` longtext NOT NULL,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`lastedittime` int(11) NOT NULL DEFAULT '0',
|
||
`keyword` varchar(255) NOT NULL DEFAULT '',
|
||
`diymenu` int(11) NOT NULL DEFAULT '0',
|
||
`merch` int(11) NOT NULL DEFAULT '0',
|
||
`diyadv` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_keyword` (`keyword`),
|
||
KEY `idx_lastedittime` (`lastedittime`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diypage_menu` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`data` text NOT NULL,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`lastedittime` int(11) NOT NULL DEFAULT '0',
|
||
`merch` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_lastedittime` (`lastedittime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diypage_plu` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`data` text NOT NULL,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`lastedittime` int(11) NOT NULL DEFAULT '0',
|
||
`merch` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_lastedittime` (`lastedittime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diypage_template` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`data` longtext NOT NULL,
|
||
`preview` varchar(255) NOT NULL DEFAULT '',
|
||
`tplid` int(11) DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`merch` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_cate` (`cate`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_diypage_template_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`merch` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_domain_bindings` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`domain` varchar(255) DEFAULT NULL,
|
||
`plugin` varchar(255) DEFAULT NULL,
|
||
`mobile_domain` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exchange_cart` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`openid` varchar(100) DEFAULT NULL,
|
||
`goodsid` int(11) DEFAULT NULL,
|
||
`total` int(10) DEFAULT '1',
|
||
`marketprice` decimal(10,2) DEFAULT NULL,
|
||
`optionid` int(11) DEFAULT NULL,
|
||
`selected` tinyint(1) DEFAULT '1',
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`groupid` int(11) DEFAULT NULL,
|
||
`serial` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exchange_code` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`groupid` int(11) NOT NULL DEFAULT '0',
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`endtime` datetime NOT NULL DEFAULT '2016-10-01 00:00:00',
|
||
`status` int(2) NOT NULL DEFAULT '1',
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`count` int(11) NOT NULL DEFAULT '0',
|
||
`key` varchar(255) NOT NULL DEFAULT '',
|
||
`type` int(11) NOT NULL DEFAULT '0',
|
||
`scene` int(11) NOT NULL DEFAULT '0',
|
||
`qrcode_url` varchar(255) NOT NULL DEFAULT '',
|
||
`serial` varchar(255) NOT NULL DEFAULT '',
|
||
`balancestatus` int(11) DEFAULT '1',
|
||
`redstatus` int(11) DEFAULT '1',
|
||
`scorestatus` int(11) DEFAULT '1',
|
||
`couponstatus` int(11) DEFAULT '1',
|
||
`goodsstatus` int(11) DEFAULT NULL,
|
||
`repeatcount` int(11) NOT NULL DEFAULT '1',
|
||
PRIMARY KEY (`id`,`key`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exchange_group` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`type` int(2) NOT NULL DEFAULT '0',
|
||
`endtime` datetime NOT NULL DEFAULT '2016-10-01 00:00:00',
|
||
`mode` int(2) NOT NULL DEFAULT '0',
|
||
`status` int(2) NOT NULL DEFAULT '0',
|
||
`max` int(2) NOT NULL DEFAULT '0',
|
||
`value` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`starttime` datetime NOT NULL DEFAULT '2016-10-01 00:00:00',
|
||
`goods` text,
|
||
`score` int(11) NOT NULL DEFAULT '0',
|
||
`coupon` text,
|
||
`use` int(11) NOT NULL DEFAULT '0',
|
||
`total` int(11) NOT NULL DEFAULT '0',
|
||
`red` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`balance` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`balance_left` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`balance_right` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`red_left` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`red_right` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`score_left` int(11) NOT NULL DEFAULT '0',
|
||
`score_right` int(11) NOT NULL DEFAULT '0',
|
||
`balance_type` int(11) NOT NULL,
|
||
`red_type` int(11) NOT NULL,
|
||
`score_type` int(11) NOT NULL,
|
||
`title_reply` varchar(255) NOT NULL DEFAULT '',
|
||
`img` varchar(255) NOT NULL DEFAULT '',
|
||
`content` varchar(255) NOT NULL DEFAULT '',
|
||
`rule` text NOT NULL,
|
||
`coupon_type` varchar(255) DEFAULT NULL,
|
||
`basic_content` varchar(500) NOT NULL DEFAULT '',
|
||
`reply_type` int(11) NOT NULL DEFAULT '0',
|
||
`code_type` int(11) NOT NULL DEFAULT '0',
|
||
`binding` int(11) NOT NULL DEFAULT '0',
|
||
`showcount` int(11) DEFAULT '0',
|
||
`postage` decimal(10,2) DEFAULT '0.00',
|
||
`postage_type` int(11) DEFAULT '0',
|
||
`banner` varchar(800) DEFAULT '',
|
||
`keyword_reply` int(11) DEFAULT '0',
|
||
`reply_status` int(11) DEFAULT '1',
|
||
`reply_keyword` varchar(255) DEFAULT '',
|
||
`input_banner` varchar(255) DEFAULT '',
|
||
`diypage` int(11) NOT NULL DEFAULT '0',
|
||
`sendname` varchar(255) DEFAULT '',
|
||
`wishing` varchar(255) DEFAULT '',
|
||
`actname` varchar(255) DEFAULT '',
|
||
`remark` varchar(255) DEFAULT '',
|
||
`repeat` int(11) NOT NULL DEFAULT '0',
|
||
`koulingstart` varchar(255) NOT NULL DEFAULT '',
|
||
`koulingend` varchar(255) NOT NULL DEFAULT '',
|
||
`kouling` tinyint(1) NOT NULL DEFAULT '0',
|
||
`chufa` varchar(255) NOT NULL DEFAULT '',
|
||
`chufaend` varchar(255) NOT NULL DEFAULT '',
|
||
`goods_native` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exchange_query` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`querykey` varchar(255) NOT NULL DEFAULT '',
|
||
`querytime` int(11) NOT NULL DEFAULT '0',
|
||
`unfreeze` int(11) NOT NULL DEFAULT '0',
|
||
`errorcount` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`,`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exchange_record` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`key` varchar(255) NOT NULL DEFAULT '',
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`goods` text,
|
||
`orderid` varchar(255) NOT NULL DEFAULT '',
|
||
`time` int(11) NOT NULL,
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`mode` int(11) NOT NULL DEFAULT '0',
|
||
`balance` decimal(10,2) DEFAULT '0.00',
|
||
`red` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`coupon` text,
|
||
`score` int(11) NOT NULL DEFAULT '0',
|
||
`nickname` varchar(255) NOT NULL DEFAULT '',
|
||
`groupid` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`serial` varchar(255) NOT NULL DEFAULT '',
|
||
`ordersn` varchar(255) NOT NULL DEFAULT '',
|
||
`goods_title` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`,`key`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exchange_setting` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`freeze` int(11) NOT NULL DEFAULT '0',
|
||
`mistake` int(11) NOT NULL DEFAULT '0',
|
||
`grouplimit` int(11) NOT NULL DEFAULT '0',
|
||
`alllimit` int(11) NOT NULL DEFAULT '0',
|
||
`no_qrimg` tinyint(3) NOT NULL DEFAULT '1',
|
||
`rule` text,
|
||
`coupon_templateid` varchar(60) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`,`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exhelper_esheet` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(50) NOT NULL DEFAULT '',
|
||
`express` varchar(50) DEFAULT '',
|
||
`code` varchar(20) NOT NULL DEFAULT '',
|
||
`datas` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exhelper_esheet_temp` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`esheetid` int(11) NOT NULL DEFAULT '0',
|
||
`esheetname` varchar(255) NOT NULL DEFAULT '',
|
||
`customername` varchar(50) NOT NULL DEFAULT '',
|
||
`customerpwd` varchar(50) NOT NULL DEFAULT '',
|
||
`monthcode` varchar(50) NOT NULL DEFAULT '',
|
||
`sendsite` varchar(50) NOT NULL DEFAULT '',
|
||
`paytype` tinyint(3) NOT NULL DEFAULT '1',
|
||
`templatesize` varchar(10) NOT NULL DEFAULT '',
|
||
`isnotice` tinyint(3) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`issend` tinyint(3) NOT NULL DEFAULT '1',
|
||
`isdefault` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exhelper_express` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`type` int(1) NOT NULL DEFAULT '1',
|
||
`expressname` varchar(255) DEFAULT '',
|
||
`expresscom` varchar(255) NOT NULL DEFAULT '',
|
||
`express` varchar(255) NOT NULL DEFAULT '',
|
||
`width` decimal(10,2) DEFAULT '0.00',
|
||
`datas` text,
|
||
`height` decimal(10,2) DEFAULT '0.00',
|
||
`bg` varchar(255) DEFAULT '',
|
||
`isdefault` tinyint(3) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exhelper_senduser` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`sendername` varchar(255) DEFAULT '',
|
||
`sendertel` varchar(255) DEFAULT '',
|
||
`sendersign` varchar(255) DEFAULT '',
|
||
`sendercode` int(11) DEFAULT NULL,
|
||
`senderaddress` varchar(255) DEFAULT '',
|
||
`sendercity` varchar(255) DEFAULT NULL,
|
||
`isdefault` tinyint(3) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`province` varchar(30) NOT NULL DEFAULT '',
|
||
`city` varchar(30) NOT NULL DEFAULT '',
|
||
`area` varchar(30) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_exhelper_sys` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`ip` varchar(20) NOT NULL DEFAULT 'localhost',
|
||
`ip_cloud` varchar(255) NOT NULL DEFAULT '',
|
||
`port` int(11) NOT NULL DEFAULT '8000',
|
||
`port_cloud` int(11) NOT NULL DEFAULT '8000',
|
||
`is_cloud` int(1) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`ebusiness` varchar(20) NOT NULL DEFAULT '',
|
||
`apikey` varchar(50) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_express` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(50) DEFAULT '',
|
||
`express` varchar(50) DEFAULT '',
|
||
`status` tinyint(1) DEFAULT '1',
|
||
`displayorder` tinyint(3) unsigned DEFAULT '0',
|
||
`code` varchar(30) NOT NULL DEFAULT '',
|
||
`coding` varchar(10) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_express_cache` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`expresssn` varchar(50) DEFAULT NULL,
|
||
`express` varchar(50) DEFAULT NULL,
|
||
`lasttime` int(11) NOT NULL,
|
||
`datas` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_expresssn` (`expresssn`),
|
||
KEY `idx_express` (`express`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_feedback` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '0',
|
||
`type` tinyint(1) DEFAULT '1' COMMENT '1为维权,2为投诉',
|
||
`status` tinyint(1) DEFAULT '0' COMMENT '状态 0 未解决,1用户同意,2用户拒绝',
|
||
`feedbackid` varchar(100) DEFAULT '' COMMENT '投诉单号',
|
||
`transid` varchar(100) DEFAULT '' COMMENT '订单号',
|
||
`reason` varchar(1000) DEFAULT '' COMMENT '理由',
|
||
`solution` varchar(1000) DEFAULT '' COMMENT '期待解决方案',
|
||
`remark` varchar(1000) DEFAULT '' COMMENT '备注',
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_feedbackid` (`feedbackid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_transid` (`transid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_form` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`isrequire` tinyint(3) DEFAULT '0',
|
||
`key` varchar(255) DEFAULT '',
|
||
`title` varchar(255) DEFAULT '',
|
||
`type` varchar(255) DEFAULT '',
|
||
`values` text,
|
||
`cate` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_form_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_friendcoupon` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`title` varchar(255) DEFAULT '',
|
||
`people_count` int(10) DEFAULT '0',
|
||
`coupon_money` decimal(10,2) DEFAULT '0.00',
|
||
`use_condition` decimal(10,2) DEFAULT NULL,
|
||
`duration` int(11) DEFAULT '0',
|
||
`allocate` tinyint(2) unsigned DEFAULT '0',
|
||
`upper_limit` decimal(10,2) DEFAULT '0.00',
|
||
`launches_limit` int(11) DEFAULT '0',
|
||
`launches_count` int(11) DEFAULT '0',
|
||
`activity_start_time` int(11) DEFAULT '0',
|
||
`activity_end_time` int(11) DEFAULT '0',
|
||
`desc` text,
|
||
`use_time_limit` int(11) DEFAULT '0',
|
||
`use_start_time` int(11) DEFAULT '0',
|
||
`use_end_time` int(11) DEFAULT '0',
|
||
`limitdiscounttype` tinyint(1) DEFAULT '0',
|
||
`limitgoodcatetype` tinyint(1) DEFAULT '0',
|
||
`limitgoodcateids` varchar(500) DEFAULT '',
|
||
`limitgoodtype` tinyint(1) unsigned DEFAULT '0',
|
||
`limitgoodids` varchar(500) DEFAULT '',
|
||
`use_valid_days` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT NULL,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`deleted` tinyint(1) unsigned DEFAULT '0',
|
||
`stop_time` int(11) unsigned DEFAULT '0',
|
||
`create_time` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_title` (`title`),
|
||
KEY `idx_deleted` (`deleted`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_friendcoupon_data` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`headerid` int(11) NOT NULL DEFAULT '0',
|
||
`activity_id` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`enough` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`deduct` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`timestart` int(11) NOT NULL DEFAULT '0',
|
||
`timeend` int(11) NOT NULL DEFAULT '0',
|
||
`avatar` varchar(255) NOT NULL DEFAULT '',
|
||
`nickname` varchar(255) NOT NULL DEFAULT '',
|
||
`receive_time` int(11) NOT NULL DEFAULT '0',
|
||
`deadline` int(11) NOT NULL DEFAULT '0',
|
||
`is_send` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||
`send_failed_message` tinyint(1) NOT NULL DEFAULT '0',
|
||
`form_id` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_headerid` (`headerid`),
|
||
KEY `idx_activity_id` (`activity_id`),
|
||
KEY `idx_send_failed_message` (`send_failed_message`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_fullback_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`goodsid` int(11) NOT NULL DEFAULT '0',
|
||
`titles` varchar(255) NOT NULL,
|
||
`thumb` varchar(255) NOT NULL,
|
||
`marketprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`minallfullbackallprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`maxallfullbackallprice` decimal(10,2) NOT NULL,
|
||
`minallfullbackallratio` decimal(10,2) DEFAULT NULL,
|
||
`maxallfullbackallratio` decimal(10,2) DEFAULT NULL,
|
||
`day` int(11) NOT NULL DEFAULT '0',
|
||
`fullbackprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`fullbackratio` decimal(10,2) DEFAULT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`hasoption` tinyint(3) NOT NULL DEFAULT '0',
|
||
`optionid` text NOT NULL,
|
||
`startday` int(11) NOT NULL DEFAULT '0',
|
||
`refund` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_fullback_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`openid` varchar(50) NOT NULL,
|
||
`orderid` int(11) NOT NULL,
|
||
`price` decimal(10,2) NOT NULL,
|
||
`priceevery` decimal(10,2) NOT NULL,
|
||
`day` int(10) NOT NULL,
|
||
`fullbackday` int(10) NOT NULL,
|
||
`createtime` int(10) NOT NULL,
|
||
`fullbacktime` int(10) NOT NULL,
|
||
`isfullback` tinyint(3) NOT NULL DEFAULT '0',
|
||
`goodsid` int(11) NOT NULL DEFAULT '0',
|
||
`optionid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_fullback_log_map` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`fullback_time` int(11) NOT NULL DEFAULT '0',
|
||
`logid` int(11) NOT NULL DEFAULT '0',
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`goodsid` int(11) NOT NULL DEFAULT '0',
|
||
`optionid` int(11) NOT NULL DEFAULT '0',
|
||
`day` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_funbar` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uid` int(11) NOT NULL DEFAULT '0',
|
||
`datas` text,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_gift` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL,
|
||
`thumb` varchar(255) NOT NULL,
|
||
`activity` tinyint(3) NOT NULL DEFAULT '1',
|
||
`orderprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`goodsid` varchar(255) NOT NULL,
|
||
`giftgoodsid` varchar(255) NOT NULL,
|
||
`starttime` int(11) NOT NULL DEFAULT '0',
|
||
`endtime` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`share_title` varchar(255) NOT NULL,
|
||
`share_icon` varchar(255) NOT NULL,
|
||
`share_desc` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_globonus_bill` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billno` varchar(100) DEFAULT '',
|
||
`paytype` int(11) DEFAULT '0',
|
||
`year` int(11) DEFAULT '0',
|
||
`month` int(11) DEFAULT '0',
|
||
`week` int(11) DEFAULT '0',
|
||
`ordercount` int(11) DEFAULT '0',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_send` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney_pay` decimal(10,2) DEFAULT '0.00',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`partnercount` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`starttime` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`confirmtime` int(11) DEFAULT '0',
|
||
`bonusordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusrate` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_paytype` (`paytype`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_paytime` (`paytime`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_month` (`month`),
|
||
KEY `idx_week` (`week`),
|
||
KEY `idx_year` (`year`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_globonus_billo` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billid` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_billid` (`billid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_globonus_billp` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`billid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`payno` varchar(255) DEFAULT '',
|
||
`paytype` tinyint(3) DEFAULT '0',
|
||
`bonus` decimal(10,2) DEFAULT '0.00',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`paymoney` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`chargemoney` decimal(10,2) DEFAULT '0.00',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`reason` varchar(255) DEFAULT '',
|
||
`paytime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_billid` (`billid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_globonus_level` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`levelname` varchar(50) DEFAULT '',
|
||
`bonus` decimal(10,4) DEFAULT '0.0000',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`ordercount` int(11) DEFAULT '0',
|
||
`commissionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`bonusmoney` decimal(10,2) DEFAULT '0.00',
|
||
`downcount` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`pcate` int(11) DEFAULT '0',
|
||
`ccate` int(11) DEFAULT '0',
|
||
`type` tinyint(1) DEFAULT '1' COMMENT '1为实体,2为虚拟',
|
||
`status` tinyint(1) DEFAULT '1',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`title` varchar(100) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`unit` varchar(5) DEFAULT '',
|
||
`description` varchar(1000) DEFAULT '',
|
||
`content` longtext,
|
||
`goodssn` varchar(50) DEFAULT '',
|
||
`productsn` varchar(50) DEFAULT '',
|
||
`productprice` decimal(10,2) DEFAULT '0.00',
|
||
`marketprice` decimal(10,2) DEFAULT '0.00',
|
||
`costprice` decimal(10,2) DEFAULT '0.00',
|
||
`originalprice` decimal(10,2) DEFAULT '0.00' COMMENT '原价',
|
||
`total` int(10) DEFAULT '0',
|
||
`totalcnf` int(11) DEFAULT '0' COMMENT '0 拍下减库存 1 付款减库存 2 永久不减',
|
||
`sales` int(11) DEFAULT '0',
|
||
`salesreal` int(11) DEFAULT '0',
|
||
`spec` varchar(5000) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`weight` decimal(10,2) DEFAULT '0.00',
|
||
`credit` varchar(255) DEFAULT NULL,
|
||
`maxbuy` int(11) DEFAULT '0',
|
||
`usermaxbuy` int(11) DEFAULT '0',
|
||
`hasoption` int(11) DEFAULT '0',
|
||
`dispatch` int(11) DEFAULT '0',
|
||
`thumb_url` text,
|
||
`isnew` tinyint(1) DEFAULT '0',
|
||
`ishot` tinyint(1) DEFAULT '0',
|
||
`isdiscount` tinyint(1) DEFAULT '0',
|
||
`isrecommand` tinyint(1) DEFAULT '0',
|
||
`issendfree` tinyint(1) DEFAULT '0',
|
||
`istime` tinyint(1) DEFAULT '0',
|
||
`iscomment` tinyint(1) DEFAULT '0',
|
||
`timestart` int(11) DEFAULT '0',
|
||
`timeend` int(11) DEFAULT '0',
|
||
`viewcount` int(11) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`hascommission` tinyint(3) DEFAULT '0',
|
||
`commission1_rate` decimal(10,2) DEFAULT '0.00',
|
||
`commission1_pay` decimal(10,2) DEFAULT '0.00',
|
||
`commission2_rate` decimal(10,2) DEFAULT '0.00',
|
||
`commission2_pay` decimal(10,2) DEFAULT '0.00',
|
||
`commission3_rate` decimal(10,2) DEFAULT '0.00',
|
||
`commission3_pay` decimal(10,2) DEFAULT '0.00',
|
||
`score` decimal(10,2) DEFAULT '0.00',
|
||
`taobaoid` varchar(255) DEFAULT '',
|
||
`taotaoid` varchar(255) DEFAULT '',
|
||
`taobaourl` varchar(255) DEFAULT '',
|
||
`updatetime` int(11) DEFAULT '0',
|
||
`share_title` varchar(255) DEFAULT '',
|
||
`share_icon` varchar(255) DEFAULT '',
|
||
`cash` tinyint(3) DEFAULT '0',
|
||
`commission_thumb` varchar(255) DEFAULT '',
|
||
`isnodiscount` tinyint(3) DEFAULT '0',
|
||
`showlevels` text,
|
||
`buylevels` text,
|
||
`showgroups` text,
|
||
`buygroups` text,
|
||
`isverify` tinyint(3) DEFAULT '0',
|
||
`storeids` text,
|
||
`noticeopenid` varchar(255) DEFAULT '',
|
||
`tcate` int(11) DEFAULT '0',
|
||
`noticetype` text,
|
||
`needfollow` tinyint(3) DEFAULT '0',
|
||
`followtip` varchar(255) DEFAULT '',
|
||
`followurl` varchar(255) DEFAULT '',
|
||
`deduct` decimal(10,2) DEFAULT '0.00',
|
||
`virtual` int(11) DEFAULT '0',
|
||
`ccates` text,
|
||
`discounts` text,
|
||
`nocommission` tinyint(3) DEFAULT '0',
|
||
`hidecommission` tinyint(3) DEFAULT '0',
|
||
`pcates` text,
|
||
`tcates` text,
|
||
`artid` int(11) DEFAULT '0',
|
||
`detail_logo` varchar(255) DEFAULT '',
|
||
`detail_shopname` varchar(255) DEFAULT '',
|
||
`detail_btntext1` varchar(255) DEFAULT '',
|
||
`detail_btnurl1` varchar(255) DEFAULT '',
|
||
`detail_btntext2` varchar(255) DEFAULT '',
|
||
`detail_btnurl2` varchar(255) DEFAULT '',
|
||
`detail_totaltitle` varchar(255) DEFAULT '',
|
||
`deduct2` decimal(10,2) DEFAULT '0.00',
|
||
`ednum` int(11) DEFAULT '0',
|
||
`edmoney` decimal(10,2) DEFAULT '0.00',
|
||
`edareas` text,
|
||
`cates` text,
|
||
`isdiscount_title` varchar(255) DEFAULT '',
|
||
`isdiscount_time` int(11) DEFAULT '0',
|
||
`isdiscount_discounts` text,
|
||
`commission` text,
|
||
`shorttitle` varchar(255) DEFAULT '',
|
||
`diyformtype` tinyint(1) DEFAULT '0',
|
||
`diyformid` int(11) DEFAULT '0',
|
||
`diymode` tinyint(1) DEFAULT '0',
|
||
`dispatchtype` tinyint(1) DEFAULT '0',
|
||
`dispatchid` int(11) DEFAULT '0',
|
||
`dispatchprice` decimal(10,2) DEFAULT '0.00',
|
||
`manydeduct` tinyint(1) DEFAULT '0',
|
||
`saleupdate37975` tinyint(3) DEFAULT '0',
|
||
`shopid` int(11) DEFAULT '0',
|
||
`allcates` text,
|
||
`minbuy` int(11) DEFAULT '0',
|
||
`invoice` tinyint(3) DEFAULT '0',
|
||
`repair` tinyint(3) DEFAULT '0',
|
||
`seven` tinyint(3) DEFAULT '0',
|
||
`money` varchar(255) DEFAULT '',
|
||
`minprice` decimal(10,2) DEFAULT '0.00',
|
||
`maxprice` decimal(10,2) DEFAULT '0.00',
|
||
`province` varchar(255) DEFAULT '',
|
||
`city` varchar(255) DEFAULT '',
|
||
`buyshow` tinyint(1) DEFAULT '0',
|
||
`buycontent` text,
|
||
`saleupdate51117` tinyint(3) DEFAULT '0',
|
||
`virtualsend` tinyint(1) DEFAULT '0',
|
||
`virtualsendcontent` text,
|
||
`verifytype` tinyint(1) DEFAULT '0',
|
||
`diyfields` text,
|
||
`diysaveid` int(11) DEFAULT '0',
|
||
`diysave` tinyint(1) DEFAULT '0',
|
||
`quality` tinyint(3) DEFAULT '0',
|
||
`groupstype` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||
`showtotal` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||
`subtitle` varchar(255) DEFAULT '',
|
||
`sharebtn` tinyint(1) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`checked` tinyint(3) DEFAULT '0',
|
||
`thumb_first` tinyint(3) DEFAULT '0',
|
||
`merchsale` tinyint(1) DEFAULT '0',
|
||
`catesinit3` text,
|
||
`showtotaladd` tinyint(1) DEFAULT '0',
|
||
`keywords` varchar(255) DEFAULT '',
|
||
`catch_id` varchar(255) DEFAULT '',
|
||
`catch_url` varchar(255) DEFAULT '',
|
||
`catch_source` varchar(255) DEFAULT '',
|
||
`labelname` text,
|
||
`autoreceive` int(11) DEFAULT '0',
|
||
`cannotrefund` tinyint(3) DEFAULT '0',
|
||
`bargain` int(11) DEFAULT '0',
|
||
`buyagain` decimal(10,2) DEFAULT '0.00',
|
||
`buyagain_islong` tinyint(1) DEFAULT '0',
|
||
`buyagain_condition` tinyint(1) DEFAULT '0',
|
||
`buyagain_sale` tinyint(1) DEFAULT '0',
|
||
`buyagain_commission` text,
|
||
`diypage` int(11) DEFAULT NULL,
|
||
`cashier` tinyint(1) DEFAULT '0',
|
||
`isendtime` tinyint(3) NOT NULL DEFAULT '0',
|
||
`usetime` int(11) NOT NULL DEFAULT '0',
|
||
`endtime` int(11) NOT NULL DEFAULT '0',
|
||
`merchdisplayorder` int(11) NOT NULL DEFAULT '0',
|
||
`exchange_stock` int(11) DEFAULT '0',
|
||
`exchange_postage` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`ispresell` tinyint(3) NOT NULL DEFAULT '0',
|
||
`presellprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`presellover` tinyint(3) NOT NULL DEFAULT '0',
|
||
`presellovertime` int(11) NOT NULL,
|
||
`presellstart` tinyint(3) NOT NULL DEFAULT '0',
|
||
`preselltimestart` int(11) NOT NULL DEFAULT '0',
|
||
`presellend` tinyint(3) NOT NULL DEFAULT '0',
|
||
`preselltimeend` int(11) NOT NULL DEFAULT '0',
|
||
`presellsendtype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`presellsendstatrttime` int(11) NOT NULL DEFAULT '0',
|
||
`presellsendtime` int(11) NOT NULL DEFAULT '0',
|
||
`edareas_code` text NOT NULL,
|
||
`unite_total` tinyint(3) NOT NULL DEFAULT '0',
|
||
`threen` varchar(255) DEFAULT '',
|
||
`buyagain_price` decimal(10,2) DEFAULT '0.00',
|
||
`intervalfloor` tinyint(1) DEFAULT '0',
|
||
`intervalprice` varchar(512) DEFAULT '',
|
||
`isfullback` tinyint(3) NOT NULL DEFAULT '0',
|
||
`isstatustime` tinyint(3) NOT NULL DEFAULT '0',
|
||
`statustimestart` int(10) NOT NULL DEFAULT '0',
|
||
`statustimeend` int(10) NOT NULL DEFAULT '0',
|
||
`nosearch` tinyint(1) NOT NULL DEFAULT '0',
|
||
`showsales` tinyint(3) NOT NULL DEFAULT '1',
|
||
`islive` int(11) NOT NULL DEFAULT '0',
|
||
`liveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`opencard` tinyint(1) DEFAULT '0',
|
||
`cardid` varchar(255) DEFAULT '',
|
||
`verifygoodsnum` int(11) DEFAULT '1',
|
||
`verifygoodsdays` int(11) DEFAULT '1',
|
||
`verifygoodslimittype` tinyint(1) DEFAULT '0',
|
||
`verifygoodslimitdate` int(11) DEFAULT '0',
|
||
`minliveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`maxliveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`dowpayment` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`tempid` int(11) NOT NULL DEFAULT '0',
|
||
`isstoreprice` tinyint(11) NOT NULL DEFAULT '0',
|
||
`beforehours` int(11) NOT NULL DEFAULT '0',
|
||
`newgoods` tinyint(3) NOT NULL DEFAULT '0',
|
||
`video` varchar(512) DEFAULT '',
|
||
`officthumb` varchar(512) DEFAULT '',
|
||
`verifygoodstype` tinyint(1) NOT NULL DEFAULT '0',
|
||
`isforceverifystore` tinyint(1) NOT NULL DEFAULT '0',
|
||
`manydeduct2` tinyint(1) DEFAULT '0',
|
||
`membercardpoint` int(2) NOT NULL DEFAULT '0',
|
||
`refund` tinyint(3) NOT NULL DEFAULT '0',
|
||
`returngoods` tinyint(3) NOT NULL DEFAULT '0',
|
||
`exchange` tinyint(3) NOT NULL DEFAULT '0',
|
||
`isdiscount_time_start` int(11) NOT NULL,
|
||
`import_id` int(11) NOT NULL DEFAULT '0',
|
||
`isshowfreight` int(2) NOT NULL DEFAULT '1',
|
||
`video_type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`video_url` varchar(255) NOT NULL DEFAULT '',
|
||
`end_video_url` text NOT NULL,
|
||
`video_cut` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_pcate` (`pcate`),
|
||
KEY `idx_ccate` (`ccate`),
|
||
KEY `idx_isnew` (`isnew`),
|
||
KEY `idx_ishot` (`ishot`),
|
||
KEY `idx_isdiscount` (`isdiscount`),
|
||
KEY `idx_isrecommand` (`isrecommand`),
|
||
KEY `idx_iscomment` (`iscomment`),
|
||
KEY `idx_issendfree` (`issendfree`),
|
||
KEY `idx_istime` (`istime`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `idx_tcate` (`tcate`),
|
||
KEY `idx_scate` (`tcate`),
|
||
KEY `idx_merchid` (`merchid`),
|
||
KEY `idx_checked` (`checked`),
|
||
KEY `idx_productsn` (`productsn`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_cards` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`card_id` varchar(255) DEFAULT NULL,
|
||
`card_title` varchar(255) DEFAULT NULL,
|
||
`card_brand_name` varchar(255) DEFAULT NULL,
|
||
`card_totalquantity` int(11) DEFAULT NULL,
|
||
`card_quantity` int(11) DEFAULT NULL,
|
||
`card_logoimg` varchar(255) DEFAULT NULL,
|
||
`card_logowxurl` varchar(255) DEFAULT NULL,
|
||
`card_backgroundtype` tinyint(1) DEFAULT NULL,
|
||
`color` varchar(255) DEFAULT NULL,
|
||
`card_backgroundimg` varchar(255) DEFAULT NULL,
|
||
`card_backgroundwxurl` varchar(255) DEFAULT NULL,
|
||
`prerogative` varchar(255) DEFAULT NULL,
|
||
`card_description` varchar(255) DEFAULT NULL,
|
||
`freewifi` tinyint(1) DEFAULT NULL,
|
||
`withpet` tinyint(1) DEFAULT NULL,
|
||
`freepark` tinyint(1) DEFAULT NULL,
|
||
`deliver` tinyint(1) DEFAULT NULL,
|
||
`custom_cell1` tinyint(1) DEFAULT NULL,
|
||
`custom_cell1_name` varchar(255) DEFAULT NULL,
|
||
`custom_cell1_tips` varchar(255) DEFAULT NULL,
|
||
`custom_cell1_url` varchar(255) DEFAULT NULL,
|
||
`color2` varchar(20) DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_comment` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(10) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`nickname` varchar(50) DEFAULT '',
|
||
`headimgurl` varchar(255) DEFAULT '',
|
||
`content` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_group` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`goodsids` text NOT NULL,
|
||
`enabled` tinyint(1) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_label` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`label` varchar(255) NOT NULL DEFAULT '',
|
||
`labelname` text NOT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_labelstyle` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`style` int(3) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_option` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(10) DEFAULT '0',
|
||
`title` varchar(50) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`productprice` decimal(10,2) DEFAULT '0.00',
|
||
`marketprice` decimal(10,2) DEFAULT '0.00',
|
||
`costprice` decimal(10,2) DEFAULT '0.00',
|
||
`stock` int(11) DEFAULT '0',
|
||
`weight` decimal(10,2) DEFAULT '0.00',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`specs` text,
|
||
`skuId` varchar(255) DEFAULT '',
|
||
`goodssn` varchar(255) DEFAULT '',
|
||
`productsn` varchar(255) DEFAULT '',
|
||
`virtual` int(11) DEFAULT '0',
|
||
`exchange_stock` int(11) DEFAULT '0',
|
||
`exchange_postage` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`presellprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`day` int(3) NOT NULL,
|
||
`allfullbackprice` decimal(10,2) NOT NULL,
|
||
`fullbackprice` decimal(10,2) NOT NULL,
|
||
`allfullbackratio` decimal(10,2) DEFAULT NULL,
|
||
`fullbackratio` decimal(10,2) DEFAULT NULL,
|
||
`isfullback` tinyint(3) NOT NULL,
|
||
`islive` int(11) NOT NULL,
|
||
`liveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`cycelbuy_periodic` varchar(20) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_productsn` (`productsn`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_param` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(10) DEFAULT '0',
|
||
`title` varchar(50) DEFAULT '',
|
||
`value` text,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_spec` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`title` varchar(50) DEFAULT '',
|
||
`description` varchar(1000) DEFAULT '',
|
||
`displaytype` tinyint(3) DEFAULT '0',
|
||
`content` text,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`propId` varchar(255) DEFAULT '',
|
||
`iscycelbuy` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goods_spec_item` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`specid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`show` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`valueId` varchar(255) DEFAULT '',
|
||
`virtual` int(11) DEFAULT '0',
|
||
`cycelbuy_periodic` varchar(20) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_specid` (`specid`),
|
||
KEY `idx_show` (`show`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goodscircle_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(65) DEFAULT '',
|
||
`op_type` varchar(16) DEFAULT '',
|
||
`op_id` int(11) NOT NULL DEFAULT '0',
|
||
`is_success` tinyint(1) NOT NULL DEFAULT '1',
|
||
`response_msg` varchar(255) NOT NULL DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_unid` (`uniacid`),
|
||
KEY `idx_optype` (`op_type`),
|
||
KEY `idx_opid` (`op_id`),
|
||
KEY `idx_succ` (`is_success`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_goodscode_good` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`goodsid` int(11) NOT NULL,
|
||
`title` varchar(255) NOT NULL,
|
||
`thumb` varchar(255) NOT NULL,
|
||
`qrcode` varchar(255) NOT NULL,
|
||
`status` tinyint(3) NOT NULL,
|
||
`displayorder` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT NULL,
|
||
`thumb` varchar(255) DEFAULT NULL,
|
||
`displayorder` tinyint(3) unsigned DEFAULT '0',
|
||
`enabled` tinyint(1) DEFAULT '1',
|
||
`advimg` varchar(255) DEFAULT '',
|
||
`advurl` varchar(500) DEFAULT '',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_name` (`name`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`displayorder` int(11) unsigned DEFAULT '0',
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodssn` varchar(50) DEFAULT NULL,
|
||
`productsn` varchar(50) DEFAULT NULL,
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`category` int(11) DEFAULT NULL,
|
||
`showstock` tinyint(2) NOT NULL,
|
||
`stock` int(11) NOT NULL DEFAULT '0',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`groupsprice` decimal(10,2) DEFAULT '0.00',
|
||
`goodsnum` int(11) NOT NULL DEFAULT '1',
|
||
`purchaselimit` int(11) NOT NULL DEFAULT '0',
|
||
`single` tinyint(2) NOT NULL DEFAULT '0',
|
||
`singleprice` decimal(10,2) DEFAULT '0.00',
|
||
`units` varchar(255) NOT NULL DEFAULT '件',
|
||
`dispatchtype` tinyint(2) NOT NULL,
|
||
`dispatchid` int(11) NOT NULL,
|
||
`freight` decimal(10,2) DEFAULT '0.00',
|
||
`endtime` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`groupnum` int(10) NOT NULL DEFAULT '0',
|
||
`sales` int(10) NOT NULL DEFAULT '0',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`description` varchar(1000) DEFAULT NULL,
|
||
`content` text,
|
||
`createtime` int(11) unsigned NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`isindex` tinyint(3) NOT NULL DEFAULT '0',
|
||
`deleted` tinyint(3) NOT NULL DEFAULT '0',
|
||
`goodsid` int(11) NOT NULL DEFAULT '0',
|
||
`followneed` tinyint(2) NOT NULL DEFAULT '0',
|
||
`followtext` varchar(255) DEFAULT NULL,
|
||
`followurl` varchar(255) DEFAULT NULL,
|
||
`share_title` varchar(255) DEFAULT NULL,
|
||
`share_icon` varchar(255) DEFAULT NULL,
|
||
`share_desc` varchar(500) DEFAULT NULL,
|
||
`deduct` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`thumb_url` text,
|
||
`rights` tinyint(2) NOT NULL DEFAULT '1',
|
||
`gid` int(11) DEFAULT '0',
|
||
`discount` tinyint(3) DEFAULT '0',
|
||
`headstype` tinyint(3) DEFAULT NULL,
|
||
`headsmoney` decimal(10,2) DEFAULT '0.00',
|
||
`headsdiscount` int(11) DEFAULT '0',
|
||
`isdiscount` tinyint(3) DEFAULT '0',
|
||
`isverify` tinyint(3) DEFAULT '0',
|
||
`verifytype` tinyint(3) DEFAULT '0',
|
||
`verifynum` int(11) DEFAULT '0',
|
||
`storeids` text,
|
||
`merchid` int(11) DEFAULT '0',
|
||
`shorttitle` varchar(255) DEFAULT '',
|
||
`teamnum` int(11) DEFAULT '0',
|
||
`more_spec` tinyint(1) DEFAULT '0',
|
||
`is_ladder` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`category`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_category` (`category`),
|
||
KEY `idx_dispatchid` (`dispatchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_goods_atlas` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`g_id` int(11) NOT NULL,
|
||
`thumb` varchar(145) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_goods_option` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`groups_goods_id` int(255) DEFAULT '0',
|
||
`goods_option_id` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`marketprice` decimal(10,2) DEFAULT NULL,
|
||
`price` decimal(10,2) DEFAULT NULL,
|
||
`single_price` decimal(10,2) DEFAULT NULL,
|
||
`specs` varchar(255) DEFAULT NULL,
|
||
`stock` int(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_ladder` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`goods_id` int(11) DEFAULT '0',
|
||
`ladder_num` int(11) DEFAULT NULL,
|
||
`ladder_price` decimal(10,2) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_order` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(45) NOT NULL,
|
||
`orderno` varchar(45) NOT NULL,
|
||
`groupnum` int(11) NOT NULL,
|
||
`paytime` int(11) NOT NULL,
|
||
`credit` int(11) DEFAULT '0',
|
||
`creditmoney` decimal(11,2) DEFAULT '0.00',
|
||
`price` decimal(11,2) DEFAULT '0.00',
|
||
`freight` decimal(11,2) DEFAULT '0.00',
|
||
`status` int(9) NOT NULL,
|
||
`pay_type` varchar(45) DEFAULT NULL,
|
||
`dispatchid` int(11) DEFAULT NULL,
|
||
`addressid` int(11) NOT NULL DEFAULT '0',
|
||
`address` varchar(1000) DEFAULT NULL,
|
||
`goodid` int(11) NOT NULL,
|
||
`teamid` int(11) NOT NULL,
|
||
`is_team` int(2) NOT NULL,
|
||
`heads` int(11) DEFAULT '0',
|
||
`discount` decimal(10,2) DEFAULT '0.00',
|
||
`starttime` int(11) NOT NULL,
|
||
`canceltime` int(11) NOT NULL DEFAULT '0',
|
||
`endtime` int(45) NOT NULL,
|
||
`createtime` int(11) NOT NULL,
|
||
`finishtime` int(11) NOT NULL DEFAULT '0',
|
||
`refundid` int(11) NOT NULL DEFAULT '0',
|
||
`refundstate` tinyint(2) NOT NULL DEFAULT '0',
|
||
`refundtime` int(11) NOT NULL DEFAULT '0',
|
||
`express` varchar(45) DEFAULT NULL,
|
||
`expresscom` varchar(100) DEFAULT NULL,
|
||
`expresssn` varchar(45) DEFAULT NULL,
|
||
`sendtime` int(45) DEFAULT '0',
|
||
`remark` varchar(255) DEFAULT NULL,
|
||
`remarkclose` text,
|
||
`remarksend` text,
|
||
`message` varchar(255) DEFAULT NULL,
|
||
`success` int(2) NOT NULL DEFAULT '0',
|
||
`deleted` int(2) NOT NULL DEFAULT '0',
|
||
`realname` varchar(20) DEFAULT NULL,
|
||
`mobile` varchar(11) DEFAULT NULL,
|
||
`isverify` tinyint(3) DEFAULT '0',
|
||
`verifytype` tinyint(3) DEFAULT '0',
|
||
`verifycode` varchar(45) DEFAULT '0',
|
||
`verifynum` int(11) DEFAULT '0',
|
||
`printstate` int(11) NOT NULL DEFAULT '0',
|
||
`printstate2` int(11) NOT NULL DEFAULT '0',
|
||
`apppay` tinyint(3) NOT NULL DEFAULT '0',
|
||
`isborrow` tinyint(1) DEFAULT '0',
|
||
`borrowopenid` varchar(50) DEFAULT '',
|
||
`source` tinyint(1) DEFAULT '0',
|
||
`ladder_id` int(11) DEFAULT '0',
|
||
`is_ladder` tinyint(1) DEFAULT '0',
|
||
`more_spec` tinyint(1) DEFAULT '0',
|
||
`wxapp_prepay_id` varchar(255) DEFAULT '',
|
||
`cancel_reason` varchar(255) DEFAULT '',
|
||
`goods_price` decimal(10,2) DEFAULT '0.00',
|
||
`goods_option_id` int(11) DEFAULT '0',
|
||
`specs` varchar(255) DEFAULT '',
|
||
`diyformid` int(11) DEFAULT '0',
|
||
`diyformdata` text,
|
||
`diyformfields` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_orderno` (`orderno`),
|
||
KEY `idx_paytime` (`paytime`),
|
||
KEY `idx_pay_type` (`pay_type`),
|
||
KEY `idx_teamid` (`teamid`),
|
||
KEY `idx_verifycode` (`verifycode`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_order_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`goods_id` int(11) DEFAULT '0',
|
||
`groups_goods_id` int(11) DEFAULT '0',
|
||
`groups_goods_option_id` int(11) DEFAULT '0',
|
||
`groups_order_id` int(11) DEFAULT '0',
|
||
`price` decimal(10,2) DEFAULT NULL,
|
||
`option_name` varchar(255) DEFAULT NULL,
|
||
`create_time` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_order_refund` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(45) NOT NULL DEFAULT '',
|
||
`orderid` int(11) NOT NULL DEFAULT '0',
|
||
`refundno` varchar(45) NOT NULL DEFAULT '',
|
||
`refundstatus` tinyint(3) NOT NULL DEFAULT '0',
|
||
`refundaddressid` int(11) NOT NULL DEFAULT '0',
|
||
`refundaddress` varchar(1000) NOT NULL DEFAULT '',
|
||
`content` varchar(255) NOT NULL DEFAULT '',
|
||
`reason` varchar(255) NOT NULL DEFAULT '',
|
||
`images` varchar(255) NOT NULL DEFAULT '',
|
||
`applytime` varchar(45) NOT NULL DEFAULT '',
|
||
`applycredit` int(11) NOT NULL DEFAULT '0',
|
||
`applyprice` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`reply` text NOT NULL,
|
||
`refundtype` varchar(45) NOT NULL DEFAULT '',
|
||
`rtype` int(3) NOT NULL DEFAULT '0',
|
||
`refundtime` varchar(45) NOT NULL,
|
||
`endtime` varchar(45) NOT NULL DEFAULT '',
|
||
`message` varchar(255) NOT NULL DEFAULT '',
|
||
`operatetime` varchar(45) NOT NULL DEFAULT '',
|
||
`realcredit` int(11) NOT NULL DEFAULT '0',
|
||
`realmoney` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`express` varchar(45) NOT NULL DEFAULT '',
|
||
`expresscom` varchar(100) NOT NULL DEFAULT '',
|
||
`expresssn` varchar(45) NOT NULL DEFAULT '',
|
||
`sendtime` varchar(45) NOT NULL DEFAULT '',
|
||
`returntime` int(11) NOT NULL DEFAULT '0',
|
||
`rexpress` varchar(45) NOT NULL DEFAULT '',
|
||
`rexpresscom` varchar(100) NOT NULL DEFAULT '',
|
||
`rexpresssn` varchar(45) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `openid` (`openid`),
|
||
KEY `orderid` (`orderid`),
|
||
KEY `refundno` (`refundno`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_paylog` (
|
||
`plid` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`type` varchar(20) NOT NULL,
|
||
`uniacid` int(11) NOT NULL,
|
||
`acid` int(10) unsigned NOT NULL,
|
||
`openid` varchar(40) NOT NULL,
|
||
`tid` varchar(64) NOT NULL,
|
||
`credit` int(10) NOT NULL DEFAULT '0',
|
||
`creditmoney` decimal(10,2) NOT NULL,
|
||
`fee` decimal(10,2) DEFAULT '0.00',
|
||
`status` tinyint(4) NOT NULL,
|
||
`module` varchar(50) NOT NULL,
|
||
`tag` varchar(2000) NOT NULL,
|
||
`is_usecard` tinyint(3) unsigned NOT NULL,
|
||
`card_type` tinyint(3) unsigned NOT NULL,
|
||
`card_id` varchar(50) DEFAULT '',
|
||
`card_fee` decimal(10,2) DEFAULT '0.00',
|
||
`encrypt_code` varchar(100) DEFAULT '',
|
||
`uniontid` varchar(50) DEFAULT '',
|
||
PRIMARY KEY (`plid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_tid` (`tid`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `uniontid` (`uniontid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_set` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` varchar(45) DEFAULT NULL,
|
||
`groups` int(2) NOT NULL DEFAULT '0',
|
||
`followurl` varchar(255) DEFAULT NULL,
|
||
`followqrcode` varchar(255) DEFAULT NULL,
|
||
`groupsurl` varchar(255) DEFAULT NULL,
|
||
`share_title` varchar(255) DEFAULT NULL,
|
||
`share_icon` varchar(255) DEFAULT NULL,
|
||
`share_desc` varchar(255) DEFAULT NULL,
|
||
`share_url` varchar(255) DEFAULT NULL,
|
||
`groups_description` text,
|
||
`description` int(2) NOT NULL DEFAULT '0',
|
||
`creditdeduct` tinyint(2) NOT NULL DEFAULT '0',
|
||
`groupsdeduct` tinyint(2) NOT NULL DEFAULT '0',
|
||
`credit` int(11) NOT NULL DEFAULT '1',
|
||
`groupsmoney` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`refund` int(11) NOT NULL DEFAULT '0',
|
||
`refundday` int(11) NOT NULL DEFAULT '0',
|
||
`goodsid` text NOT NULL,
|
||
`rules` text,
|
||
`receive` int(11) DEFAULT '0',
|
||
`discount` tinyint(3) DEFAULT '0',
|
||
`headstype` tinyint(3) DEFAULT '0',
|
||
`headsmoney` decimal(10,2) DEFAULT '0.00',
|
||
`headsdiscount` int(11) DEFAULT '0',
|
||
`followbar` tinyint(2) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_groups_verify` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(45) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`verifycode` varchar(45) DEFAULT '',
|
||
`storeid` int(11) DEFAULT '0',
|
||
`verifier` varchar(45) DEFAULT '0',
|
||
`isverify` tinyint(3) DEFAULT '0',
|
||
`verifytime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_invitation` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`data` text NOT NULL,
|
||
`scan` int(11) NOT NULL DEFAULT '0',
|
||
`follow` int(11) NOT NULL DEFAULT '0',
|
||
`qrcode` tinyint(3) NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_invitation_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`invitation_id` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(50) NOT NULL DEFAULT '',
|
||
`invitation_openid` varchar(50) NOT NULL DEFAULT '',
|
||
`scan_time` int(10) NOT NULL DEFAULT '0',
|
||
`follow` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_posterid` (`invitation_id`),
|
||
KEY `idx_scantime` (`scan_time`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_invitation_qr` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`acid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(60) NOT NULL,
|
||
`invitationid` int(11) NOT NULL,
|
||
`roomid` int(11) NOT NULL DEFAULT '0',
|
||
`sceneid` int(11) NOT NULL,
|
||
`ticket` varchar(255) NOT NULL,
|
||
`createtime` int(11) NOT NULL,
|
||
`expire` int(11) NOT NULL DEFAULT '0',
|
||
`qrimg` varchar(255) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL,
|
||
`livetype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`liveidentity` varchar(50) NOT NULL,
|
||
`screen` tinyint(3) NOT NULL DEFAULT '0',
|
||
`goodsid` text NOT NULL,
|
||
`category` int(11) NOT NULL DEFAULT '0',
|
||
`url` varchar(1000) NOT NULL,
|
||
`thumb` varchar(1000) NOT NULL,
|
||
`hot` tinyint(3) NOT NULL DEFAULT '0',
|
||
`recommend` tinyint(3) NOT NULL DEFAULT '0',
|
||
`living` tinyint(3) NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`livetime` int(10) NOT NULL DEFAULT '0',
|
||
`lastlivetime` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(10) NOT NULL DEFAULT '0',
|
||
`introduce` text NOT NULL,
|
||
`packetmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`packettotal` int(11) NOT NULL DEFAULT '0',
|
||
`packetprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`packetdes` varchar(255) NOT NULL,
|
||
`couponid` varchar(255) NOT NULL,
|
||
`share_title` varchar(255) NOT NULL,
|
||
`share_icon` varchar(1000) NOT NULL,
|
||
`share_desc` text NOT NULL,
|
||
`share_url` varchar(1000) NOT NULL DEFAULT '',
|
||
`subscribe` int(11) NOT NULL DEFAULT '0',
|
||
`subscribenotice` tinyint(3) NOT NULL DEFAULT '0',
|
||
`visit` int(11) NOT NULL DEFAULT '0',
|
||
`video` varchar(1000) NOT NULL DEFAULT '',
|
||
`covertype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`cover` varchar(1000) NOT NULL DEFAULT '',
|
||
`iscoupon` tinyint(3) NOT NULL DEFAULT '0',
|
||
`nestable` text NOT NULL,
|
||
`tabs` text NOT NULL,
|
||
`invitation_id` int(11) NOT NULL DEFAULT '0',
|
||
`showlevels` varchar(255) NOT NULL,
|
||
`showgroups` varchar(255) NOT NULL,
|
||
`showcommission` varchar(255) NOT NULL,
|
||
`jurisdiction_url` varchar(1000) NOT NULL,
|
||
`jurisdictionurl_show` tinyint(3) NOT NULL DEFAULT '0',
|
||
`notice` varchar(255) NOT NULL,
|
||
`notice_url` varchar(1000) NOT NULL,
|
||
`followqrcode` varchar(1000) NOT NULL,
|
||
`coupon_num` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`),
|
||
KEY `idx_category` (`category`),
|
||
KEY `idx_hot` (`hot`),
|
||
KEY `idx_recommend` (`recommend`),
|
||
KEY `idx_living` (`living`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_livetime` (`livetime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT NULL,
|
||
`thumb` varchar(255) DEFAULT NULL,
|
||
`displayorder` tinyint(3) unsigned DEFAULT '0',
|
||
`enabled` tinyint(1) DEFAULT '1',
|
||
`advimg` varchar(255) DEFAULT '',
|
||
`advurl` varchar(500) DEFAULT '',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_coupon` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`roomid` int(11) NOT NULL DEFAULT '0',
|
||
`couponid` int(11) NOT NULL DEFAULT '0',
|
||
`coupontotal` int(11) NOT NULL DEFAULT '0',
|
||
`couponlimit` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_roomid` (`roomid`),
|
||
KEY `idx_couponid` (`couponid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_favorite` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`roomid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` tinytext NOT NULL,
|
||
`deleted` tinyint(3) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_roomid` (`roomid`),
|
||
KEY `idx_deleted` (`deleted`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`goodsid` int(11) NOT NULL DEFAULT '0',
|
||
`liveid` int(11) NOT NULL DEFAULT '0',
|
||
`liveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`minliveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`maxliveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_goods_option` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`goodsid` int(11) NOT NULL,
|
||
`optionid` int(11) NOT NULL DEFAULT '0',
|
||
`liveid` int(11) NOT NULL DEFAULT '0',
|
||
`liveprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_setting` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`ismember` tinyint(3) NOT NULL DEFAULT '0',
|
||
`share_title` varchar(255) NOT NULL,
|
||
`share_icon` varchar(1000) NOT NULL,
|
||
`share_desc` varchar(255) NOT NULL,
|
||
`share_url` varchar(255) NOT NULL,
|
||
`livenoticetime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_ismember` (`ismember`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_status` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`roomid` int(11) NOT NULL DEFAULT '0',
|
||
`starttime` int(11) NOT NULL DEFAULT '0',
|
||
`endtime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_live_view` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(50) NOT NULL,
|
||
`roomid` int(11) NOT NULL DEFAULT '0',
|
||
`viewing` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_roomid` (`roomid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_lottery` (
|
||
`lottery_id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`lottery_title` varchar(150) DEFAULT NULL,
|
||
`lottery_icon` varchar(255) DEFAULT NULL,
|
||
`lottery_banner` varchar(255) DEFAULT NULL,
|
||
`lottery_cannot` varchar(255) DEFAULT NULL,
|
||
`lottery_type` tinyint(1) DEFAULT NULL,
|
||
`is_delete` tinyint(1) DEFAULT '0',
|
||
`addtime` int(11) DEFAULT NULL,
|
||
`lottery_data` text,
|
||
`is_goods` tinyint(1) DEFAULT '0',
|
||
`lottery_days` int(11) DEFAULT '0',
|
||
`task_type` tinyint(1) DEFAULT '0',
|
||
`task_data` text,
|
||
`start_time` int(11) DEFAULT NULL,
|
||
`end_time` int(11) DEFAULT NULL,
|
||
`award_start` int(11) DEFAULT '0',
|
||
`award_end` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`lottery_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_lottery_default` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`data` text,
|
||
`addtime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_lottery_join` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`join_user` varchar(255) DEFAULT NULL,
|
||
`lottery_id` int(11) DEFAULT NULL,
|
||
`lottery_num` int(10) DEFAULT '0',
|
||
`lottery_tag` varchar(255) DEFAULT NULL,
|
||
`addtime` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_lottery_log` (
|
||
`log_id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`lottery_id` int(11) DEFAULT '0',
|
||
`join_user` varchar(255) DEFAULT NULL,
|
||
`lottery_data` text,
|
||
`is_reward` tinyint(1) DEFAULT '0',
|
||
`addtime` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`log_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_mc_merchant` (
|
||
`id` int(11) NOT NULL,
|
||
`uniacid` int(11) NOT NULL,
|
||
`merchant_no` varchar(255) NOT NULL DEFAULT '',
|
||
`username` varchar(255) NOT NULL DEFAULT '',
|
||
`password` varchar(32) NOT NULL DEFAULT '',
|
||
`salt` varchar(8) NOT NULL DEFAULT '',
|
||
`contact_name` varchar(255) NOT NULL DEFAULT '',
|
||
`contact_mobile` varchar(16) NOT NULL DEFAULT '',
|
||
`contact_address` varchar(255) NOT NULL DEFAULT '',
|
||
`type` tinyint(4) NOT NULL,
|
||
`status` tinyint(4) NOT NULL,
|
||
`createtime` int(11) NOT NULL,
|
||
`validitytime` int(11) NOT NULL,
|
||
`industry` varchar(255) NOT NULL DEFAULT '',
|
||
`remark` varchar(1000) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`uid` int(11) DEFAULT '0',
|
||
`groupid` varchar(1000) DEFAULT '',
|
||
`level` int(11) DEFAULT '0',
|
||
`agentid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`realname` varchar(20) DEFAULT '',
|
||
`mobile` varchar(11) DEFAULT '',
|
||
`pwd` varchar(32) DEFAULT '',
|
||
`weixin` varchar(100) DEFAULT '',
|
||
`content` text,
|
||
`createtime` int(10) DEFAULT '0',
|
||
`agenttime` int(10) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`isagent` tinyint(1) DEFAULT '0',
|
||
`clickcount` int(11) DEFAULT '0',
|
||
`agentlevel` int(11) DEFAULT '0',
|
||
`noticeset` text,
|
||
`nickname` varchar(255) DEFAULT '',
|
||
`credit1` decimal(10,2) DEFAULT '0.00',
|
||
`credit2` decimal(10,2) DEFAULT '0.00',
|
||
`birthyear` varchar(255) DEFAULT '',
|
||
`birthmonth` varchar(255) DEFAULT '',
|
||
`birthday` varchar(255) DEFAULT '',
|
||
`gender` tinyint(3) DEFAULT '0',
|
||
`avatar` varchar(255) DEFAULT '',
|
||
`province` varchar(255) DEFAULT '',
|
||
`city` varchar(255) DEFAULT '',
|
||
`area` varchar(255) DEFAULT '',
|
||
`childtime` int(11) DEFAULT '0',
|
||
`inviter` int(11) DEFAULT '0',
|
||
`agentnotupgrade` int(11) DEFAULT '0',
|
||
`agentselectgoods` tinyint(3) DEFAULT '0',
|
||
`agentblack` int(11) DEFAULT '0',
|
||
`fixagentid` tinyint(3) DEFAULT '0',
|
||
`username` varchar(255) DEFAULT '',
|
||
`diymemberid` int(11) DEFAULT '0',
|
||
`diymemberdataid` int(11) DEFAULT '0',
|
||
`diymemberdata` text,
|
||
`diycommissionid` int(11) DEFAULT '0',
|
||
`diycommissiondataid` int(11) DEFAULT '0',
|
||
`diycommissiondata` text,
|
||
`isblack` int(11) DEFAULT '0',
|
||
`diymemberfields` text,
|
||
`diycommissionfields` text,
|
||
`commission_total` decimal(10,2) DEFAULT '0.00',
|
||
`endtime2` int(11) DEFAULT '0',
|
||
`ispartner` tinyint(3) DEFAULT '0',
|
||
`partnertime` int(11) DEFAULT '0',
|
||
`partnerstatus` tinyint(3) DEFAULT '0',
|
||
`partnerblack` tinyint(3) DEFAULT '0',
|
||
`partnerlevel` int(11) DEFAULT '0',
|
||
`partnernotupgrade` tinyint(3) DEFAULT '0',
|
||
`diyglobonusid` int(11) DEFAULT '0',
|
||
`diyglobonusdata` text,
|
||
`diyglobonusfields` text,
|
||
`isaagent` tinyint(3) DEFAULT '0',
|
||
`aagentlevel` int(11) DEFAULT '0',
|
||
`aagenttime` int(11) DEFAULT '0',
|
||
`aagentstatus` tinyint(3) DEFAULT '0',
|
||
`aagentblack` tinyint(3) DEFAULT '0',
|
||
`aagentnotupgrade` tinyint(3) DEFAULT '0',
|
||
`aagenttype` tinyint(3) DEFAULT '0',
|
||
`aagentprovinces` text,
|
||
`aagentcitys` text,
|
||
`aagentareas` text,
|
||
`diyaagentid` int(11) DEFAULT '0',
|
||
`diyaagentdata` text,
|
||
`diyaagentfields` text,
|
||
`salt` varchar(32) DEFAULT NULL,
|
||
`mobileverify` tinyint(3) DEFAULT '0',
|
||
`mobileuser` tinyint(3) DEFAULT '0',
|
||
`carrier_mobile` varchar(11) DEFAULT '0',
|
||
`isauthor` tinyint(1) DEFAULT '0',
|
||
`authortime` int(11) DEFAULT '0',
|
||
`authorstatus` tinyint(1) DEFAULT '0',
|
||
`authorblack` tinyint(1) DEFAULT '0',
|
||
`authorlevel` int(11) DEFAULT '0',
|
||
`authornotupgrade` tinyint(1) DEFAULT '0',
|
||
`diyauthorid` int(11) DEFAULT '0',
|
||
`diyauthordata` text,
|
||
`diyauthorfields` text,
|
||
`authorid` int(11) DEFAULT '0',
|
||
`comefrom` varchar(20) DEFAULT NULL,
|
||
`openid_qq` varchar(50) NOT NULL,
|
||
`openid_wx` varchar(50) NOT NULL,
|
||
`diymaxcredit` tinyint(3) DEFAULT '0',
|
||
`maxcredit` int(11) DEFAULT '0',
|
||
`datavalue` varchar(50) NOT NULL DEFAULT '',
|
||
`openid_wa` varchar(50) NOT NULL,
|
||
`nickname_wechat` varchar(255) DEFAULT '',
|
||
`avatar_wechat` varchar(255) DEFAULT '',
|
||
`updateaddress` tinyint(1) NOT NULL DEFAULT '0',
|
||
`membercardid` varchar(255) DEFAULT '',
|
||
`membercardcode` varchar(255) DEFAULT '',
|
||
`membershipnumber` varchar(255) DEFAULT '',
|
||
`membercardactive` tinyint(1) DEFAULT '0',
|
||
`idnumber` varchar(255) DEFAULT NULL,
|
||
`wxcardupdatetime` int(11) DEFAULT '0',
|
||
`hasnewcoupon` tinyint(1) DEFAULT '0',
|
||
`isheads` tinyint(1) NOT NULL DEFAULT '0',
|
||
`headsstatus` tinyint(1) NOT NULL DEFAULT '0',
|
||
`headstime` int(11) NOT NULL DEFAULT '0',
|
||
`headsid` int(11) NOT NULL DEFAULT '0',
|
||
`diyheadsid` int(11) NOT NULL DEFAULT '0',
|
||
`diyheadsdata` text,
|
||
`diyheadsfields` text,
|
||
`applyagenttime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_shareid` (`agentid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_agenttime` (`agenttime`),
|
||
KEY `idx_isagent` (`isagent`),
|
||
KEY `idx_uid` (`uid`),
|
||
KEY `idx_groupid` (`groupid`(255)),
|
||
KEY `idx_level` (`level`),
|
||
KEY `idx_mobile` (`mobile`),
|
||
KEY `idx_openid_wx` (`openid_wx`),
|
||
KEY `idx_openid_wa` (`openid_wa`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_address` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '0',
|
||
`realname` varchar(20) DEFAULT '',
|
||
`mobile` varchar(11) DEFAULT '',
|
||
`province` varchar(30) DEFAULT '',
|
||
`city` varchar(30) DEFAULT '',
|
||
`area` varchar(30) DEFAULT '',
|
||
`address` varchar(300) DEFAULT '',
|
||
`isdefault` tinyint(1) DEFAULT '0',
|
||
`zipcode` varchar(255) DEFAULT '',
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`street` varchar(50) NOT NULL DEFAULT '',
|
||
`datavalue` varchar(50) NOT NULL DEFAULT '',
|
||
`streetdatavalue` varchar(30) NOT NULL DEFAULT '',
|
||
`lng` varchar(255) NOT NULL DEFAULT '',
|
||
`lat` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_deleted` (`deleted`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_card` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT NULL,
|
||
`card_style` varchar(255) DEFAULT NULL,
|
||
`sort_order` int(10) DEFAULT '0',
|
||
`shipping` tinyint(11) DEFAULT NULL,
|
||
`member_discount` tinyint(1) DEFAULT NULL,
|
||
`discount_rate` decimal(10,1) DEFAULT NULL,
|
||
`discount` tinyint(1) NOT NULL DEFAULT '1',
|
||
`is_card_points` tinyint(1) DEFAULT NULL,
|
||
`card_points` varchar(50) DEFAULT NULL,
|
||
`is_card_coupon` tinyint(1) DEFAULT NULL,
|
||
`card_coupon` varchar(500) DEFAULT NULL,
|
||
`is_month_points` tinyint(1) DEFAULT NULL,
|
||
`month_points` varchar(50) DEFAULT NULL,
|
||
`is_month_coupon` tinyint(1) DEFAULT NULL,
|
||
`month_coupon` varchar(500) DEFAULT NULL,
|
||
`validate` int(11) NOT NULL DEFAULT '1',
|
||
`price` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`stock` int(10) DEFAULT NULL,
|
||
`status` tinyint(1) NOT NULL DEFAULT '1',
|
||
`description` text,
|
||
`kefu_tel` varchar(100) DEFAULT NULL,
|
||
`create_time` int(11) NOT NULL DEFAULT '0',
|
||
`sale_count` int(11) NOT NULL DEFAULT '0',
|
||
`del_time` int(11) NOT NULL DEFAULT '0',
|
||
`isdelete` tinyint(11) NOT NULL DEFAULT '0',
|
||
`update_time` int(11) NOT NULL DEFAULT '0',
|
||
`cardmodel` int(2) DEFAULT '1',
|
||
`goodsids` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_card_buysend` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`member_card_id` int(11) NOT NULL,
|
||
`name` varchar(255) NOT NULL,
|
||
`receive_time` int(11) NOT NULL DEFAULT '0',
|
||
`create_time` int(11) NOT NULL DEFAULT '0',
|
||
`price` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`sendtype` tinyint(1) NOT NULL DEFAULT '1',
|
||
`card_points` varchar(50) DEFAULT NULL,
|
||
`card_couponid` int(11) NOT NULL DEFAULT '0',
|
||
`card_couponcount` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_card_history` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`order_id` int(11) NOT NULL,
|
||
`openid` varchar(50) DEFAULT '',
|
||
`member_card_id` int(11) NOT NULL,
|
||
`name` varchar(255) NOT NULL,
|
||
`expire_time` int(11) NOT NULL DEFAULT '0',
|
||
`receive_time` int(11) NOT NULL DEFAULT '0',
|
||
`price` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`user_name` varchar(255) DEFAULT NULL,
|
||
`telephone` varchar(32) DEFAULT NULL,
|
||
`isdelete` int(11) NOT NULL DEFAULT '0',
|
||
`del_time` int(11) NOT NULL DEFAULT '0',
|
||
`pay_type` int(1) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_card_monthsend` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`member_card_id` int(11) NOT NULL,
|
||
`name` varchar(255) NOT NULL,
|
||
`receive_time` int(11) NOT NULL DEFAULT '0',
|
||
`create_time` int(11) NOT NULL DEFAULT '0',
|
||
`price` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`validate` int(11) NOT NULL DEFAULT '1',
|
||
`sendtype` tinyint(1) NOT NULL DEFAULT '1',
|
||
`card_points` varchar(50) DEFAULT NULL,
|
||
`card_couponid` int(11) NOT NULL DEFAULT '0',
|
||
`card_couponcount` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_card_order` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`member_id` int(11) DEFAULT '0',
|
||
`payment_name` varchar(32) DEFAULT NULL,
|
||
`telephone` varchar(32) DEFAULT NULL,
|
||
`orderno` varchar(30) DEFAULT NULL,
|
||
`total` decimal(15,2) NOT NULL DEFAULT '0.00',
|
||
`status` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`finishtime` int(11) DEFAULT '0',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`member_card_id` int(11) DEFAULT '0',
|
||
`wxapp_prepay_id` varchar(255) DEFAULT '',
|
||
`transid` varchar(32) DEFAULT '',
|
||
`paytype` varchar(32) DEFAULT '',
|
||
`apppay` tinyint(3) NOT NULL DEFAULT '0',
|
||
`borrowopenid` varchar(50) DEFAULT NULL,
|
||
`isborrow` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_card_uselog` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`order_id` int(11) NOT NULL,
|
||
`member_card_id` int(11) NOT NULL,
|
||
`name` varchar(255) NOT NULL,
|
||
`shipping` tinyint(1) DEFAULT '0',
|
||
`discount_rate` varchar(50) DEFAULT NULL,
|
||
`order_price` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`dec_price` decimal(11,2) NOT NULL DEFAULT '0.00',
|
||
`create_time` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_cart` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(100) DEFAULT '',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`total` int(11) DEFAULT '0',
|
||
`marketprice` decimal(10,2) DEFAULT '0.00',
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`optionid` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`diyformdataid` int(11) DEFAULT '0',
|
||
`diyformdata` text,
|
||
`diyformfields` text,
|
||
`diyformid` int(11) DEFAULT '0',
|
||
`selected` tinyint(1) DEFAULT '1',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`selectedadd` tinyint(1) DEFAULT '1',
|
||
`isnewstore` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_deleted` (`deleted`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_credit_record` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uid` int(11) unsigned NOT NULL,
|
||
`openid` varchar(255) DEFAULT '',
|
||
`uniacid` int(11) NOT NULL,
|
||
`credittype` varchar(10) NOT NULL,
|
||
`num` decimal(10,2) NOT NULL,
|
||
`operator` int(10) unsigned NOT NULL,
|
||
`createtime` int(10) unsigned NOT NULL,
|
||
`remark` varchar(200) NOT NULL,
|
||
`module` varchar(30) NOT NULL,
|
||
`presentcredit` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_favorite` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(10) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`type` int(11) DEFAULT '0',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`title` varchar(255) DEFAULT '',
|
||
`marketprice` decimal(10,2) DEFAULT '0.00',
|
||
`productprice` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_group` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`groupname` varchar(255) DEFAULT '',
|
||
`description` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_group_log` (
|
||
`log_id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`mid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(50) NOT NULL DEFAULT '0',
|
||
`group_id` int(11) NOT NULL DEFAULT '0',
|
||
`add_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`content` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`log_id`),
|
||
KEY `group_id` (`group_id`),
|
||
KEY `openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_history` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`goodsid` int(10) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`times` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_level` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`level` int(11) DEFAULT '0',
|
||
`levelname` varchar(50) DEFAULT '',
|
||
`ordermoney` decimal(10,2) DEFAULT '0.00',
|
||
`ordercount` int(10) DEFAULT '0',
|
||
`discount` decimal(10,2) DEFAULT '0.00',
|
||
`enabled` tinyint(3) DEFAULT '0',
|
||
`enabledadd` tinyint(1) DEFAULT '0',
|
||
`buygoods` tinyint(1) NOT NULL DEFAULT '0',
|
||
`goodsids` text NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`type` tinyint(3) DEFAULT NULL COMMENT '0 充值 1 提现',
|
||
`logno` varchar(255) DEFAULT '',
|
||
`title` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0' COMMENT '0 生成 1 成功 2 失败',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`rechargetype` varchar(255) DEFAULT '' COMMENT '充值类型',
|
||
`gives` decimal(10,2) DEFAULT NULL,
|
||
`couponid` int(11) DEFAULT '0',
|
||
`transid` varchar(255) DEFAULT '',
|
||
`realmoney` decimal(10,2) DEFAULT '0.00',
|
||
`charge` decimal(10,2) DEFAULT '0.00',
|
||
`deductionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`isborrow` tinyint(3) DEFAULT '0',
|
||
`borrowopenid` varchar(100) DEFAULT '',
|
||
`remark` varchar(255) NOT NULL DEFAULT '',
|
||
`apppay` tinyint(3) NOT NULL DEFAULT '0',
|
||
`alipay` varchar(50) NOT NULL DEFAULT '',
|
||
`bankname` varchar(50) NOT NULL DEFAULT '',
|
||
`bankcard` varchar(50) NOT NULL DEFAULT '',
|
||
`realname` varchar(50) NOT NULL DEFAULT '',
|
||
`applytype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`sendmoney` decimal(10,2) DEFAULT '0.00',
|
||
`senddata` text,
|
||
`bankopen` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_mergelog` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`mergetime` int(11) NOT NULL DEFAULT '0',
|
||
`openid_a` varchar(30) NOT NULL,
|
||
`openid_b` varchar(30) NOT NULL,
|
||
`mid_a` int(11) NOT NULL,
|
||
`mid_b` int(11) NOT NULL,
|
||
`detail_a` text,
|
||
`detail_b` text,
|
||
`detail_c` text,
|
||
`fromuniacid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_mid_a` (`mid_a`),
|
||
KEY `idx_mid_b` (`mid_b`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_message_template` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`template_id` varchar(255) DEFAULT '',
|
||
`first` text NOT NULL COMMENT '键名',
|
||
`firstcolor` varchar(255) DEFAULT '',
|
||
`data` text NOT NULL COMMENT '颜色',
|
||
`remark` text NOT NULL COMMENT '键值',
|
||
`remarkcolor` varchar(255) DEFAULT '',
|
||
`url` varchar(255) NOT NULL,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`sendtimes` int(11) DEFAULT '0',
|
||
`sendcount` int(11) DEFAULT '0',
|
||
`typecode` varchar(30) DEFAULT '',
|
||
`messagetype` tinyint(1) DEFAULT '0',
|
||
`send_desc` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_message_template_default` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`typecode` varchar(255) DEFAULT NULL,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`templateid` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_message_template_type` (
|
||
`id` int(11) NOT NULL,
|
||
`name` varchar(255) DEFAULT NULL,
|
||
`typecode` varchar(255) DEFAULT NULL,
|
||
`templatecode` varchar(255) DEFAULT NULL,
|
||
`templateid` varchar(255) DEFAULT NULL,
|
||
`templatename` varchar(255) DEFAULT NULL,
|
||
`content` varchar(1000) DEFAULT NULL,
|
||
`showtotaladd` tinyint(1) DEFAULT '0',
|
||
`typegroup` varchar(255) DEFAULT '',
|
||
`groupname` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `id` (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_printer` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`print_data` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_printer_template` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`print_title` varchar(255) DEFAULT '',
|
||
`print_style` varchar(255) DEFAULT '',
|
||
`print_data` text,
|
||
`code` varchar(500) DEFAULT '',
|
||
`qrcode` varchar(500) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`goodssn` tinyint(1) NOT NULL DEFAULT '0',
|
||
`productsn` tinyint(1) NOT NULL DEFAULT '0',
|
||
`tel_code_type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`ordersn_code_type` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_rank` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(10) unsigned NOT NULL,
|
||
`status` tinyint(4) NOT NULL,
|
||
`num` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_wxapp_message_template_default` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`typecode` varchar(255) NOT NULL DEFAULT '',
|
||
`templateid` varchar(255) NOT NULL DEFAULT '',
|
||
`datas` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_member_wxapp_message_template_type` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(255) DEFAULT '',
|
||
`typecode` varchar(255) DEFAULT '',
|
||
`templatecode` varchar(255) DEFAULT '',
|
||
`templatename` varchar(255) DEFAULT '',
|
||
`keyword_id_list` varchar(255) DEFAULT '',
|
||
`typegroup` varchar(255) DEFAULT '',
|
||
`groupname` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_id` (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_account` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`username` varchar(255) DEFAULT '',
|
||
`pwd` varchar(255) DEFAULT '',
|
||
`salt` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`perms` text,
|
||
`isfounder` tinyint(3) DEFAULT '0',
|
||
`lastip` varchar(255) DEFAULT '',
|
||
`lastvisit` varchar(255) DEFAULT '',
|
||
`roleid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT NULL,
|
||
`link` varchar(255) DEFAULT NULL,
|
||
`thumb` varchar(255) DEFAULT NULL,
|
||
`displayorder` int(11) DEFAULT NULL,
|
||
`enabled` int(11) DEFAULT NULL,
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_banner` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`bannername` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_bill` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`applyno` varchar(255) NOT NULL DEFAULT '',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`orderids` longtext NOT NULL,
|
||
`realprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`realpricerate` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`finalprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`payrateprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`payrate` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`money` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`applytime` int(11) NOT NULL DEFAULT '0',
|
||
`checktime` int(11) NOT NULL DEFAULT '0',
|
||
`paytime` int(11) NOT NULL DEFAULT '0',
|
||
`invalidtime` int(11) NOT NULL DEFAULT '0',
|
||
`refusetime` int(11) NOT NULL DEFAULT '0',
|
||
`remark` text NOT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`ordernum` int(11) NOT NULL DEFAULT '0',
|
||
`orderprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`passrealprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`passrealpricerate` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`passorderids` text NOT NULL,
|
||
`passordernum` int(11) NOT NULL DEFAULT '0',
|
||
`passorderprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`alipay` varchar(50) NOT NULL DEFAULT '',
|
||
`bankname` varchar(50) NOT NULL DEFAULT '',
|
||
`bankcard` varchar(50) NOT NULL DEFAULT '',
|
||
`applyrealname` varchar(50) NOT NULL DEFAULT '',
|
||
`applytype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`handpay` tinyint(3) NOT NULL DEFAULT '0',
|
||
`creditstatus` tinyint(3) NOT NULL DEFAULT '0',
|
||
`creditrate` int(10) NOT NULL DEFAULT '1',
|
||
`creditnum` int(10) NOT NULL DEFAULT '0',
|
||
`creditmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`passcreditnum` int(10) NOT NULL DEFAULT '0',
|
||
`passcreditmoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`isbillcredit` int(10) NOT NULL DEFAULT '0',
|
||
`bankopen` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_bill_select` (
|
||
`bill_id` int(11) NOT NULL DEFAULT '0',
|
||
`order_id` int(11) NOT NULL DEFAULT '0',
|
||
UNIQUE KEY `bid_oid` (`bill_id`,`order_id`),
|
||
KEY `bid` (`bill_id`),
|
||
KEY `oid` (`order_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_billo` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`billid` int(11) NOT NULL DEFAULT '0',
|
||
`orderid` int(11) NOT NULL DEFAULT '0',
|
||
`ordermoney` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`catename` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`thumb` varchar(500) DEFAULT '',
|
||
`isrecommand` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_category_swipe` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`thumb` varchar(500) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_clearing` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`clearno` varchar(64) NOT NULL DEFAULT '',
|
||
`goodsprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`dispatchprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`deductprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`deductcredit2` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`discountprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`deductenough` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`merchdeductenough` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`isdiscountprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`createtime` int(10) unsigned NOT NULL DEFAULT '0',
|
||
`starttime` int(10) unsigned NOT NULL DEFAULT '0',
|
||
`endtime` int(10) unsigned NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`realprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`realpricerate` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`finalprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`remark` varchar(2000) NOT NULL DEFAULT '',
|
||
`paytime` int(11) NOT NULL DEFAULT '0',
|
||
`payrate` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `merchid` (`merchid`),
|
||
KEY `starttime` (`starttime`),
|
||
KEY `endtime` (`endtime`),
|
||
KEY `status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_commission_orderprice` (
|
||
`order_id` int(11) unsigned NOT NULL,
|
||
`commission_price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`order_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_group` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`groupname` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`isdefault` tinyint(1) DEFAULT '0',
|
||
`goodschecked` tinyint(1) DEFAULT '0',
|
||
`commissionchecked` tinyint(1) DEFAULT '0',
|
||
`changepricechecked` tinyint(1) DEFAULT '0',
|
||
`finishchecked` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_nav` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`navname` varchar(255) DEFAULT '',
|
||
`icon` varchar(255) DEFAULT '',
|
||
`url` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_notice` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`detail` text,
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_perm_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uid` int(11) DEFAULT '0',
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
`type` varchar(255) DEFAULT '',
|
||
`op` text,
|
||
`ip` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`),
|
||
KEY `uid` (`uid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_perm_role` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`rolename` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`perms` text,
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_reg` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`merchname` varchar(255) DEFAULT '',
|
||
`salecate` varchar(255) DEFAULT '',
|
||
`desc` varchar(500) DEFAULT '',
|
||
`realname` varchar(255) DEFAULT '',
|
||
`mobile` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`diyformdata` text,
|
||
`diyformfields` text,
|
||
`applytime` int(11) DEFAULT '0',
|
||
`reason` text,
|
||
`uname` varchar(50) NOT NULL DEFAULT '',
|
||
`upass` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_saler` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`storeid` int(11) DEFAULT '0',
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`salername` varchar(255) DEFAULT '',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_storeid` (`storeid`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_store` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`storename` varchar(255) DEFAULT '',
|
||
`address` varchar(255) DEFAULT '',
|
||
`tel` varchar(255) DEFAULT '',
|
||
`lat` varchar(255) DEFAULT '',
|
||
`lng` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`type` tinyint(1) DEFAULT '0',
|
||
`realname` varchar(255) DEFAULT '',
|
||
`mobile` varchar(255) DEFAULT '',
|
||
`fetchtime` varchar(255) DEFAULT '',
|
||
`logo` varchar(255) DEFAULT '',
|
||
`saletime` varchar(255) DEFAULT '',
|
||
`desc` text,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`commission_total` decimal(10,2) DEFAULT NULL,
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_merchid` (`merchid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_merch_user` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`regid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`groupid` int(11) DEFAULT '0',
|
||
`merchno` varchar(255) NOT NULL DEFAULT '',
|
||
`merchname` varchar(255) NOT NULL DEFAULT '',
|
||
`salecate` varchar(255) NOT NULL DEFAULT '',
|
||
`desc` varchar(500) NOT NULL DEFAULT '',
|
||
`realname` varchar(255) NOT NULL DEFAULT '',
|
||
`mobile` varchar(255) NOT NULL DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`accounttime` int(11) DEFAULT '0',
|
||
`diyformdata` text,
|
||
`diyformfields` text,
|
||
`applytime` int(11) DEFAULT '0',
|
||
`accounttotal` int(11) DEFAULT '0',
|
||
`remark` text,
|
||
`jointime` int(11) DEFAULT '0',
|
||
`accountid` int(11) DEFAULT '0',
|
||
`sets` mediumtext,
|
||
`logo` varchar(255) NOT NULL DEFAULT '',
|
||
`payopenid` varchar(32) NOT NULL DEFAULT '',
|
||
`payrate` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`isrecommand` tinyint(1) DEFAULT '0',
|
||
`cateid` int(11) DEFAULT '0',
|
||
`address` varchar(255) DEFAULT '',
|
||
`tel` varchar(255) DEFAULT '',
|
||
`lat` varchar(255) DEFAULT '',
|
||
`lng` varchar(255) DEFAULT '',
|
||
`pluginset` text NOT NULL,
|
||
`uname` varchar(50) NOT NULL DEFAULT '',
|
||
`upass` varchar(255) NOT NULL DEFAULT '',
|
||
`maxgoods` int(11) NOT NULL DEFAULT '0',
|
||
`iscredit` tinyint(3) NOT NULL DEFAULT '1',
|
||
`creditrate` int(10) NOT NULL DEFAULT '1',
|
||
`iscreditmoney` int(3) NOT NULL DEFAULT '1',
|
||
`can_import` tinyint(3) NOT NULL DEFAULT '0',
|
||
`can_edit` tinyint(3) NOT NULL DEFAULT '0',
|
||
`apikey` varchar(255) NOT NULL DEFAULT '',
|
||
`sub_account_status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`sub_mch_id` varchar(50) NOT NULL DEFAULT '',
|
||
`cert_file` text,
|
||
`key_file` text,
|
||
`root_file` text,
|
||
`first_sub_account_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_groupid` (`groupid`),
|
||
KEY `idx_regid` (`regid`),
|
||
KEY `idx_cateid` (`cateid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_multi_shop` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`uid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
`company` varchar(255) DEFAULT '',
|
||
`sales` varchar(255) DEFAULT '',
|
||
`starttime` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`applytime` int(11) DEFAULT '0',
|
||
`jointime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`refusecontent` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_nav` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`navname` varchar(255) DEFAULT '',
|
||
`icon` varchar(255) DEFAULT '',
|
||
`url` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`iswxapp` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_newstore_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(255) DEFAULT NULL,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_notice` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`detail` text,
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`shopid` int(11) DEFAULT '0',
|
||
`iswxapp` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_open_api_app` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`api_key` char(32) NOT NULL DEFAULT '',
|
||
`name` varchar(20) NOT NULL DEFAULT '',
|
||
`request_count` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`create_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_api_key` (`api_key`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_api_key_status` (`api_key`,`status`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_open_api_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`app_id` int(11) NOT NULL DEFAULT '0',
|
||
`api_type` tinyint(2) NOT NULL DEFAULT '0',
|
||
`request_path` varchar(255) NOT NULL DEFAULT '',
|
||
`request_params` text,
|
||
`request_status` int(11) NOT NULL DEFAULT '0',
|
||
`response_content` text,
|
||
`create_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_app_id` (`app_id`),
|
||
KEY `idx_shop_id_app_id` (`uniacid`,`app_id`),
|
||
KEY `idx_uniacid_app_id` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_open_plugin` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`plugin` varchar(255) NOT NULL,
|
||
`key` varchar(100) NOT NULL,
|
||
`status` int(1) NOT NULL DEFAULT '1',
|
||
`expirtime` int(11) NOT NULL,
|
||
`url` varchar(255) NOT NULL,
|
||
`domain` varchar(255) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`agentid` int(11) DEFAULT '0',
|
||
`ordersn` varchar(30) DEFAULT '',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`goodsprice` decimal(10,2) DEFAULT '0.00',
|
||
`discountprice` decimal(10,2) DEFAULT '0.00',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`paytype` tinyint(1) DEFAULT '0' COMMENT '1为余额,2为在线,3为到付',
|
||
`transid` varchar(30) DEFAULT '0' COMMENT '微信支付单号',
|
||
`remark` varchar(1000) DEFAULT '',
|
||
`addressid` int(11) DEFAULT '0',
|
||
`dispatchprice` decimal(10,2) DEFAULT '0.00',
|
||
`dispatchid` int(10) DEFAULT '0',
|
||
`createtime` int(10) DEFAULT NULL,
|
||
`dispatchtype` tinyint(3) DEFAULT '0',
|
||
`carrier` text,
|
||
`refundid` int(11) DEFAULT '0',
|
||
`iscomment` tinyint(3) DEFAULT '0',
|
||
`creditadd` tinyint(3) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`userdeleted` tinyint(3) DEFAULT '0',
|
||
`finishtime` int(11) DEFAULT '0',
|
||
`paytime` int(11) DEFAULT '0',
|
||
`expresscom` varchar(30) NOT NULL DEFAULT '',
|
||
`expresssn` varchar(50) NOT NULL DEFAULT '',
|
||
`express` varchar(255) DEFAULT '',
|
||
`sendtime` int(11) DEFAULT '0',
|
||
`fetchtime` int(11) DEFAULT '0',
|
||
`cash` tinyint(3) DEFAULT '0',
|
||
`canceltime` int(11) DEFAULT NULL,
|
||
`cancelpaytime` int(11) DEFAULT '0',
|
||
`refundtime` int(11) DEFAULT '0',
|
||
`isverify` tinyint(3) DEFAULT '0',
|
||
`verified` tinyint(3) DEFAULT '0',
|
||
`verifyopenid` varchar(255) DEFAULT '',
|
||
`verifycode` varchar(255) DEFAULT '',
|
||
`verifytime` int(11) DEFAULT '0',
|
||
`verifystoreid` int(11) DEFAULT '0',
|
||
`deductprice` decimal(10,2) DEFAULT '0.00',
|
||
`deductcredit` int(10) DEFAULT '0',
|
||
`deductcredit2` decimal(10,2) DEFAULT '0.00',
|
||
`deductenough` decimal(10,2) DEFAULT '0.00',
|
||
`virtual` int(11) DEFAULT '0',
|
||
`virtual_info` text,
|
||
`virtual_str` text,
|
||
`address` text,
|
||
`sysdeleted` tinyint(3) DEFAULT '0',
|
||
`ordersn2` int(11) DEFAULT '0',
|
||
`changeprice` decimal(10,2) DEFAULT '0.00',
|
||
`changedispatchprice` decimal(10,2) DEFAULT '0.00',
|
||
`oldprice` decimal(10,2) DEFAULT '0.00',
|
||
`olddispatchprice` decimal(10,2) DEFAULT '0.00',
|
||
`isvirtual` tinyint(3) DEFAULT '0',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`couponprice` decimal(10,2) DEFAULT '0.00',
|
||
`diyformdata` text,
|
||
`diyformfields` text,
|
||
`diyformid` int(11) DEFAULT '0',
|
||
`storeid` int(11) DEFAULT '0',
|
||
`closereason` text,
|
||
`remarksaler` text,
|
||
`printstate` tinyint(1) DEFAULT '0',
|
||
`printstate2` tinyint(1) DEFAULT '0',
|
||
`address_send` text,
|
||
`refundstate` tinyint(3) DEFAULT '0',
|
||
`remarkclose` text,
|
||
`remarksend` text,
|
||
`ismr` int(1) NOT NULL DEFAULT '0',
|
||
`isdiscountprice` decimal(10,2) DEFAULT '0.00',
|
||
`isvirtualsend` tinyint(1) DEFAULT '0',
|
||
`virtualsend_info` text,
|
||
`verifyinfo` longtext,
|
||
`verifytype` tinyint(1) DEFAULT '0',
|
||
`verifycodes` text,
|
||
`merchid` int(11) DEFAULT '0',
|
||
`invoicename` varchar(255) DEFAULT '',
|
||
`ismerch` tinyint(1) DEFAULT '0',
|
||
`parentid` int(11) DEFAULT '0',
|
||
`isparent` tinyint(1) DEFAULT '0',
|
||
`grprice` decimal(10,2) DEFAULT '0.00',
|
||
`merchshow` tinyint(1) DEFAULT '0',
|
||
`merchdeductenough` decimal(10,2) DEFAULT '0.00',
|
||
`couponmerchid` int(11) DEFAULT '0',
|
||
`isglobonus` tinyint(3) DEFAULT '0',
|
||
`merchapply` tinyint(1) DEFAULT '0',
|
||
`isabonus` tinyint(3) DEFAULT '0',
|
||
`isborrow` tinyint(3) DEFAULT '0',
|
||
`borrowopenid` varchar(100) DEFAULT '',
|
||
`merchisdiscountprice` decimal(10,2) DEFAULT '0.00',
|
||
`apppay` tinyint(3) NOT NULL DEFAULT '0',
|
||
`coupongoodprice` decimal(10,2) DEFAULT '1.00',
|
||
`buyagainprice` decimal(10,2) DEFAULT '0.00',
|
||
`ispackage` tinyint(3) DEFAULT '0',
|
||
`packageid` int(11) DEFAULT '0',
|
||
`taskdiscountprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`seckilldiscountprice` decimal(10,2) DEFAULT '0.00',
|
||
`verifyendtime` int(11) NOT NULL DEFAULT '0',
|
||
`willcancelmessage` tinyint(1) DEFAULT '0',
|
||
`sendtype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`lotterydiscountprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`contype` tinyint(1) DEFAULT '0',
|
||
`wxid` int(11) DEFAULT '0',
|
||
`wxcardid` varchar(50) DEFAULT '',
|
||
`wxcode` varchar(50) DEFAULT '',
|
||
`dispatchkey` varchar(30) NOT NULL DEFAULT '',
|
||
`quickid` int(11) NOT NULL DEFAULT '0',
|
||
`istrade` tinyint(3) NOT NULL DEFAULT '0',
|
||
`isnewstore` tinyint(3) NOT NULL DEFAULT '0',
|
||
`liveid` int(11) NOT NULL,
|
||
`ordersn_trade` varchar(32) NOT NULL,
|
||
`tradestatus` tinyint(1) DEFAULT '0',
|
||
`tradepaytype` tinyint(1) NOT NULL,
|
||
`tradepaytime` int(11) DEFAULT '0',
|
||
`dowpayment` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`betweenprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`isshare` int(11) NOT NULL DEFAULT '0',
|
||
`officcode` varchar(50) NOT NULL DEFAULT '',
|
||
`wxapp_prepay_id` varchar(100) DEFAULT NULL,
|
||
`iswxappcreate` tinyint(1) DEFAULT '0',
|
||
`cashtime` int(11) DEFAULT '0',
|
||
`random_code` varchar(4) DEFAULT NULL,
|
||
`print_template` text,
|
||
`city_express_state` tinyint(1) NOT NULL DEFAULT '0',
|
||
`is_cashier` tinyint(3) NOT NULL DEFAULT '0',
|
||
`commissionmoney` decimal(10,2) DEFAULT '0.00',
|
||
`iscycelbuy` tinyint(3) DEFAULT '0',
|
||
`cycelbuy_predict_time` int(11) DEFAULT NULL,
|
||
`cycelbuy_periodic` varchar(255) DEFAULT NULL,
|
||
`invoice_img` varchar(255) DEFAULT '',
|
||
`headsid` int(11) NOT NULL DEFAULT '0',
|
||
`dividend` text,
|
||
`dividend_applytime` int(11) NOT NULL DEFAULT '0',
|
||
`dividend_checktime` int(11) NOT NULL DEFAULT '0',
|
||
`dividend_paytime` int(11) NOT NULL DEFAULT '0',
|
||
`dividend_invalidtime` int(11) NOT NULL DEFAULT '0',
|
||
`dividend_deletetime` int(11) NOT NULL DEFAULT '0',
|
||
`dividend_status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`dividend_content` text,
|
||
`wxapp_allow_subscribe` varchar(255) DEFAULT NULL,
|
||
`willcloseverifymessage` int(2) NOT NULL DEFAULT '0',
|
||
`is_wxapp` tinyint(3) NOT NULL DEFAULT '0',
|
||
`is_sub_account` tinyint(1) NOT NULL DEFAULT '0',
|
||
`sub_account_status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`sub_account_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_shareid` (`agentid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_refundid` (`refundid`),
|
||
KEY `idx_paytime` (`paytime`),
|
||
KEY `idx_finishtime` (`finishtime`),
|
||
KEY `idx_merchid` (`merchid`),
|
||
KEY `idx_ordersn` (`ordersn`),
|
||
KEY `parentid` (`parentid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_buysend` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`credit` float(10,2) DEFAULT '0.00',
|
||
`money` decimal(10,2) DEFAULT '0.00',
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_orderid` (`orderid`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_comment` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '',
|
||
`nickname` varchar(50) DEFAULT '',
|
||
`headimgurl` varchar(255) DEFAULT '',
|
||
`level` tinyint(3) DEFAULT '0',
|
||
`content` varchar(255) DEFAULT '',
|
||
`images` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`append_content` varchar(255) DEFAULT '',
|
||
`append_images` text,
|
||
`reply_content` varchar(255) DEFAULT '',
|
||
`reply_images` text,
|
||
`append_reply_content` varchar(255) DEFAULT '',
|
||
`append_reply_images` text,
|
||
`istop` tinyint(3) DEFAULT '0',
|
||
`checked` tinyint(3) NOT NULL DEFAULT '0',
|
||
`replychecked` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_orderid` (`orderid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`total` int(11) DEFAULT '1',
|
||
`optionid` int(10) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`optionname` text,
|
||
`commission1` text COMMENT '0',
|
||
`applytime1` int(11) DEFAULT '0',
|
||
`checktime1` int(10) DEFAULT '0',
|
||
`paytime1` int(11) DEFAULT '0',
|
||
`invalidtime1` int(11) DEFAULT '0',
|
||
`deletetime1` int(11) DEFAULT '0',
|
||
`status1` tinyint(3) DEFAULT '0' COMMENT '申请状态,-2删除,-1无效,0未申请,1申请,2审核通过 3已打款',
|
||
`content1` text,
|
||
`commission2` text,
|
||
`applytime2` int(11) DEFAULT '0',
|
||
`checktime2` int(10) DEFAULT '0',
|
||
`paytime2` int(11) DEFAULT '0',
|
||
`invalidtime2` int(11) DEFAULT '0',
|
||
`deletetime2` int(11) DEFAULT '0',
|
||
`status2` tinyint(3) DEFAULT '0' COMMENT '申请状态,-2删除,-1无效,0未申请,1申请,2审核通过 3已打款',
|
||
`content2` text,
|
||
`commission3` text,
|
||
`applytime3` int(11) DEFAULT '0',
|
||
`checktime3` int(10) DEFAULT '0',
|
||
`paytime3` int(11) DEFAULT '0',
|
||
`invalidtime3` int(11) DEFAULT '0',
|
||
`deletetime3` int(11) DEFAULT '0',
|
||
`status3` tinyint(3) DEFAULT '0' COMMENT '申请状态,-2删除,-1无效,0未申请,1申请,2审核通过 3已打款',
|
||
`content3` text,
|
||
`realprice` decimal(10,2) DEFAULT '0.00',
|
||
`goodssn` varchar(255) DEFAULT '',
|
||
`productsn` varchar(255) DEFAULT '',
|
||
`nocommission` tinyint(3) DEFAULT '0',
|
||
`changeprice` decimal(10,2) DEFAULT '0.00',
|
||
`oldprice` decimal(10,2) DEFAULT '0.00',
|
||
`commissions` text,
|
||
`diyformdata` text,
|
||
`diyformfields` text,
|
||
`diyformdataid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`diyformid` int(11) DEFAULT '0',
|
||
`rstate` tinyint(3) DEFAULT '0',
|
||
`refundtime` int(11) DEFAULT '0',
|
||
`printstate` int(11) NOT NULL DEFAULT '0',
|
||
`printstate2` int(11) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`parentorderid` int(11) DEFAULT '0',
|
||
`merchsale` tinyint(3) NOT NULL DEFAULT '0',
|
||
`isdiscountprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`canbuyagain` tinyint(1) DEFAULT '0',
|
||
`seckill` tinyint(3) DEFAULT '0',
|
||
`seckill_taskid` int(11) DEFAULT '0',
|
||
`seckill_roomid` int(11) DEFAULT '0',
|
||
`seckill_timeid` int(11) DEFAULT '0',
|
||
`sendtype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`expresscom` varchar(30) NOT NULL,
|
||
`expresssn` varchar(50) NOT NULL,
|
||
`express` varchar(255) NOT NULL,
|
||
`sendtime` int(11) NOT NULL,
|
||
`finishtime` int(11) NOT NULL,
|
||
`remarksend` text NOT NULL,
|
||
`prohibitrefund` tinyint(3) NOT NULL DEFAULT '0',
|
||
`storeid` varchar(255) NOT NULL,
|
||
`trade_time` int(11) NOT NULL DEFAULT '0',
|
||
`optime` varchar(30) NOT NULL,
|
||
`tdate_time` int(11) NOT NULL DEFAULT '0',
|
||
`dowpayment` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`peopleid` int(11) NOT NULL DEFAULT '0',
|
||
`esheetprintnum` int(11) NOT NULL DEFAULT '0',
|
||
`ordercode` varchar(30) NOT NULL DEFAULT '',
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`consume` text,
|
||
`single_refundid` int(11) NOT NULL DEFAULT '0',
|
||
`single_refundstate` tinyint(3) NOT NULL DEFAULT '0',
|
||
`single_refundtime` int(11) NOT NULL DEFAULT '0',
|
||
`fullbackid` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_orderid` (`orderid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_applytime1` (`applytime1`),
|
||
KEY `idx_checktime1` (`checktime1`),
|
||
KEY `idx_status1` (`status1`),
|
||
KEY `idx_applytime2` (`applytime2`),
|
||
KEY `idx_checktime2` (`checktime2`),
|
||
KEY `idx_status2` (`status2`),
|
||
KEY `idx_applytime3` (`applytime3`),
|
||
KEY `idx_invalidtime1` (`invalidtime1`),
|
||
KEY `idx_checktime3` (`checktime3`),
|
||
KEY `idx_invalidtime2` (`invalidtime2`),
|
||
KEY `idx_invalidtime3` (`invalidtime3`),
|
||
KEY `idx_status3` (`status3`),
|
||
KEY `idx_paytime1` (`paytime1`),
|
||
KEY `idx_paytime2` (`paytime2`),
|
||
KEY `idx_paytime3` (`paytime3`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_peerpay` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`orderid` int(11) NOT NULL DEFAULT '0',
|
||
`peerpay_type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`peerpay_price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`peerpay_maxprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`peerpay_realprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`peerpay_selfpay` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`peerpay_message` varchar(500) NOT NULL DEFAULT '',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`createtime` int(10) unsigned NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `orderid` (`orderid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_peerpay_payinfo` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`pid` int(11) NOT NULL DEFAULT '0',
|
||
`uid` int(11) NOT NULL DEFAULT '0',
|
||
`uname` varchar(255) NOT NULL DEFAULT '',
|
||
`usay` varchar(500) NOT NULL DEFAULT '',
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`headimg` varchar(255) DEFAULT NULL,
|
||
`refundstatus` tinyint(1) NOT NULL DEFAULT '0',
|
||
`refundprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`tid` varchar(255) NOT NULL DEFAULT '',
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`paytype` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_print` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`sid` tinyint(3) DEFAULT '0',
|
||
`foid` tinyint(3) DEFAULT '0',
|
||
`oid` int(11) DEFAULT '0',
|
||
`pid` int(11) DEFAULT '0',
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`addtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_query` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`out_trade_no` varchar(30) DEFAULT '',
|
||
`transaction_id` varchar(60) DEFAULT '',
|
||
`total_fee` decimal(10,2) DEFAULT '0.00',
|
||
`time_end` int(11) DEFAULT '0',
|
||
`status` tinyint(4) NOT NULL DEFAULT '0',
|
||
`create_time` int(11) DEFAULT '0',
|
||
`apply_time` int(11) NOT NULL DEFAULT '0',
|
||
`check_time` int(11) DEFAULT NULL,
|
||
`withdraw_time` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`out_trade_no`),
|
||
KEY `idx_shareid` (`transaction_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_refund` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`refundno` varchar(255) DEFAULT '',
|
||
`price` varchar(255) DEFAULT '',
|
||
`reason` varchar(255) DEFAULT '',
|
||
`images` text,
|
||
`content` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0' COMMENT '0申请 1 通过 2 驳回',
|
||
`reply` text,
|
||
`refundtype` tinyint(3) DEFAULT '0',
|
||
`realprice` decimal(10,2) DEFAULT '0.00',
|
||
`refundtime` int(11) DEFAULT '0',
|
||
`orderprice` decimal(10,2) DEFAULT '0.00',
|
||
`applyprice` decimal(10,2) DEFAULT '0.00',
|
||
`imgs` text,
|
||
`rtype` tinyint(3) DEFAULT '0',
|
||
`refundaddress` text,
|
||
`message` text,
|
||
`express` varchar(100) DEFAULT '',
|
||
`expresscom` varchar(100) DEFAULT '',
|
||
`expresssn` varchar(100) DEFAULT '',
|
||
`operatetime` int(11) DEFAULT '0',
|
||
`sendtime` int(11) DEFAULT '0',
|
||
`returntime` int(11) DEFAULT '0',
|
||
`rexpress` varchar(100) DEFAULT '',
|
||
`rexpresscom` varchar(100) DEFAULT '',
|
||
`rexpresssn` varchar(100) DEFAULT '',
|
||
`refundaddressid` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`ordergoodsids` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_single_refund` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`ordergoodsid` int(11) DEFAULT '0',
|
||
`refundno` varchar(255) DEFAULT '',
|
||
`price` varchar(255) DEFAULT '',
|
||
`reason` varchar(255) DEFAULT '',
|
||
`images` text,
|
||
`content` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`reply` text,
|
||
`refundtype` tinyint(3) DEFAULT '0',
|
||
`realprice` decimal(10,2) DEFAULT '0.00',
|
||
`refundtime` int(11) DEFAULT '0',
|
||
`ordergoodsrealprice` decimal(10,2) DEFAULT '0.00',
|
||
`applyprice` decimal(10,2) DEFAULT '0.00',
|
||
`imgs` text,
|
||
`rtype` tinyint(3) DEFAULT '0',
|
||
`refundaddress` text,
|
||
`message` text,
|
||
`express` varchar(100) DEFAULT '',
|
||
`expresscom` varchar(100) DEFAULT '',
|
||
`expresssn` varchar(100) DEFAULT '',
|
||
`operatetime` int(11) DEFAULT '0',
|
||
`sendtime` int(11) DEFAULT '0',
|
||
`returntime` int(11) DEFAULT '0',
|
||
`rexpress` varchar(100) DEFAULT '',
|
||
`rexpresscom` varchar(100) DEFAULT '',
|
||
`rexpresssn` varchar(100) DEFAULT '',
|
||
`refundaddressid` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`tradetype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`issuporder` tinyint(3) DEFAULT '0',
|
||
`suptype` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_order_withdraw_apply` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`apply_ids` text NOT NULL,
|
||
`create_time` int(11) NOT NULL,
|
||
`uniacid` int(11) NOT NULL,
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`openid` varchar(60) NOT NULL DEFAULT '',
|
||
`id_number` varchar(30) NOT NULL,
|
||
`real_name` varchar(60) NOT NULL,
|
||
`total_money` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`check_money` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_package` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL,
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`freight` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`thumb` varchar(255) NOT NULL,
|
||
`starttime` int(11) NOT NULL DEFAULT '0',
|
||
`endtime` int(11) NOT NULL DEFAULT '0',
|
||
`goodsid` varchar(255) NOT NULL,
|
||
`cash` tinyint(3) NOT NULL DEFAULT '0',
|
||
`share_title` varchar(255) NOT NULL,
|
||
`share_icon` varchar(255) NOT NULL,
|
||
`share_desc` varchar(500) NOT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`deleted` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`dispatchtype` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_package_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`pid` int(11) NOT NULL,
|
||
`goodsid` int(11) NOT NULL,
|
||
`title` varchar(255) NOT NULL,
|
||
`thumb` varchar(255) NOT NULL,
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`option` varchar(255) NOT NULL,
|
||
`goodssn` varchar(255) NOT NULL,
|
||
`productsn` varchar(255) NOT NULL,
|
||
`hasoption` tinyint(3) NOT NULL DEFAULT '0',
|
||
`marketprice` decimal(10,2) DEFAULT '0.00',
|
||
`packageprice` decimal(10,2) DEFAULT '0.00',
|
||
`commission1` decimal(10,2) DEFAULT '0.00',
|
||
`commission2` decimal(10,2) DEFAULT '0.00',
|
||
`commission3` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_package_goods_option` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`goodsid` int(11) NOT NULL DEFAULT '0',
|
||
`optionid` int(11) NOT NULL DEFAULT '0',
|
||
`pid` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL,
|
||
`packageprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`marketprice` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`commission1` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`commission2` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`commission3` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_payment` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`type` tinyint(2) NOT NULL DEFAULT '0',
|
||
`appid` varchar(255) DEFAULT '',
|
||
`mch_id` varchar(50) NOT NULL DEFAULT '',
|
||
`apikey` varchar(50) NOT NULL DEFAULT '',
|
||
`sub_appid` varchar(50) DEFAULT '',
|
||
`sub_appsecret` varchar(50) DEFAULT '',
|
||
`sub_mch_id` varchar(50) DEFAULT '',
|
||
`cert_file` text,
|
||
`key_file` text,
|
||
`root_file` text,
|
||
`is_raw` tinyint(1) DEFAULT '0',
|
||
`createtime` int(10) unsigned DEFAULT '0',
|
||
`paytype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`alitype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`alipay_sec` text NOT NULL,
|
||
`qpay_signtype` tinyint(1) NOT NULL DEFAULT '0',
|
||
`app_qpay_public_key` text NOT NULL,
|
||
`app_qpay_private_key` text NOT NULL,
|
||
`mch_name` varchar(50) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_pc_adv` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL,
|
||
`advname` varchar(255) NOT NULL,
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`src` varchar(255) NOT NULL,
|
||
`alt` varchar(255) DEFAULT NULL,
|
||
`enabled` tinyint(3) unsigned NOT NULL,
|
||
`link` varchar(255) DEFAULT NULL,
|
||
`width` int(11) unsigned NOT NULL,
|
||
`height` int(11) unsigned NOT NULL,
|
||
`settings` text NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_pc_browse_history` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`uid` int(11) DEFAULT '0',
|
||
`history` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_pc_goods` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`temp_id` varchar(11) NOT NULL DEFAULT '0',
|
||
`uniacid` varchar(11) NOT NULL,
|
||
`title` varchar(50) NOT NULL,
|
||
`import_image` varchar(255) NOT NULL,
|
||
`import_url` varchar(255) NOT NULL,
|
||
`goods_type` tinyint(1) NOT NULL,
|
||
`goods_info` varchar(2000) NOT NULL,
|
||
`top_image` varchar(255) NOT NULL,
|
||
`top_url` varchar(255) NOT NULL,
|
||
`bottom_image` varchar(255) NOT NULL,
|
||
`bottom_url` varchar(255) NOT NULL,
|
||
`sort` int(20) NOT NULL,
|
||
`status` int(1) NOT NULL DEFAULT '0',
|
||
`create_time` varchar(11) NOT NULL,
|
||
`goodsid_text` text NOT NULL,
|
||
`description` varchar(255) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_pc_link` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL,
|
||
`linkname` varchar(255) NOT NULL,
|
||
`url` varchar(255) NOT NULL,
|
||
`status` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
||
`displayorder` int(11) unsigned NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_pc_menu` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned NOT NULL,
|
||
`type` int(11) unsigned DEFAULT '0',
|
||
`displayorder` int(11) unsigned DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`enabled` tinyint(3) unsigned DEFAULT '1',
|
||
`createtime` int(11) unsigned DEFAULT NULL,
|
||
`status` tinyint(3) unsigned DEFAULT '1',
|
||
`create_time` int(11) unsigned DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_pc_slide` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) unsigned DEFAULT '0',
|
||
`type` int(11) unsigned DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`backcolor` varchar(255) DEFAULT NULL,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
`shopid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_pc_template` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`status` tinyint(1) DEFAULT NULL,
|
||
`setting` text NOT NULL,
|
||
`create_time` int(11) NOT NULL DEFAULT '0',
|
||
`update_time` int(11) NOT NULL DEFAULT '0',
|
||
`uniacid` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_title` (`title`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_perm_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uid` int(11) DEFAULT '0',
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
`type` varchar(255) DEFAULT '',
|
||
`op` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`ip` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uid` (`uid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_perm_plugin` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`acid` int(11) DEFAULT '0',
|
||
`uid` int(11) DEFAULT '0',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`plugins` text,
|
||
`coms` text,
|
||
`datas` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uid` (`uid`),
|
||
KEY `idx_acid` (`acid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_uniacid` (`acid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_perm_role` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`rolename` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`perms` text,
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`perms2` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_deleted` (`deleted`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_perm_user` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`uid` int(11) DEFAULT '0',
|
||
`username` varchar(255) DEFAULT '',
|
||
`password` varchar(255) DEFAULT '',
|
||
`roleid` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0',
|
||
`perms` text,
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`realname` varchar(255) DEFAULT '',
|
||
`mobile` varchar(255) DEFAULT '',
|
||
`perms2` text,
|
||
`openid` varchar(50) DEFAULT NULL,
|
||
`openid_wa` varchar(50) DEFAULT NULL,
|
||
`member_nick` varchar(50) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_uid` (`uid`),
|
||
KEY `idx_roleid` (`roleid`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_deleted` (`deleted`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_plugin` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`identity` varchar(50) DEFAULT '',
|
||
`name` varchar(50) DEFAULT '',
|
||
`version` varchar(10) DEFAULT '',
|
||
`author` varchar(20) DEFAULT '',
|
||
`status` int(11) DEFAULT '0',
|
||
`category` varchar(255) DEFAULT '',
|
||
`iscom` tinyint(3) DEFAULT '0',
|
||
`deprecated` tinyint(3) DEFAULT '0',
|
||
`isv2` tinyint(3) DEFAULT '0',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`desc` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_identity` (`identity`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_plugin_video_account_template` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`uniacid` int(11) NOT NULL,
|
||
`system_id` int(11) NOT NULL DEFAULT '0',
|
||
`name` varchar(50) NOT NULL DEFAULT '',
|
||
`content` mediumtext,
|
||
`content_raw` mediumtext,
|
||
`create_time` int(11) NOT NULL DEFAULT '0',
|
||
`display_order` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_system_id` (`system_id`),
|
||
KEY `idx_type` (`type`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_polyapi_key` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`appkey` varchar(200) NOT NULL DEFAULT '',
|
||
`token` varchar(200) NOT NULL DEFAULT '',
|
||
`appsecret` varchar(200) NOT NULL DEFAULT '',
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`updatetime` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_appkey` (`appkey`),
|
||
KEY `idx_token` (`token`),
|
||
KEY `idx_appsecret` (`appsecret`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_poster` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`type` tinyint(3) DEFAULT '0' COMMENT '1 首页 2 小店 3 商城 4 自定义',
|
||
`title` varchar(255) DEFAULT '',
|
||
`bg` varchar(255) DEFAULT '',
|
||
`data` text,
|
||
`keyword` varchar(255) DEFAULT '',
|
||
`times` int(11) DEFAULT '0',
|
||
`follows` int(11) DEFAULT '0',
|
||
`isdefault` tinyint(3) DEFAULT '0',
|
||
`resptitle` varchar(255) DEFAULT '',
|
||
`respthumb` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`respdesc` varchar(255) DEFAULT '',
|
||
`respurl` varchar(255) DEFAULT '',
|
||
`waittext` varchar(255) DEFAULT '',
|
||
`oktext` varchar(255) DEFAULT '',
|
||
`subcredit` int(11) DEFAULT '0',
|
||
`submoney` decimal(10,2) DEFAULT '0.00',
|
||
`reccredit` int(11) DEFAULT '0',
|
||
`recmoney` decimal(10,2) DEFAULT '0.00',
|
||
`paytype` tinyint(1) NOT NULL DEFAULT '0',
|
||
`scantext` varchar(255) DEFAULT '',
|
||
`subtext` varchar(255) DEFAULT '',
|
||
`beagent` tinyint(3) DEFAULT '0',
|
||
`bedown` tinyint(3) DEFAULT '0',
|
||
`isopen` tinyint(3) DEFAULT '0',
|
||
`opentext` varchar(255) DEFAULT '',
|
||
`openurl` varchar(255) DEFAULT '',
|
||
`templateid` varchar(255) DEFAULT '',
|
||
`subpaycontent` text,
|
||
`recpaycontent` varchar(255) DEFAULT '',
|
||
`entrytext` varchar(255) DEFAULT '',
|
||
`reccouponid` int(11) DEFAULT '0',
|
||
`reccouponnum` int(11) DEFAULT '0',
|
||
`subcouponid` int(11) DEFAULT '0',
|
||
`subcouponnum` int(11) DEFAULT '0',
|
||
`keyword2` varchar(255) DEFAULT '',
|
||
`resptype` tinyint(3) DEFAULT '0',
|
||
`resptext` text,
|
||
`resptext11` text,
|
||
`reward_totle` varchar(500) DEFAULT '',
|
||
`ismembergroup` tinyint(3) DEFAULT '0',
|
||
`membergroupid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_times` (`times`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_poster_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`posterid` int(11) DEFAULT '0',
|
||
`from_openid` varchar(255) DEFAULT '',
|
||
`subcredit` int(11) DEFAULT '0',
|
||
`submoney` decimal(10,2) DEFAULT '0.00',
|
||
`reccredit` int(11) DEFAULT '0',
|
||
`recmoney` decimal(10,2) DEFAULT '0.00',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`reccouponid` int(11) DEFAULT '0',
|
||
`reccouponnum` int(11) DEFAULT '0',
|
||
`subcouponid` int(11) DEFAULT '0',
|
||
`subcouponnum` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_posterid` (`posterid`),
|
||
KEY `idx_from_openid` (`from_openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_poster_qr` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`acid` int(10) unsigned NOT NULL,
|
||
`openid` varchar(100) NOT NULL DEFAULT '',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`sceneid` int(11) DEFAULT '0',
|
||
`mediaid` varchar(255) DEFAULT '',
|
||
`ticket` varchar(250) NOT NULL,
|
||
`url` varchar(80) NOT NULL,
|
||
`createtime` int(10) unsigned NOT NULL,
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`qrimg` varchar(1000) DEFAULT '',
|
||
`scenestr` varchar(255) DEFAULT '',
|
||
`posterid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_acid` (`acid`),
|
||
KEY `idx_sceneid` (`sceneid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_poster_scan` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`posterid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`from_openid` varchar(255) DEFAULT '',
|
||
`scantime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_posterid` (`posterid`),
|
||
KEY `idx_scantime` (`scantime`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_postera` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`type` tinyint(3) DEFAULT '0' COMMENT '1 首页 2 小店 3 商城 4 自定义',
|
||
`days` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`bg` varchar(255) DEFAULT '',
|
||
`data` text,
|
||
`keyword` varchar(255) DEFAULT '',
|
||
`isdefault` tinyint(3) DEFAULT '0',
|
||
`resptitle` varchar(255) DEFAULT '',
|
||
`respthumb` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`respdesc` varchar(255) DEFAULT '',
|
||
`respurl` varchar(255) DEFAULT '',
|
||
`waittext` varchar(255) DEFAULT '',
|
||
`oktext` varchar(255) DEFAULT '',
|
||
`subcredit` int(11) DEFAULT '0',
|
||
`submoney` decimal(10,2) DEFAULT '0.00',
|
||
`reccredit` int(11) DEFAULT '0',
|
||
`recmoney` decimal(10,2) DEFAULT '0.00',
|
||
`scantext` varchar(255) DEFAULT '',
|
||
`subtext` varchar(255) DEFAULT '',
|
||
`beagent` tinyint(3) DEFAULT '0',
|
||
`bedown` tinyint(3) DEFAULT '0',
|
||
`isopen` tinyint(3) DEFAULT '0',
|
||
`opentext` varchar(255) DEFAULT '',
|
||
`openurl` varchar(255) DEFAULT '',
|
||
`paytype` tinyint(1) NOT NULL DEFAULT '0',
|
||
`subpaycontent` text,
|
||
`recpaycontent` varchar(255) DEFAULT '',
|
||
`templateid` varchar(255) DEFAULT '',
|
||
`entrytext` varchar(255) DEFAULT '',
|
||
`reccouponid` int(11) DEFAULT '0',
|
||
`reccouponnum` int(11) DEFAULT '0',
|
||
`subcouponid` int(11) DEFAULT '0',
|
||
`subcouponnum` int(11) DEFAULT '0',
|
||
`timestart` int(11) DEFAULT '0',
|
||
`timeend` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`keyword2` varchar(255) DEFAULT '',
|
||
`resptype` tinyint(3) DEFAULT '0',
|
||
`resptext` text,
|
||
`starttext` varchar(255) DEFAULT '',
|
||
`endtext` varchar(255) DEFAULT NULL,
|
||
`testflag` tinyint(1) DEFAULT '0',
|
||
`reward_totle` varchar(500) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_postera_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`posterid` int(11) DEFAULT '0',
|
||
`from_openid` varchar(255) DEFAULT '',
|
||
`subcredit` int(11) DEFAULT '0',
|
||
`submoney` decimal(10,2) DEFAULT '0.00',
|
||
`reccredit` int(11) DEFAULT '0',
|
||
`recmoney` decimal(10,2) DEFAULT '0.00',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`reccouponid` int(11) DEFAULT '0',
|
||
`reccouponnum` int(11) DEFAULT '0',
|
||
`subcouponid` int(11) DEFAULT '0',
|
||
`subcouponnum` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_posteraid` (`posterid`),
|
||
KEY `idx_from_openid` (`from_openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_postera_qr` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`acid` int(10) unsigned NOT NULL,
|
||
`openid` varchar(100) NOT NULL DEFAULT '',
|
||
`posterid` int(11) DEFAULT '0',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`sceneid` int(11) DEFAULT '0',
|
||
`mediaid` varchar(255) DEFAULT '',
|
||
`ticket` varchar(250) NOT NULL,
|
||
`url` varchar(80) NOT NULL,
|
||
`createtime` int(10) unsigned NOT NULL,
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`qrimg` varchar(1000) DEFAULT '',
|
||
`expire` int(11) DEFAULT '0',
|
||
`endtime` int(11) DEFAULT '0',
|
||
`qrtime` varchar(32) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_acid` (`acid`),
|
||
KEY `idx_sceneid` (`sceneid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_posterid` (`posterid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_print` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`name` varchar(200) DEFAULT '',
|
||
`print_no` varchar(200) DEFAULT '',
|
||
`key` varchar(200) DEFAULT '',
|
||
`print_nums` tinyint(3) DEFAULT '0',
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`sid` tinyint(3) DEFAULT '0',
|
||
`print_type` tinyint(3) DEFAULT '0',
|
||
`qrcode_link` varchar(200) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_qa_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_qa_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT NULL,
|
||
`thumb` varchar(255) DEFAULT NULL,
|
||
`displayorder` tinyint(3) unsigned DEFAULT '0',
|
||
`enabled` tinyint(1) DEFAULT '1',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_qa_question` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`cate` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`keywords` varchar(255) NOT NULL DEFAULT '',
|
||
`content` mediumtext NOT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`isrecommand` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`lastedittime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_qa_set` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`showmember` tinyint(3) NOT NULL DEFAULT '0',
|
||
`showtype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`keyword` varchar(255) NOT NULL DEFAULT '',
|
||
`enter_title` varchar(255) NOT NULL DEFAULT '',
|
||
`enter_img` varchar(255) NOT NULL DEFAULT '',
|
||
`enter_desc` varchar(255) NOT NULL DEFAULT '',
|
||
`share` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_unaicid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_queue` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`channel` varchar(255) CHARACTER SET utf8mb4 NOT NULL,
|
||
`job` blob NOT NULL,
|
||
`pushed_at` int(11) NOT NULL,
|
||
`ttr` int(11) NOT NULL,
|
||
`delay` int(11) NOT NULL DEFAULT '0',
|
||
`priority` int(11) unsigned NOT NULL DEFAULT '1024',
|
||
`reserved_at` int(11) DEFAULT NULL,
|
||
`attempt` int(11) DEFAULT NULL,
|
||
`done_at` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `channel` (`channel`(191)),
|
||
KEY `reserved_at` (`reserved_at`),
|
||
KEY `priority` (`priority`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_quick` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`keyword` varchar(255) DEFAULT NULL,
|
||
`datas` mediumtext,
|
||
`cart` tinyint(3) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`lasttime` int(11) DEFAULT NULL,
|
||
`share_title` varchar(255) DEFAULT NULL,
|
||
`share_desc` varchar(255) DEFAULT NULL,
|
||
`share_icon` varchar(255) DEFAULT NULL,
|
||
`enter_title` varchar(255) DEFAULT NULL,
|
||
`enter_desc` varchar(255) DEFAULT NULL,
|
||
`enter_icon` varchar(255) DEFAULT NULL,
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_quick_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_quick_cart` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`quickid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(100) DEFAULT '',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`total` int(11) DEFAULT '0',
|
||
`marketprice` decimal(10,2) DEFAULT '0.00',
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`optionid` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`diyformdataid` int(11) DEFAULT NULL,
|
||
`diyformdata` text,
|
||
`diyformfields` text,
|
||
`diyformid` int(11) DEFAULT '0',
|
||
`selected` tinyint(1) DEFAULT '1',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`selectedadd` tinyint(1) DEFAULT '1',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_merchid` (`merchid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_refund_address` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(50) DEFAULT '0',
|
||
`title` varchar(20) DEFAULT '',
|
||
`name` varchar(20) DEFAULT '',
|
||
`tel` varchar(20) DEFAULT '',
|
||
`mobile` varchar(11) DEFAULT '',
|
||
`province` varchar(30) DEFAULT '',
|
||
`city` varchar(30) DEFAULT '',
|
||
`area` varchar(30) DEFAULT '',
|
||
`address` varchar(300) DEFAULT '',
|
||
`isdefault` tinyint(1) DEFAULT '0',
|
||
`zipcode` varchar(255) DEFAULT '',
|
||
`content` text,
|
||
`deleted` tinyint(1) DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_openid` (`openid`),
|
||
KEY `idx_isdefault` (`isdefault`),
|
||
KEY `idx_deleted` (`deleted`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sale_coupon` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
`type` tinyint(3) DEFAULT '0',
|
||
`ckey` decimal(10,2) DEFAULT '0.00',
|
||
`cvalue` decimal(10,2) DEFAULT '0.00',
|
||
`nums` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_createtime` (`createtime`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sale_coupon_data` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`couponid` int(11) DEFAULT '0',
|
||
`gettime` int(11) DEFAULT '0',
|
||
`gettype` tinyint(3) DEFAULT '0',
|
||
`usedtime` int(11) DEFAULT '0',
|
||
`orderid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_couponid` (`couponid`),
|
||
KEY `idx_gettime` (`gettime`),
|
||
KEY `idx_gettype` (`gettype`),
|
||
KEY `idx_usedtime` (`usedtime`),
|
||
KEY `idx_orderid` (`orderid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_saler` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`storeid` int(11) DEFAULT '0',
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`salername` varchar(255) DEFAULT '',
|
||
`username` varchar(50) DEFAULT '',
|
||
`pwd` varchar(255) DEFAULT '',
|
||
`salt` varchar(255) DEFAULT '',
|
||
`lastvisit` varchar(255) DEFAULT '',
|
||
`lastip` varchar(255) DEFAULT '',
|
||
`isfounder` tinyint(3) DEFAULT '0',
|
||
`mobile` varchar(255) DEFAULT '',
|
||
`getmessage` tinyint(1) DEFAULT '0',
|
||
`getnotice` tinyint(1) DEFAULT '0',
|
||
`roleid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_storeid` (`storeid`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_saler_verify_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`storeid` int(11) DEFAULT '0' COMMENT '店铺id',
|
||
`uniacid` int(11) DEFAULT '0' COMMENT '公众号id',
|
||
`openid` varchar(255) DEFAULT '' COMMENT '核销员openid',
|
||
`saler_id` int(11) NOT NULL DEFAULT '0' COMMENT '核销员id',
|
||
`order_id` int(11) NOT NULL DEFAULT '0' COMMENT '订单id',
|
||
`verify_time` int(11) NOT NULL DEFAULT '0' COMMENT '核销时间',
|
||
`type` tinyint(2) DEFAULT '0' COMMENT '0是常规1是计时计次',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
KEY `idx_uniacid` (`uniacid`) USING BTREE,
|
||
KEY `index_openid` (`openid`) USING HASH,
|
||
KEY `index_type` (`type`) USING HASH
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_seckill_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_seckill_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_seckill_task` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cateid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`enabled` tinyint(3) DEFAULT '0',
|
||
`page_title` varchar(255) DEFAULT '',
|
||
`share_title` varchar(255) DEFAULT '',
|
||
`share_desc` varchar(255) DEFAULT '',
|
||
`share_icon` varchar(255) DEFAULT '',
|
||
`tag` varchar(10) DEFAULT '',
|
||
`closesec` int(11) DEFAULT '0',
|
||
`oldshow` tinyint(3) DEFAULT '0',
|
||
`times` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`overtimes` tinyint(2) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`enabled`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_seckill_task_goods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`taskid` int(11) DEFAULT '0',
|
||
`roomid` int(11) DEFAULT '0',
|
||
`timeid` int(11) DEFAULT '0',
|
||
`goodsid` int(11) DEFAULT '0',
|
||
`optionid` int(11) DEFAULT '0',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`total` int(11) DEFAULT '0',
|
||
`maxbuy` int(11) DEFAULT '0',
|
||
`totalmaxbuy` int(11) DEFAULT '0',
|
||
`commission1` decimal(10,2) DEFAULT '0.00',
|
||
`commission2` decimal(10,2) DEFAULT '0.00',
|
||
`commission3` decimal(10,2) DEFAULT '0.00',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_goodsid` (`goodsid`),
|
||
KEY `idx_optionid` (`optionid`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_taskid` (`taskid`),
|
||
KEY `idx_roomid` (`roomid`),
|
||
KEY `idx_time` (`timeid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_seckill_task_room` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`taskid` int(11) DEFAULT '0',
|
||
`title` varchar(255) DEFAULT '',
|
||
`enabled` tinyint(3) DEFAULT '0',
|
||
`page_title` varchar(255) DEFAULT '',
|
||
`share_title` varchar(255) DEFAULT '',
|
||
`share_desc` varchar(255) DEFAULT '',
|
||
`share_icon` varchar(255) DEFAULT '',
|
||
`oldshow` tinyint(3) DEFAULT '0',
|
||
`tag` varchar(10) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`diypage` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_taskid` (`taskid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_seckill_task_time` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`taskid` int(11) DEFAULT '0',
|
||
`time` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sendticket` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`cpid` varchar(200) NOT NULL,
|
||
`expiration` int(11) NOT NULL DEFAULT '0',
|
||
`starttime` int(11) DEFAULT NULL,
|
||
`endtime` int(11) DEFAULT NULL,
|
||
`status` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) NOT NULL,
|
||
`title` varchar(255) NOT NULL DEFAULT '新人礼包',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sendticket_draw` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`cpid` varchar(50) NOT NULL,
|
||
`openid` varchar(200) NOT NULL,
|
||
`createtime` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `openid` (`openid`),
|
||
KEY `cpid` (`cpid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sendticket_share` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`sharetitle` varchar(255) NOT NULL,
|
||
`shareicon` varchar(255) DEFAULT NULL,
|
||
`sharedesc` varchar(255) DEFAULT NULL,
|
||
`expiration` int(11) NOT NULL DEFAULT '0',
|
||
`starttime` int(11) DEFAULT NULL,
|
||
`endtime` int(11) DEFAULT NULL,
|
||
`paycpid1` int(11) DEFAULT NULL,
|
||
`paycpid2` int(11) DEFAULT NULL,
|
||
`paycpid3` int(11) DEFAULT NULL,
|
||
`paycpnum1` int(11) DEFAULT NULL,
|
||
`paycpnum2` int(11) DEFAULT NULL,
|
||
`paycpnum3` int(11) DEFAULT NULL,
|
||
`sharecpid1` int(11) DEFAULT NULL,
|
||
`sharecpid2` int(11) DEFAULT NULL,
|
||
`sharecpid3` int(11) DEFAULT NULL,
|
||
`sharecpnum1` int(11) DEFAULT NULL,
|
||
`sharecpnum2` int(11) DEFAULT NULL,
|
||
`sharecpnum3` int(11) DEFAULT NULL,
|
||
`status` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) NOT NULL,
|
||
`order` int(11) DEFAULT NULL,
|
||
`enough` decimal(10,2) DEFAULT NULL,
|
||
`issync` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sign_records` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`time` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(50) NOT NULL DEFAULT '',
|
||
`credit` int(11) NOT NULL DEFAULT '0',
|
||
`log` varchar(255) DEFAULT '',
|
||
`type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`day` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_time` (`time`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sign_set` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`iscenter` tinyint(3) NOT NULL DEFAULT '0',
|
||
`iscreditshop` tinyint(3) NOT NULL DEFAULT '0',
|
||
`keyword` varchar(255) NOT NULL DEFAULT '',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`thumb` varchar(255) NOT NULL DEFAULT '',
|
||
`desc` varchar(255) NOT NULL DEFAULT '',
|
||
`isopen` tinyint(3) NOT NULL DEFAULT '0',
|
||
`signold` tinyint(3) NOT NULL DEFAULT '0',
|
||
`signold_price` int(11) NOT NULL DEFAULT '0',
|
||
`signold_type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`textsign` varchar(255) NOT NULL DEFAULT '',
|
||
`textsignold` varchar(255) NOT NULL DEFAULT '',
|
||
`textsigned` varchar(255) NOT NULL DEFAULT '',
|
||
`textsignforget` varchar(255) NOT NULL DEFAULT '',
|
||
`maincolor` varchar(20) NOT NULL DEFAULT '',
|
||
`cycle` tinyint(3) NOT NULL DEFAULT '0',
|
||
`reward_default_first` int(11) NOT NULL DEFAULT '0',
|
||
`reward_default_day` int(11) NOT NULL DEFAULT '0',
|
||
`reword_order` text NOT NULL,
|
||
`reword_sum` text NOT NULL,
|
||
`reword_special` text NOT NULL,
|
||
`sign_rule` text NOT NULL,
|
||
`share` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sign_user` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`order` int(11) NOT NULL DEFAULT '0',
|
||
`orderday` int(11) NOT NULL DEFAULT '0',
|
||
`sum` int(11) NOT NULL DEFAULT '0',
|
||
`signdate` varchar(10) DEFAULT '',
|
||
`isminiprogram` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sms` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`type` varchar(10) NOT NULL DEFAULT '',
|
||
`template` tinyint(3) NOT NULL DEFAULT '0',
|
||
`smstplid` varchar(255) NOT NULL DEFAULT '',
|
||
`smssign` varchar(255) NOT NULL DEFAULT '',
|
||
`content` varchar(100) NOT NULL DEFAULT '',
|
||
`data` text NOT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sms_set` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`juhe` tinyint(3) NOT NULL DEFAULT '0',
|
||
`juhe_key` varchar(255) NOT NULL DEFAULT '',
|
||
`dayu` tinyint(3) NOT NULL DEFAULT '0',
|
||
`dayu_key` varchar(255) NOT NULL DEFAULT '',
|
||
`dayu_secret` varchar(255) NOT NULL DEFAULT '',
|
||
`emay` tinyint(3) NOT NULL DEFAULT '0',
|
||
`emay_url` varchar(255) NOT NULL DEFAULT '',
|
||
`emay_sn` varchar(255) NOT NULL DEFAULT '',
|
||
`emay_pw` varchar(255) NOT NULL DEFAULT '',
|
||
`emay_sk` varchar(255) NOT NULL DEFAULT '',
|
||
`emay_phost` varchar(255) NOT NULL DEFAULT '',
|
||
`emay_pport` int(11) NOT NULL DEFAULT '0',
|
||
`emay_puser` varchar(255) NOT NULL DEFAULT '',
|
||
`emay_ppw` varchar(255) NOT NULL DEFAULT '',
|
||
`emay_out` int(11) NOT NULL DEFAULT '0',
|
||
`emay_outresp` int(11) NOT NULL DEFAULT '30',
|
||
`emay_warn` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`emay_mobile` varchar(11) NOT NULL DEFAULT '',
|
||
`emay_warn_time` int(11) NOT NULL DEFAULT '0',
|
||
`aliyun` tinyint(3) NOT NULL DEFAULT '0',
|
||
`aliyun_appcode` varchar(255) NOT NULL,
|
||
`aliyun_new` tinyint(3) NOT NULL DEFAULT '0',
|
||
`aliyun_new_keyid` varchar(255) NOT NULL DEFAULT '',
|
||
`aliyun_new_keysecret` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_board` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`cid` int(11) DEFAULT '0',
|
||
`title` varchar(50) DEFAULT '',
|
||
`logo` varchar(255) DEFAULT '',
|
||
`desc` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
`showgroups` text,
|
||
`showlevels` text,
|
||
`postgroups` text,
|
||
`postlevels` text,
|
||
`showagentlevels` text,
|
||
`postagentlevels` text,
|
||
`postcredit` int(11) DEFAULT '0',
|
||
`replycredit` int(11) DEFAULT '0',
|
||
`bestcredit` int(11) DEFAULT '0',
|
||
`bestboardcredit` int(11) DEFAULT '0',
|
||
`notagent` tinyint(3) DEFAULT '0',
|
||
`notagentpost` tinyint(3) DEFAULT '0',
|
||
`topcredit` int(11) DEFAULT '0',
|
||
`topboardcredit` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`noimage` tinyint(3) DEFAULT '0',
|
||
`novoice` tinyint(3) DEFAULT '0',
|
||
`needfollow` tinyint(3) DEFAULT '0',
|
||
`needpostfollow` tinyint(3) DEFAULT '0',
|
||
`share_title` varchar(255) DEFAULT '',
|
||
`share_icon` varchar(255) DEFAULT '',
|
||
`share_desc` varchar(255) DEFAULT '',
|
||
`keyword` varchar(255) DEFAULT '',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
`banner` varchar(255) DEFAULT '',
|
||
`needcheck` tinyint(3) DEFAULT '0',
|
||
`needcheckmanager` tinyint(3) DEFAULT '0',
|
||
`needcheckreply` int(11) DEFAULT '0',
|
||
`needcheckreplymanager` int(11) DEFAULT '0',
|
||
`showsnslevels` text,
|
||
`postsnslevels` text,
|
||
`showpartnerlevels` text,
|
||
`postpartnerlevels` text,
|
||
`notpartner` tinyint(3) DEFAULT '0',
|
||
`notpartnerpost` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_cid` (`cid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_board_follow` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`bid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT NULL,
|
||
`createtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_bid` (`bid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT NULL,
|
||
`thumb` varchar(255) DEFAULT NULL,
|
||
`displayorder` tinyint(3) unsigned DEFAULT '0',
|
||
`enabled` tinyint(1) DEFAULT '1',
|
||
`advimg` varchar(255) DEFAULT '',
|
||
`advurl` varchar(500) DEFAULT '',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_enabled` (`enabled`),
|
||
KEY `idx_isrecommand` (`isrecommand`),
|
||
KEY `idx_displayorder` (`displayorder`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_complain` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(3) NOT NULL,
|
||
`postsid` int(11) NOT NULL DEFAULT '0',
|
||
`defendant` varchar(255) NOT NULL DEFAULT '0',
|
||
`complainant` varchar(255) NOT NULL DEFAULT '0',
|
||
`complaint_type` int(10) NOT NULL DEFAULT '0',
|
||
`complaint_text` text NOT NULL,
|
||
`images` text NOT NULL,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`checkedtime` int(11) NOT NULL DEFAULT '0',
|
||
`checked` tinyint(3) NOT NULL DEFAULT '0',
|
||
`checked_note` varchar(255) NOT NULL,
|
||
`deleted` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_complaincate` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`name` varchar(255) NOT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_level` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`levelname` varchar(255) DEFAULT '',
|
||
`credit` int(11) DEFAULT '0',
|
||
`enabled` tinyint(3) DEFAULT '0',
|
||
`post` int(11) DEFAULT '0',
|
||
`color` varchar(255) DEFAULT '',
|
||
`bg` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_enabled` (`enabled`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_like` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`pid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_pid` (`pid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_manage` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`bid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`enabled` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_bid` (`bid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_member` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT NULL,
|
||
`level` int(11) DEFAULT '0',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`credit` int(11) DEFAULT '0',
|
||
`sign` varchar(255) DEFAULT '',
|
||
`isblack` tinyint(3) DEFAULT '0',
|
||
`notupgrade` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sns_post` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`bid` int(11) DEFAULT '0',
|
||
`pid` int(11) DEFAULT '0',
|
||
`rpid` int(11) DEFAULT '0',
|
||
`openid` varchar(255) DEFAULT '',
|
||
`avatar` varchar(255) DEFAULT '',
|
||
`nickname` varchar(255) DEFAULT '',
|
||
`title` varchar(50) DEFAULT '',
|
||
`content` text,
|
||
`images` text,
|
||
`voice` varchar(255) DEFAULT NULL,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`replytime` int(11) DEFAULT '0',
|
||
`credit` int(11) DEFAULT '0',
|
||
`views` int(11) DEFAULT '0',
|
||
`islock` tinyint(1) DEFAULT '0',
|
||
`istop` tinyint(1) DEFAULT '0',
|
||
`isboardtop` tinyint(1) DEFAULT '0',
|
||
`isbest` tinyint(1) DEFAULT '0',
|
||
`isboardbest` tinyint(3) DEFAULT '0',
|
||
`deleted` tinyint(3) DEFAULT '0',
|
||
`deletedtime` int(11) DEFAULT '0',
|
||
`checked` tinyint(3) DEFAULT NULL,
|
||
`checktime` int(11) DEFAULT '0',
|
||
`isadmin` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_bid` (`bid`),
|
||
KEY `idx_pid` (`pid`),
|
||
KEY `idx_createtime` (`createtime`),
|
||
KEY `idx_islock` (`islock`),
|
||
KEY `idx_istop` (`istop`),
|
||
KEY `idx_isboardtop` (`isboardtop`),
|
||
KEY `idx_isbest` (`isbest`),
|
||
KEY `idx_deleted` (`deleted`),
|
||
KEY `idx_deletetime` (`deletedtime`),
|
||
KEY `idx_checked` (`checked`),
|
||
KEY `idx_rpid` (`rpid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_store` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`storename` varchar(255) DEFAULT '',
|
||
`address` varchar(255) DEFAULT '',
|
||
`tel` varchar(255) DEFAULT '',
|
||
`lat` varchar(255) DEFAULT '',
|
||
`lng` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`type` tinyint(1) DEFAULT '0',
|
||
`realname` varchar(255) DEFAULT '',
|
||
`mobile` varchar(255) DEFAULT '',
|
||
`fetchtime` varchar(255) DEFAULT '',
|
||
`logo` varchar(255) DEFAULT '',
|
||
`saletime` varchar(255) DEFAULT '',
|
||
`desc` text,
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`order_printer` varchar(500) DEFAULT '',
|
||
`order_template` int(11) DEFAULT '0',
|
||
`ordertype` varchar(500) DEFAULT '',
|
||
`banner` text,
|
||
`label` varchar(255) DEFAULT NULL,
|
||
`tag` varchar(255) DEFAULT NULL,
|
||
`classify` tinyint(1) DEFAULT NULL,
|
||
`perms` text,
|
||
`citycode` varchar(20) DEFAULT '',
|
||
`opensend` tinyint(3) NOT NULL DEFAULT '0',
|
||
`province` varchar(30) NOT NULL DEFAULT '',
|
||
`city` varchar(30) NOT NULL DEFAULT '',
|
||
`area` varchar(30) NOT NULL DEFAULT '',
|
||
`provincecode` varchar(30) NOT NULL DEFAULT '',
|
||
`areacode` varchar(30) NOT NULL DEFAULT '',
|
||
`diypage` int(11) NOT NULL DEFAULT '0',
|
||
`diypage_ispage` tinyint(3) NOT NULL DEFAULT '0',
|
||
`diypage_list` text,
|
||
`storegroupid` int(11) DEFAULT NULL,
|
||
`cates` text,
|
||
`pcates` text,
|
||
`tcates` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sub_account_order_log` (
|
||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`merchid` int(11) NOT NULL DEFAULT '0',
|
||
`order_id` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`error_message` varchar(255) NOT NULL DEFAULT '',
|
||
`shop_price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`merch_price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`role` varchar(255) NOT NULL DEFAULT '',
|
||
`create_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`request_data` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_supplier_apply` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uid` int(11) NOT NULL COMMENT '供应商id',
|
||
`uniacid` int(11) NOT NULL,
|
||
`type` int(11) NOT NULL COMMENT '1手动2微信',
|
||
`applysn` varchar(255) NOT NULL COMMENT '提现单号',
|
||
`apply_money` int(11) NOT NULL COMMENT '申请金额',
|
||
`apply_time` int(11) NOT NULL COMMENT '申请时间',
|
||
`status` tinyint(3) NOT NULL COMMENT '0为申请状态1为完成状态',
|
||
`finish_time` int(11) NOT NULL COMMENT '完成时间',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_sysset` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`sets` longtext,
|
||
`plugins` longtext,
|
||
`sec` longtext,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`url` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`module` varchar(255) DEFAULT '',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_article` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) DEFAULT '',
|
||
`author` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`content` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_banner` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`url` varchar(255) DEFAULT '',
|
||
`createtime` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`background` varchar(10) DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_case` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`qr` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`description` varchar(255) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_casecategory` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_company_article` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) DEFAULT '',
|
||
`author` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`content` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_company_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_copyright` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`copyright` text,
|
||
`bgcolor` varchar(255) DEFAULT '',
|
||
`ismanage` tinyint(3) DEFAULT '0',
|
||
`logo` varchar(255) DEFAULT '',
|
||
`title` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_copyright_notice` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) DEFAULT '',
|
||
`author` varchar(255) DEFAULT '',
|
||
`content` text,
|
||
`createtime` int(11) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_guestbook` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`content` varchar(255) NOT NULL DEFAULT '',
|
||
`nickname` varchar(255) NOT NULL DEFAULT '',
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`email` varchar(255) NOT NULL DEFAULT '',
|
||
`clientip` varchar(64) NOT NULL DEFAULT '',
|
||
`mobile` varchar(11) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_link` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`url` varchar(255) NOT NULL DEFAULT '',
|
||
`thumb` varchar(255) NOT NULL DEFAULT '',
|
||
`displayorder` int(11) DEFAULT NULL,
|
||
`status` tinyint(3) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_plugingrant_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_displayorder` (`displayorder`),
|
||
KEY `idx_enabled` (`enabled`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_plugingrant_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`logno` varchar(50) DEFAULT NULL,
|
||
`code` varchar(255) DEFAULT NULL,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`pluginid` int(11) NOT NULL DEFAULT '0',
|
||
`identity` varchar(50) DEFAULT NULL,
|
||
`type` varchar(255) DEFAULT NULL,
|
||
`month` int(10) NOT NULL DEFAULT '0',
|
||
`permendtime` int(10) NOT NULL DEFAULT '0',
|
||
`permlasttime` int(10) NOT NULL DEFAULT '0',
|
||
`isperm` tinyint(3) NOT NULL DEFAULT '0',
|
||
`createtime` int(10) NOT NULL DEFAULT '0',
|
||
`deleted` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_plugingrant_order` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`logno` varchar(50) DEFAULT NULL,
|
||
`code` varchar(255) DEFAULT NULL,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`username` varchar(255) DEFAULT NULL,
|
||
`pluginid` varchar(255) DEFAULT NULL,
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`month` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(10) NOT NULL DEFAULT '0',
|
||
`paystatus` tinyint(3) NOT NULL DEFAULT '0',
|
||
`paytime` int(10) NOT NULL DEFAULT '0',
|
||
`paytype` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_plugingrant_package` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`pluginid` varchar(255) NOT NULL DEFAULT '',
|
||
`text` varchar(255) DEFAULT NULL,
|
||
`thumb` varchar(1000) DEFAULT NULL,
|
||
`data` text NOT NULL,
|
||
`state` tinyint(3) NOT NULL DEFAULT '0',
|
||
`rec` tinyint(3) NOT NULL DEFAULT '0',
|
||
`desc` varchar(255) DEFAULT NULL,
|
||
`content` text NOT NULL,
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_plugingrant_plugin` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`pluginid` int(11) NOT NULL DEFAULT '0',
|
||
`thumb` varchar(1000) NOT NULL,
|
||
`data` text,
|
||
`state` tinyint(3) NOT NULL DEFAULT '0',
|
||
`content` text NOT NULL,
|
||
`sales` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(10) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`plugintype` tinyint(3) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_plugingrant_setting` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`com` varchar(1000) NOT NULL DEFAULT '',
|
||
`adv` varchar(1000) NOT NULL,
|
||
`plugin` varchar(1000) NOT NULL,
|
||
`customer` varchar(50) NOT NULL DEFAULT '0',
|
||
`contact` text NOT NULL,
|
||
`servertime` varchar(255) DEFAULT NULL,
|
||
`weixin` tinyint(3) NOT NULL DEFAULT '0',
|
||
`appid` varchar(255) DEFAULT NULL,
|
||
`mchid` varchar(255) DEFAULT NULL,
|
||
`apikey` varchar(255) DEFAULT NULL,
|
||
`alipay` tinyint(3) NOT NULL,
|
||
`account` varchar(255) DEFAULT NULL,
|
||
`partner` varchar(255) DEFAULT NULL,
|
||
`secret` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_setting` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(10) DEFAULT NULL,
|
||
`background` varchar(10) DEFAULT '',
|
||
`casebanner` varchar(255) DEFAULT '',
|
||
`contact` longtext,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_system_site` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`type` varchar(32) NOT NULL DEFAULT '',
|
||
`content` text,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`type` int(11) NOT NULL,
|
||
`starttime` int(11) NOT NULL,
|
||
`endtime` int(11) NOT NULL,
|
||
`dotime` int(11) NOT NULL DEFAULT '0',
|
||
`donetime` int(11) NOT NULL DEFAULT '0',
|
||
`timelimit` float(11,1) NOT NULL,
|
||
`keyword` varchar(255) NOT NULL DEFAULT '',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`explain` text,
|
||
`require_data` text NOT NULL,
|
||
`reward_data` text NOT NULL,
|
||
`period` int(11) NOT NULL DEFAULT '0',
|
||
`repeat` int(11) NOT NULL DEFAULT '0',
|
||
`maxtimes` int(11) NOT NULL DEFAULT '0',
|
||
`everyhours` float(11,1) NOT NULL DEFAULT '0.0',
|
||
`logo` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_adv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`advname` varchar(50) DEFAULT '',
|
||
`link` varchar(255) DEFAULT '',
|
||
`thumb` varchar(255) DEFAULT '',
|
||
`displayorder` int(11) DEFAULT '0',
|
||
`enabled` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_default` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`data` text,
|
||
`addtime` int(11) NOT NULL DEFAULT '0',
|
||
`bgimg` varchar(255) NOT NULL DEFAULT '',
|
||
`open` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_extension` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`taskname` varchar(255) NOT NULL DEFAULT '',
|
||
`taskclass` varchar(25) NOT NULL DEFAULT '',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`classify` varchar(255) NOT NULL DEFAULT '',
|
||
`classify_name` varchar(255) NOT NULL DEFAULT '',
|
||
`verb` varchar(255) NOT NULL DEFAULT '',
|
||
`unit` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_extension_join` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`uid` int(11) NOT NULL,
|
||
`taskid` int(11) NOT NULL,
|
||
`openid` varchar(255) NOT NULL,
|
||
`require_data` text NOT NULL,
|
||
`progress_data` text NOT NULL,
|
||
`reward_data` text NOT NULL,
|
||
`completetime` int(11) NOT NULL DEFAULT '0',
|
||
`pickuptime` int(11) NOT NULL,
|
||
`endtime` int(11) NOT NULL,
|
||
`dotime` int(11) NOT NULL DEFAULT '0',
|
||
`rewarded` text NOT NULL,
|
||
`logo` varchar(255) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_join` (
|
||
`join_id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`join_user` varchar(100) NOT NULL DEFAULT '',
|
||
`task_id` int(11) NOT NULL DEFAULT '0',
|
||
`task_type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`needcount` int(11) NOT NULL DEFAULT '0',
|
||
`completecount` int(11) NOT NULL DEFAULT '0',
|
||
`reward_data` text,
|
||
`is_reward` tinyint(1) NOT NULL DEFAULT '0',
|
||
`failtime` int(11) NOT NULL DEFAULT '0',
|
||
`addtime` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`join_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_joiner` (
|
||
`complete_id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`task_user` varchar(100) NOT NULL DEFAULT '',
|
||
`joiner_id` varchar(100) NOT NULL DEFAULT '',
|
||
`join_id` int(11) NOT NULL DEFAULT '0',
|
||
`task_id` int(11) NOT NULL DEFAULT '0',
|
||
`task_type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`join_status` tinyint(1) NOT NULL DEFAULT '1',
|
||
`addtime` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`complete_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_list` (
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`title` char(50) NOT NULL DEFAULT '',
|
||
`image` varchar(255) NOT NULL DEFAULT '',
|
||
`type` varchar(50) NOT NULL DEFAULT '',
|
||
`starttime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`endtime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`demand` int(11) NOT NULL DEFAULT '0',
|
||
`requiregoods` text NOT NULL,
|
||
`picktype` tinyint(1) NOT NULL DEFAULT '0',
|
||
`stop_type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`stop_limit` int(11) NOT NULL DEFAULT '0',
|
||
`stop_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`stop_cycle` tinyint(1) NOT NULL DEFAULT '0',
|
||
`repeat_type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`repeat_interval` int(11) NOT NULL DEFAULT '0',
|
||
`repeat_cycle` tinyint(1) NOT NULL DEFAULT '0',
|
||
`reward` text NOT NULL,
|
||
`followreward` text NOT NULL,
|
||
`goods_limit` int(11) NOT NULL DEFAULT '0',
|
||
`notice` text NOT NULL,
|
||
`design_data` text NOT NULL,
|
||
`design_bg` varchar(255) NOT NULL DEFAULT '',
|
||
`native_data` text NOT NULL,
|
||
`native_data2` text,
|
||
`native_data3` text,
|
||
`reward2` text,
|
||
`reward3` text,
|
||
`level2` int(11) NOT NULL DEFAULT '0',
|
||
`level3` int(11) NOT NULL DEFAULT '0',
|
||
`member_group` text,
|
||
`auto_pick` tinyint(1) NOT NULL DEFAULT '0',
|
||
`keyword_pick` varchar(20) NOT NULL DEFAULT '',
|
||
`verb` varchar(255) DEFAULT '',
|
||
`unit` varchar(255) DEFAULT '',
|
||
`member_level` int(11) NOT NULL DEFAULT '0',
|
||
`poster_version` varchar(255) NOT NULL DEFAULT '',
|
||
`we7_rule_keyword_id` int(10) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_passive` (`picktype`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(100) NOT NULL DEFAULT '',
|
||
`from_openid` varchar(100) NOT NULL DEFAULT '',
|
||
`join_id` int(11) NOT NULL DEFAULT '0',
|
||
`taskid` int(11) DEFAULT '0',
|
||
`task_type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`subdata` text,
|
||
`recdata` text,
|
||
`createtime` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_poster` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`days` int(11) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`bg` varchar(255) DEFAULT '',
|
||
`data` text,
|
||
`keyword` varchar(255) DEFAULT NULL,
|
||
`resptype` tinyint(1) NOT NULL DEFAULT '0',
|
||
`resptext` text,
|
||
`resptitle` varchar(255) DEFAULT NULL,
|
||
`respthumb` varchar(255) DEFAULT NULL,
|
||
`respdesc` varchar(255) DEFAULT NULL,
|
||
`respurl` varchar(255) DEFAULT NULL,
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`waittext` varchar(255) DEFAULT NULL,
|
||
`oktext` varchar(255) DEFAULT NULL,
|
||
`scantext` varchar(255) DEFAULT NULL,
|
||
`beagent` tinyint(1) NOT NULL DEFAULT '0',
|
||
`bedown` tinyint(1) NOT NULL DEFAULT '0',
|
||
`timestart` int(11) DEFAULT NULL,
|
||
`timeend` int(11) DEFAULT NULL,
|
||
`is_repeat` tinyint(1) DEFAULT '0',
|
||
`getposter` varchar(255) DEFAULT NULL,
|
||
`status` tinyint(1) DEFAULT NULL,
|
||
`starttext` varchar(255) DEFAULT NULL,
|
||
`endtext` varchar(255) DEFAULT NULL,
|
||
`reward_data` text,
|
||
`needcount` int(11) NOT NULL DEFAULT '0',
|
||
`is_delete` tinyint(1) NOT NULL DEFAULT '0',
|
||
`poster_type` tinyint(1) DEFAULT '1',
|
||
`reward_days` int(11) DEFAULT '0',
|
||
`titleicon` text,
|
||
`poster_banner` text,
|
||
`is_goods` tinyint(1) DEFAULT '0',
|
||
`autoposter` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_poster_qr` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`acid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(100) NOT NULL,
|
||
`posterid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(1) NOT NULL DEFAULT '0',
|
||
`sceneid` int(11) NOT NULL DEFAULT '0',
|
||
`mediaid` varchar(255) DEFAULT NULL,
|
||
`ticket` varchar(255) NOT NULL,
|
||
`url` varchar(255) NOT NULL,
|
||
`createtime` int(11) DEFAULT NULL,
|
||
`qrimg` varchar(1000) DEFAULT NULL,
|
||
`expire` int(11) DEFAULT NULL,
|
||
`endtime` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_qr` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`openid` varchar(100) NOT NULL DEFAULT '',
|
||
`recordid` int(11) NOT NULL DEFAULT '0',
|
||
`sceneid` varchar(255) NOT NULL DEFAULT '',
|
||
`mediaid` varchar(255) NOT NULL DEFAULT '',
|
||
`ticket` varchar(255) NOT NULL DEFAULT '',
|
||
`poster_version` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `recordid` (`recordid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_record` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`taskid` int(11) NOT NULL DEFAULT '0',
|
||
`tasktitle` varchar(255) NOT NULL,
|
||
`taskimage` varchar(255) NOT NULL DEFAULT '',
|
||
`tasktype` varchar(50) NOT NULL DEFAULT '',
|
||
`task_progress` int(11) NOT NULL DEFAULT '0',
|
||
`task_demand` int(11) NOT NULL DEFAULT '0',
|
||
`openid` char(50) NOT NULL DEFAULT '',
|
||
`nickname` varchar(255) NOT NULL DEFAULT '',
|
||
`picktime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`stoptime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`finishtime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`reward_data` text NOT NULL,
|
||
`followreward_data` text NOT NULL,
|
||
`design_data` text NOT NULL,
|
||
`design_bg` varchar(255) NOT NULL DEFAULT '',
|
||
`require_goods` varchar(255) NOT NULL DEFAULT '',
|
||
`level1` int(11) NOT NULL DEFAULT '0',
|
||
`reward_data1` text NOT NULL,
|
||
`level2` int(11) NOT NULL DEFAULT '0',
|
||
`reward_data2` text NOT NULL,
|
||
`member_group` text,
|
||
`auto_pick` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `taskid` (`taskid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_reward` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`taskid` int(11) NOT NULL DEFAULT '0',
|
||
`tasktitle` char(50) NOT NULL DEFAULT '',
|
||
`tasktype` varchar(50) NOT NULL DEFAULT '',
|
||
`taskowner` char(50) NOT NULL DEFAULT '',
|
||
`ownernickname` char(50) NOT NULL DEFAULT '',
|
||
`recordid` int(11) NOT NULL DEFAULT '0',
|
||
`nickname` char(50) NOT NULL DEFAULT '',
|
||
`headimg` varchar(255) NOT NULL DEFAULT '',
|
||
`openid` char(50) NOT NULL DEFAULT '',
|
||
`reward_type` char(10) NOT NULL DEFAULT '',
|
||
`reward_title` char(50) NOT NULL DEFAULT '',
|
||
`reward_data` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`get` tinyint(1) NOT NULL DEFAULT '0',
|
||
`sent` tinyint(1) NOT NULL DEFAULT '0',
|
||
`gettime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`senttime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||
`isjoiner` tinyint(1) NOT NULL DEFAULT '0',
|
||
`price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`level` tinyint(1) NOT NULL DEFAULT '0',
|
||
`read` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `recordid` (`recordid`),
|
||
KEY `taskid` (`taskid`),
|
||
KEY `get` (`get`),
|
||
KEY `openid` (`openid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_set` (
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`entrance` tinyint(1) NOT NULL DEFAULT '0',
|
||
`keyword` varchar(10) NOT NULL DEFAULT '',
|
||
`cover_title` varchar(20) NOT NULL DEFAULT '',
|
||
`cover_img` varchar(255) NOT NULL DEFAULT '',
|
||
`cover_desc` varchar(255) NOT NULL DEFAULT '',
|
||
`msg_pick` text NOT NULL,
|
||
`msg_progress` text NOT NULL,
|
||
`msg_finish` text NOT NULL,
|
||
`msg_follow` text NOT NULL,
|
||
`isnew` tinyint(1) NOT NULL DEFAULT '0',
|
||
`bg_img` varchar(255) NOT NULL DEFAULT '../addons/ewei_shopv2/plugin/task/static/images/sky.png',
|
||
`top_notice` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`uniacid`),
|
||
KEY `uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_task_type` (
|
||
`id` int(11) NOT NULL,
|
||
`type_key` char(20) NOT NULL DEFAULT '',
|
||
`type_name` char(10) NOT NULL DEFAULT '',
|
||
`description` char(30) NOT NULL DEFAULT '',
|
||
`verb` char(11) NOT NULL DEFAULT '',
|
||
`numeric` tinyint(1) NOT NULL DEFAULT '0',
|
||
`unit` char(10) NOT NULL DEFAULT '',
|
||
`goods` tinyint(1) NOT NULL DEFAULT '0',
|
||
`theme` char(10) NOT NULL DEFAULT '',
|
||
`once` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_touch_loop_list` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`goods_id` int(11) NOT NULL DEFAULT '0',
|
||
`content` text NOT NULL,
|
||
`thumbs` text,
|
||
`sort` int(11) DEFAULT '0',
|
||
`credted_at` int(11) DEFAULT '0',
|
||
`status` tinyint(3) DEFAULT '1',
|
||
`isrecommand` tinyint(3) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `index_uniacid` (`uniacid`),
|
||
KEY `index_status` (`status`),
|
||
KEY `index_goods_id` (`goods_id`),
|
||
KEY `index_isrecommand` (`isrecommand`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_transfer_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`from_user` varchar(255) NOT NULL DEFAULT '',
|
||
`to_user` varchar(255) DEFAULT '',
|
||
`type` tinyint(4) DEFAULT '0',
|
||
`credit_type` varchar(10) DEFAULT '',
|
||
`service_recharge` decimal(10,2) DEFAULT '0.00',
|
||
`create_time` int(11) DEFAULT '0',
|
||
`from_surplus` decimal(10,2) DEFAULT '0.00',
|
||
`to_surplus` decimal(10,2) DEFAULT '0.00',
|
||
`credit` decimal(10,2) DEFAULT '0.00',
|
||
`final_price` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||
`service_recharge_scale` varchar(20) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_universalform_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`name` varchar(50) DEFAULT NULL,
|
||
`merch` int(11) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_universalform_data` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`typeid` int(11) NOT NULL DEFAULT '0',
|
||
`cid` int(11) DEFAULT '0',
|
||
`fields` text NOT NULL,
|
||
`universalformfields` text,
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`type` tinyint(2) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_typeid` (`typeid`),
|
||
KEY `idx_cid` (`cid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_universalform_temp` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`typeid` int(11) DEFAULT '0',
|
||
`cid` int(11) NOT NULL DEFAULT '0',
|
||
`universalformfields` text,
|
||
`fields` text NOT NULL,
|
||
`openid` varchar(255) NOT NULL DEFAULT '',
|
||
`type` tinyint(1) DEFAULT '0',
|
||
`universalformid` int(11) DEFAULT '0',
|
||
`universalformdata` text,
|
||
`carrier_realname` varchar(255) DEFAULT '',
|
||
`carrier_mobile` varchar(255) DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_cid` (`cid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_universalform_type` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '',
|
||
`adpic` varchar(255) NOT NULL DEFAULT '',
|
||
`adurl` varchar(255) NOT NULL DEFAULT '',
|
||
`fields` text NOT NULL,
|
||
`usedata` int(11) NOT NULL DEFAULT '0',
|
||
`alldata` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) DEFAULT '1',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_cate` (`cate`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_uploadwxapp_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`type` tinyint(2) DEFAULT '0',
|
||
`version` varchar(20) DEFAULT NULL,
|
||
`describe` varchar(50) DEFAULT NULL,
|
||
`version_time` int(11) DEFAULT NULL,
|
||
`appid` varchar(50) DEFAULT NULL,
|
||
`is_shangjia` varchar(100) DEFAULT NULL,
|
||
`is_live` tinyint(1) DEFAULT '0',
|
||
`is_recharge` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_upwxapp_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`type` tinyint(2) DEFAULT '0',
|
||
`version` varchar(20) DEFAULT NULL,
|
||
`describe` varchar(50) DEFAULT NULL,
|
||
`version_time` int(11) DEFAULT NULL,
|
||
`is_goods` tinyint(1) DEFAULT '0',
|
||
`is_live` tinyint(1) DEFAULT '0',
|
||
`is_recharge` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_verifygoods` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`openid` varchar(255) DEFAULT NULL,
|
||
`orderid` int(11) DEFAULT NULL,
|
||
`ordergoodsid` int(11) DEFAULT NULL,
|
||
`storeid` int(11) DEFAULT NULL,
|
||
`starttime` int(11) DEFAULT NULL,
|
||
`limitdays` int(11) DEFAULT NULL,
|
||
`limitnum` int(11) DEFAULT NULL,
|
||
`used` tinyint(1) DEFAULT '0',
|
||
`verifycode` varchar(20) DEFAULT NULL,
|
||
`codeinvalidtime` int(11) DEFAULT NULL,
|
||
`invalid` tinyint(1) DEFAULT '0',
|
||
`getcard` tinyint(1) DEFAULT '0',
|
||
`activecard` tinyint(1) DEFAULT '0',
|
||
`cardcode` varchar(255) DEFAULT '',
|
||
`limittype` tinyint(1) DEFAULT '0',
|
||
`limitdate` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
UNIQUE KEY `verifycode` (`verifycode`),
|
||
KEY `idx_orderid` (`orderid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_verifygoods_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`verifygoodsid` int(11) DEFAULT NULL,
|
||
`salerid` int(11) DEFAULT NULL,
|
||
`storeid` int(11) DEFAULT NULL,
|
||
`verifynum` int(11) DEFAULT NULL,
|
||
`verifydate` int(11) DEFAULT NULL,
|
||
`remarks` varchar(255) DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `verifygoodsid` (`verifygoodsid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_verifyorder_log` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`orderid` int(11) DEFAULT NULL,
|
||
`salerid` int(11) DEFAULT NULL,
|
||
`storeid` int(11) DEFAULT NULL,
|
||
`verifytime` int(11) DEFAULT NULL,
|
||
`verifyinfo` longtext,
|
||
PRIMARY KEY (`id`),
|
||
KEY `uniacid` (`uniacid`),
|
||
KEY `orderid` (`orderid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_version` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uid` int(11) NOT NULL,
|
||
`type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`uniacid` int(11) NOT NULL,
|
||
`version` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uid` (`uid`),
|
||
KEY `idx_version` (`version`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_virtual_category` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0' COMMENT '所属帐号',
|
||
`name` varchar(50) DEFAULT NULL COMMENT '分类名称',
|
||
`merchid` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_virtual_data` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`typeid` int(11) NOT NULL DEFAULT '0' COMMENT '类型id',
|
||
`pvalue` varchar(255) DEFAULT '' COMMENT '主键键值',
|
||
`fields` text NOT NULL COMMENT '字符集',
|
||
`openid` varchar(255) NOT NULL DEFAULT '' COMMENT '使用者openid',
|
||
`usetime` int(11) NOT NULL DEFAULT '0' COMMENT '使用时间',
|
||
`orderid` int(11) DEFAULT '0',
|
||
`ordersn` varchar(255) DEFAULT '',
|
||
`price` decimal(10,2) DEFAULT '0.00',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`createtime` int(11) NOT NULL,
|
||
`is_top` tinyint(1) DEFAULT '0',
|
||
`sort_time` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_typeid` (`typeid`),
|
||
KEY `idx_usetime` (`usetime`),
|
||
KEY `idx_orderid` (`orderid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_virtual_send_log` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT '0',
|
||
`openid` varchar(40) NOT NULL DEFAULT '',
|
||
`orderid` tinyint(3) unsigned NOT NULL,
|
||
`tag` varchar(20) NOT NULL,
|
||
`default` varchar(2000) NOT NULL DEFAULT '',
|
||
`cusdefault` varchar(2000) NOT NULL DEFAULT '',
|
||
`url` varchar(128) NOT NULL DEFAULT '',
|
||
`datas` varchar(2000) NOT NULL DEFAULT '',
|
||
`appurl` varchar(128) NOT NULL DEFAULT '',
|
||
`status` tinyint(4) NOT NULL DEFAULT '0',
|
||
`sendtime` int(11) NOT NULL DEFAULT '0',
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_virtual_type` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`cate` int(11) DEFAULT '0',
|
||
`title` varchar(255) NOT NULL DEFAULT '' COMMENT '分类名称',
|
||
`fields` text NOT NULL COMMENT '字段集',
|
||
`usedata` int(11) NOT NULL DEFAULT '0' COMMENT '已用数据',
|
||
`alldata` int(11) NOT NULL DEFAULT '0' COMMENT '全部数据',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`linktext` varchar(50) DEFAULT NULL,
|
||
`linkurl` varchar(255) DEFAULT NULL,
|
||
`recycled` int(11) NOT NULL DEFAULT '0',
|
||
`description` text,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_cate` (`cate`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxapp_bind` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`wxapp` int(11) NOT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_wxapp` (`wxapp`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxapp_page` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(2) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) DEFAULT NULL,
|
||
`data` mediumtext,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`lasttime` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`isdefault` tinyint(1) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_status` (`status`),
|
||
KEY `idx_isdefault` (`isdefault`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxapp_poster` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`type` tinyint(3) NOT NULL DEFAULT '0',
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`thumb` varchar(255) DEFAULT NULL,
|
||
`bgimg` varchar(255) DEFAULT NULL,
|
||
`data` text,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`lastedittime` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`displayorder` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_type` (`type`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxapp_skip` (
|
||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) NOT NULL DEFAULT '',
|
||
`url_address` varchar(255) NOT NULL DEFAULT '',
|
||
`path` varchar(255) NOT NULL DEFAULT '',
|
||
`create_time` int(11) NOT NULL DEFAULT '0',
|
||
`validity_day` int(2) NOT NULL DEFAULT '0',
|
||
`end_time` int(11) NOT NULL,
|
||
`count` int(11) NOT NULL DEFAULT '0',
|
||
`query` varchar(255) NOT NULL DEFAULT '',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxapp_startadv` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`name` varchar(255) DEFAULT NULL,
|
||
`data` text,
|
||
`createtime` int(11) NOT NULL DEFAULT '0',
|
||
`lastedittime` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxapp_subscribe` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`type` varchar(20) NOT NULL,
|
||
`templateid` varchar(255) NOT NULL,
|
||
`createtime` varchar(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxapp_tmessage` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL,
|
||
`name` varchar(255) DEFAULT NULL,
|
||
`templateid` varchar(50) DEFAULT '',
|
||
`datas` text,
|
||
`emphasis_keyword` int(11) NOT NULL DEFAULT '0',
|
||
`status` tinyint(3) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxcard` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`card_id` varchar(255) DEFAULT '0',
|
||
`displayorder` int(11) DEFAULT NULL,
|
||
`catid` int(11) DEFAULT NULL,
|
||
`card_type` varchar(50) DEFAULT NULL,
|
||
`logo_url` varchar(255) DEFAULT NULL,
|
||
`wxlogourl` varchar(255) DEFAULT NULL,
|
||
`brand_name` varchar(255) DEFAULT NULL,
|
||
`code_type` varchar(255) DEFAULT NULL,
|
||
`title` varchar(255) DEFAULT NULL,
|
||
`color` varchar(50) DEFAULT NULL,
|
||
`notice` varchar(50) DEFAULT NULL,
|
||
`service_phone` varchar(50) DEFAULT NULL,
|
||
`description` text,
|
||
`datetype` varchar(50) DEFAULT NULL,
|
||
`begin_timestamp` int(11) DEFAULT NULL,
|
||
`end_timestamp` int(11) DEFAULT NULL,
|
||
`fixed_term` int(11) DEFAULT NULL,
|
||
`fixed_begin_term` int(11) DEFAULT NULL,
|
||
`quantity` int(11) DEFAULT NULL,
|
||
`total_quantity` varchar(255) DEFAULT NULL,
|
||
`use_limit` int(11) DEFAULT NULL,
|
||
`get_limit` int(11) DEFAULT NULL,
|
||
`use_custom_code` tinyint(1) DEFAULT NULL,
|
||
`bind_openid` tinyint(1) DEFAULT NULL,
|
||
`can_share` tinyint(1) DEFAULT NULL,
|
||
`can_give_friend` tinyint(1) DEFAULT NULL,
|
||
`center_title` varchar(20) DEFAULT NULL,
|
||
`center_sub_title` varchar(20) DEFAULT NULL,
|
||
`center_url` varchar(255) DEFAULT NULL,
|
||
`setcustom` tinyint(1) DEFAULT NULL,
|
||
`custom_url_name` varchar(20) DEFAULT NULL,
|
||
`custom_url_sub_title` varchar(20) DEFAULT NULL,
|
||
`custom_url` varchar(255) DEFAULT NULL,
|
||
`setpromotion` tinyint(1) DEFAULT NULL,
|
||
`promotion_url_name` varchar(20) DEFAULT NULL,
|
||
`promotion_url_sub_title` varchar(20) DEFAULT NULL,
|
||
`promotion_url` varchar(255) DEFAULT NULL,
|
||
`source` varchar(255) DEFAULT NULL,
|
||
`can_use_with_other_discount` tinyint(1) DEFAULT NULL,
|
||
`setabstract` tinyint(1) DEFAULT NULL,
|
||
`abstract` varchar(50) DEFAULT NULL,
|
||
`abstractimg` varchar(255) DEFAULT NULL,
|
||
`icon_url_list` varchar(255) DEFAULT NULL,
|
||
`accept_category` varchar(50) DEFAULT NULL,
|
||
`reject_category` varchar(50) DEFAULT NULL,
|
||
`least_cost` decimal(10,2) DEFAULT NULL,
|
||
`reduce_cost` decimal(10,2) DEFAULT NULL,
|
||
`discount` decimal(10,2) DEFAULT NULL,
|
||
`limitgoodtype` tinyint(1) DEFAULT '0',
|
||
`limitgoodcatetype` tinyint(1) unsigned DEFAULT '0',
|
||
`limitgoodcateids` varchar(255) DEFAULT NULL,
|
||
`limitgoodids` varchar(255) DEFAULT NULL,
|
||
`limitdiscounttype` tinyint(1) unsigned DEFAULT '0',
|
||
`merchid` int(11) DEFAULT '0',
|
||
`gettype` tinyint(3) DEFAULT NULL,
|
||
`islimitlevel` tinyint(1) DEFAULT '0',
|
||
`limitmemberlevels` varchar(500) DEFAULT '',
|
||
`limitagentlevels` varchar(500) DEFAULT '',
|
||
`limitpartnerlevels` varchar(500) DEFAULT '',
|
||
`limitaagentlevels` varchar(500) DEFAULT '',
|
||
`settitlecolor` tinyint(1) DEFAULT '0',
|
||
`titlecolor` varchar(10) DEFAULT '',
|
||
`tagtitle` varchar(20) DEFAULT '',
|
||
`use_condition` tinyint(1) DEFAULT '0',
|
||
PRIMARY KEY (`id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxlive` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) NOT NULL DEFAULT '0',
|
||
`room_id` int(11) NOT NULL DEFAULT '0',
|
||
`name` varchar(50) NOT NULL DEFAULT '',
|
||
`cover_img` varchar(255) NOT NULL DEFAULT '',
|
||
`live_status` tinyint(3) NOT NULL DEFAULT '0',
|
||
`local_live_status` tinyint(1) NOT NULL DEFAULT '0',
|
||
`start_time` int(11) NOT NULL DEFAULT '0',
|
||
`end_time` int(11) NOT NULL DEFAULT '0',
|
||
`anchor_name` varchar(20) NOT NULL DEFAULT '',
|
||
`anchor_img` varchar(255) NOT NULL DEFAULT '',
|
||
`goods_json` text,
|
||
`is_top` tinyint(1) NOT NULL DEFAULT '0',
|
||
`is_recommend` tinyint(1) NOT NULL DEFAULT '0',
|
||
`status` tinyint(4) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_start_time` (`start_time`),
|
||
KEY `idx_end_time` (`end_time`),
|
||
KEY `idx_is_top` (`is_top`),
|
||
KEY `idx_is_recommend` (`is_recommend`),
|
||
KEY `idx_local_live_status` (`local_live_status`),
|
||
KEY `idx_status` (`status`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
|
||
CREATE TABLE IF NOT EXISTS `ims_ewei_shop_wxlive_back` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`uniacid` int(11) DEFAULT NULL,
|
||
`live_id` int(11) NOT NULL,
|
||
`room_id` int(11) NOT NULL,
|
||
`expire_time` int(11) DEFAULT NULL,
|
||
`create_time` int(11) DEFAULT NULL,
|
||
`media_url` varchar(255) DEFAULT NULL,
|
||
`show_times` int(11) DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `idx_uniacid` (`uniacid`),
|
||
KEY `idx_roomid` (`room_id`),
|
||
KEY `idx_liveid` (`live_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('1','0','2','系统模板01','eyJwYWdlIjp7InR5cGUiOiIyIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwMSIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwMSIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6IiIsImJhY2tncm91bmQiOiIjZmFmYWZhIiwiZGl5bWVudSI6Ii0xIn0sIml0ZW1zIjp7Ik0xNDY1ODAyOTg0ODg1Ijp7InN0eWxlIjp7ImRvdHN0eWxlIjoicm91bmQiLCJkb3RhbGlnbiI6ImNlbnRlciIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwibGVmdHJpZ2h0IjoiNSIsImJvdHRvbSI6IjEwIiwib3BhY2l0eSI6IjAuOCJ9LCJkYXRhIjp7IkMxNDY1ODAyOTg0ODg1Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9iYW5uZXJfMS5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODAyOTg0ODg2Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9iYW5uZXJfMi5qcGciLCJsaW5rdXJsIjoiIn0sIk0xNDY1ODAzMDE0ODM3Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9iYW5uZXJfMy5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6ImJhbm5lciJ9LCJNMTQ2NTgwMzY5MjkzMiI6eyJzdHlsZSI6eyJoZWlnaHQiOiIxMCIsImJhY2tncm91bmQiOiIjZmZmZmZmIn0sImlkIjoiYmxhbmsifSwiTTE0NjU4MDMzMTk4NTMiOnsic3R5bGUiOnsibmF2c3R5bGUiOiIiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInJvd251bSI6IjUifSwiZGF0YSI6eyJDMTQ2NTgwMzMxOTg1MyI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0MVwvbWVudV8xLnBuZyIsImxpbmt1cmwiOiIiLCJ0ZXh0IjoiXHU2NWIwXHU1NGMxIiwiY29sb3IiOiIjNjY2NjY2In0sIkMxNDY1ODAzMzE5ODU0Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9tZW51XzIucG5nIiwibGlua3VybCI6IiIsInRleHQiOiJcdTcwZWRcdTUzNTYiLCJjb2xvciI6IiM2NjY2NjYifSwiQzE0NjU4MDMzMTk4NTUiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDFcL21lbnVfMy5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NGZjM1x1OTUwMCIsImNvbG9yIjoiIzY2NjY2NiJ9LCJDMTQ2NTgwMzMxOTg1NiI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0MVwvbWVudV80LnBuZyIsImxpbmt1cmwiOiIiLCJ0ZXh0IjoiXHU4YmEyXHU1MzU1IiwiY29sb3IiOiIjNjY2NjY2In0sIk0xNDY1ODAzMzQ3MDQ1Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9tZW51XzUucG5nIiwibGlua3VybCI6IiIsInRleHQiOiJcdTdiN2VcdTUyMzAiLCJjb2xvciI6IiM2NjY2NjYifX0sImlkIjoibWVudSJ9LCJNMTQ2NTgwMzM1OTEwMCI6eyJzdHlsZSI6eyJuYXZzdHlsZSI6IiIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwicm93bnVtIjoiNSJ9LCJkYXRhIjp7IkMxNDY1ODAzMzU5MTAwIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9tZW51XzYucG5nIiwibGlua3VybCI6IiIsInRleHQiOiJcdTRlMGFcdTg4NjMiLCJjb2xvciI6IiM2NjY2NjYifSwiQzE0NjU4MDMzNTkxMDEiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDFcL21lbnVfNy5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NGUwYlx1ODg2MyIsImNvbG9yIjoiIzY2NjY2NiJ9LCJDMTQ2NTgwMzM1OTEwMiI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0MVwvbWVudV84LnBuZyIsImxpbmt1cmwiOiIiLCJ0ZXh0IjoiXHU5NzhiXHU1YjUwIiwiY29sb3IiOiIjNjY2NjY2In0sIkMxNDY1ODAzMzU5MTAzIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9tZW51XzkucG5nIiwibGlua3VybCI6IiIsInRleHQiOiJcdTUxODVcdTg4NjMiLCJjb2xvciI6IiM2NjY2NjYifSwiTTE0NjU4MDM0NTA4MjciOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDFcL21lbnVfMTAucG5nIiwibGlua3VybCI6IiIsInRleHQiOiJcdTUxNjhcdTkwZTgiLCJjb2xvciI6IiM2NjY2NjYifX0sImlkIjoibWVudSJ9LCJNMTQ2NTgwMzcwMDEzMiI6eyJzdHlsZSI6eyJoZWlnaHQiOiIxMCIsImJhY2tncm91bmQiOiIjZmZmZmZmIn0sImlkIjoiYmxhbmsifSwiTTE0NjU4MDM2MjE5ODAiOnsicGFyYW1zIjp7Imljb251cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2Mlwvc3RhdGljXC9pbWFnZXNcL2hvdGRvdC5qcGciLCJub3RpY2VkYXRhIjoiMSIsInNwZWVkIjoiNCIsIm5vdGljZW51bSI6IjUifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpY29uY29sb3IiOiIjZmQ1NDU0IiwiY29sb3IiOiIjNjY2NjY2In0sImRhdGEiOnsiQzE0NjU4MDM2MjE5ODAiOnsidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTdiMmNcdTRlMDBcdTY3NjFcdTgxZWFcdTViOWFcdTRlNDlcdTUxNmNcdTU0NGFcdTc2ODRcdTY4MDdcdTk4OTgiLCJsaW5rdXJsIjoiaHR0cDpcL1wvd3d3LmJhaWR1LmNvbSJ9LCJDMTQ2NTgwMzYyMTk4MSI6eyJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1N2IyY1x1NGU4Y1x1Njc2MVx1ODFlYVx1NWI5YVx1NGU0OVx1NTE2Y1x1NTQ0YVx1NzY4NFx1NjgwN1x1OTg5OCIsImxpbmt1cmwiOiJodHRwOlwvXC93d3cuYmFpZHUuY29tIn19LCJpZCI6Im5vdGljZSJ9LCJNMTQ2NTgwMzkzMjQ2MCI6eyJwYXJhbXMiOnsicm93IjoiMiJ9LCJkYXRhIjp7IkMxNDY1ODAzOTMyNDYwIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQxXC9waWN0dXJld18xLmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NjU4MDM5MzI0NjMiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDFcL3BpY3R1cmV3XzIuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJldyIsInN0eWxlIjp7InBhZGRpbmd0b3AiOiIxNiIsInBhZGRpbmdsZWZ0IjoiNCJ9fSwiTTE0NjU4MDQwMjU1MDgiOnsicGFyYW1zIjp7InRpdGxlIjoiXHU2NWIwXHU1NGMxXHU0ZTBhXHU1ZTAyIiwiaWNvbiI6Imljb24tbmV3In0sInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwiY29sb3IiOiIjZjA2MjkyIiwidGV4dGFsaWduIjoiY2VudGVyIiwiZm9udHNpemUiOiIxOCIsInBhZGRpbmd0b3AiOiI1IiwicGFkZGluZ2xlZnQiOiI1In0sImlkIjoidGl0bGUifSwiTTE0NjU4MTMzNjgwODUiOnsicGFyYW1zIjp7InNob3d0aXRsZSI6IjEiLCJzaG93cHJpY2UiOiIxIiwiZ29vZHNkYXRhIjoiMCIsImNhdGVpZCI6IiIsImNhdGVuYW1lIjoiIiwiZ3JvdXBpZCI6IiIsImdyb3VwbmFtZSI6IiIsImdvb2Rzc29ydCI6IjAiLCJnb29kc251bSI6IjYiLCJzaG93aWNvbiI6IjAiLCJpY29ucG9zaXRpb24iOiJsZWZ0IHRvcCJ9LCJzdHlsZSI6eyJsaXN0c3R5bGUiOiJibG9jayIsImJ1eXN0eWxlIjoiYnV5YnRuLTEiLCJnb29kc2ljb24iOiJyZWNvbW1hbmQiLCJwcmljZWNvbG9yIjoiI2VkMjgyMiIsImljb25wYWRkaW5ndG9wIjoiMCIsImljb25wYWRkaW5nbGVmdCI6IjAiLCJidXlidG5jb2xvciI6IiNmZTU0NTUiLCJpY29uem9vbSI6IjEwMCIsInRpdGxlY29sb3IiOiIjMjYyNjI2In0sImRhdGEiOnsiQzE0NjU4MTMzNjgwODUiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMS5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MTMzNjgwODYiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMi5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MTMzNjgwODciOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMy5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MTMzNjgwODgiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtNC5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifX0sImlkIjoiZ29vZHMifSwiTTE0NjU4MDU4MjEwNjciOnsicGFyYW1zIjp7InRpdGxlIjoiXHU3MGVkXHU1MzU2XHU1NTQ2XHU1NGMxIiwiaWNvbiI6Imljb24taG90In0sInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwiY29sb3IiOiIjZmFjMDQyIiwidGV4dGFsaWduIjoiY2VudGVyIiwiZm9udHNpemUiOiIxOCIsInBhZGRpbmd0b3AiOiI1IiwicGFkZGluZ2xlZnQiOiI1In0sImlkIjoidGl0bGUifSwiTTE0NjU4MTMzNzY4OTIiOnsicGFyYW1zIjp7InNob3d0aXRsZSI6IjEiLCJzaG93cHJpY2UiOiIxIiwiZ29vZHNkYXRhIjoiMCIsImNhdGVpZCI6IiIsImNhdGVuYW1lIjoiIiwiZ3JvdXBpZCI6IiIsImdyb3VwbmFtZSI6IiIsImdvb2Rzc29ydCI6IjAiLCJnb29kc251bSI6IjYiLCJzaG93aWNvbiI6IjEiLCJpY29ucG9zaXRpb24iOiJsZWZ0IHRvcCJ9LCJzdHlsZSI6eyJsaXN0c3R5bGUiOiJibG9jayIsImJ1eXN0eWxlIjoiYnV5YnRuLTEiLCJnb29kc2ljb24iOiJyZWNvbW1hbmQiLCJwcmljZWNvbG9yIjoiI2VkMjgyMiIsImljb25wYWRkaW5ndG9wIjoiMCIsImljb25wYWRkaW5nbGVmdCI6IjAiLCJidXlidG5jb2xvciI6IiNmZTU0NTUiLCJpY29uem9vbSI6IjEwMCIsInRpdGxlY29sb3IiOiIjMjYyNjI2In0sImRhdGEiOnsiQzE0NjU4MTMzNzY4OTIiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMS5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MTMzNzY4OTMiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMi5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MTMzNzY4OTQiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMy5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MTMzNzY4OTUiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtNC5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifX0sImlkIjoiZ29vZHMifX19','../addons/ewei_shopv2/plugin/diypage/static/template/default1/preview.jpg','1','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('2','0','1','系统模板02','eyJwYWdlIjp7InR5cGUiOiIxIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwMiIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwMiIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6IiIsImJhY2tncm91bmQiOiIjZmFmYWZhIiwiZGl5bWVudSI6Ii0xIn0sIml0ZW1zIjp7Ik0xNDY1ODA4NTU2MDAxIjp7InN0eWxlIjp7ImRvdHN0eWxlIjoicm91bmQiLCJkb3RhbGlnbiI6InJpZ2h0IiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJsZWZ0cmlnaHQiOiIxMCIsImJvdHRvbSI6IjEwIiwib3BhY2l0eSI6IjAuOCJ9LCJkYXRhIjp7IkMxNDY1ODA4NTU2MDAxIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQyXC9iYW5uZXJfMS5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODA4NTU2MDAyIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQyXC9iYW5uZXJfMi5qcGciLCJsaW5rdXJsIjoiIn0sIk0xNDY1ODA4NTc1MTIyIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQyXC9iYW5uZXJfMy5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6ImJhbm5lciJ9LCJNMTQ2NTgwODcwNTA2NCI6eyJzdHlsZSI6eyJoZWlnaHQiOiIyMCIsImJhY2tncm91bmQiOiIjZmZmZmZmIn0sImlkIjoiYmxhbmsifSwiTTE0NjU4MDg2NzMwNDAiOnsicGFyYW1zIjp7InJvdyI6IjIifSwiZGF0YSI6eyJDMTQ2NTgwODY3MzA0MCI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0MlwvcGljdHVyZXdfMS5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODA4NjczMDQxIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQyXC9waWN0dXJld18yLmpwZyIsImxpbmt1cmwiOiIifX0sImlkIjoicGljdHVyZXciLCJzdHlsZSI6eyJwYWRkaW5ndG9wIjoiMCIsInBhZGRpbmdsZWZ0IjoiMCJ9fSwiTTE0NjU4MDg3MDkyODAiOnsic3R5bGUiOnsiaGVpZ2h0IjoiMjAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiJ9LCJpZCI6ImJsYW5rIn0sIk0xNDY1ODA4NzY2NTY3Ijp7InBhcmFtcyI6eyJyb3ciOiIyIn0sImRhdGEiOnsiQzE0NjU4MDg3NjY1NzAiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDJcL3BpY3R1cmV3XzMuanBnIiwibGlua3VybCI6IiJ9LCJDMTQ2NTgwODc2NjU3MSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0MlwvcGljdHVyZXdfNC5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6InBpY3R1cmV3Iiwic3R5bGUiOnsicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAifX0sIk0xNDY1ODA4NzkxMDcyIjp7InN0eWxlIjp7ImhlaWdodCI6IjIwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYifSwiaWQiOiJibGFuayJ9LCJNMTQ2NTgwODg3MDY4MCI6eyJkYXRhIjp7IkMxNDY1ODA4ODcwNjgwIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQyXC9iYW5uZXJfMy5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6InBpY3R1cmUiLCJzdHlsZSI6eyJwYWRkaW5ndG9wIjoiMCIsInBhZGRpbmdsZWZ0IjoiMCJ9fSwiTTE0NjU4MDkwMTA0MTUiOnsic3R5bGUiOnsiaGVpZ2h0IjoiMjAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiJ9LCJpZCI6ImJsYW5rIn0sIk0xNDY1ODA4OTgxNTk5Ijp7InBhcmFtcyI6eyJyb3ciOiIyIn0sImRhdGEiOnsiQzE0NjU4MDg5ODE1OTkiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDJcL3BpY3R1cmV3XzUuanBnIiwibGlua3VybCI6IiJ9LCJDMTQ2NTgwODk4MTYwMCI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0MlwvcGljdHVyZXdfNi5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6InBpY3R1cmV3Iiwic3R5bGUiOnsicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAifX0sIk0xNDY1ODg5MzczNTY3Ijp7InBhcmFtcyI6eyJzaG93dGl0bGUiOiIxIiwic2hvd3ByaWNlIjoiMSIsImdvb2RzZGF0YSI6IjAiLCJjYXRlaWQiOiIiLCJjYXRlbmFtZSI6IiIsImdyb3VwaWQiOiIiLCJncm91cG5hbWUiOiIiLCJnb29kc3NvcnQiOiIwIiwiZ29vZHNudW0iOiI2Iiwic2hvd2ljb24iOiIxIiwiaWNvbnBvc2l0aW9uIjoibGVmdCB0b3AifSwic3R5bGUiOnsibGlzdHN0eWxlIjoiYmxvY2siLCJidXlzdHlsZSI6ImJ1eWJ0bi0xIiwiZ29vZHNpY29uIjoicmVjb21tYW5kIiwicHJpY2Vjb2xvciI6IiNlZDI4MjIiLCJpY29ucGFkZGluZ3RvcCI6IjAiLCJpY29ucGFkZGluZ2xlZnQiOiIwIiwiYnV5YnRuY29sb3IiOiIjZmU1NDU1IiwiaWNvbnpvb20iOiIxMDAiLCJ0aXRsZWNvbG9yIjoiIzI2MjYyNiJ9LCJkYXRhIjp7IkMxNDY1ODg5MzczNTY3Ijp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTEuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn0sIkMxNDY1ODg5MzczNTY4Ijp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTIuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn0sIkMxNDY1ODg5MzczNTY5Ijp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTMuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn0sIkMxNDY1ODg5MzczNTcwIjp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTQuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn19LCJpZCI6Imdvb2RzIn0sIk0xNDY1ODg5Mzc3NDIzIjp7InBhcmFtcyI6eyJjb250ZW50IjoiUEhBZ2MzUjViR1U5SW5SbGVIUXRZV3hwWjI0NklHTmxiblJsY2pzaVB1V2J2dWVKaCthZHBlYTZrT1M2anVlOWtlZTduTys4ak9lSmlPYWRnK1c5a3VXT24rUzluT2lBaGVhSmdPYWNpVHd2Y0Q0PSJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInBhZGRpbmciOiIyMCJ9LCJpZCI6InJpY2h0ZXh0In19fQ==','../addons/ewei_shopv2/plugin/diypage/static/template/default2/preview.jpg','2','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('3','0','2','系统模板03','eyJwYWdlIjp7InR5cGUiOiIyIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwMyIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwMyIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6IiIsImJhY2tncm91bmQiOiIjZmFmYWZhIiwiZGl5bWVudSI6Ii0xIn0sIml0ZW1zIjp7Ik0xNDY1ODA5MjQyOTc2Ijp7InN0eWxlIjp7ImRvdHN0eWxlIjoicm91bmQiLCJkb3RhbGlnbiI6ImxlZnQiLCJiYWNrZ3JvdW5kIjoiIzM0YmVkYyIsImxlZnRyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJvcGFjaXR5IjoiMC43In0sImRhdGEiOnsiQzE0NjU4MDkyNDI5NzYiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDNcL2Jhbm5lcl8xLmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NjU4MDkyNDI5NzciOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDNcL2Jhbm5lcl8yLmpwZyIsImxpbmt1cmwiOiIifSwiTTE0NjU4MDkyNjU5OTIiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDNcL2Jhbm5lcl8zLmpwZyIsImxpbmt1cmwiOiIifX0sImlkIjoiYmFubmVyIn0sIk0xNDY1ODA5NTQxNTM1Ijp7InBhcmFtcyI6eyJyb3ciOiIxIn0sImRhdGEiOnsiQzE0NjU4MDk1NDE1MzUiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDNcL3BpY3R1cmV3XzEuanBnIiwibGlua3VybCI6IiJ9LCJDMTQ2NTgwOTU0MTUzNiI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0M1wvcGljdHVyZXdfMi5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODA5NTQxNTM3Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQzXC9waWN0dXJld18zLmpwZyIsImxpbmt1cmwiOiIifX0sImlkIjoicGljdHVyZXciLCJzdHlsZSI6eyJwYWRkaW5ndG9wIjoiNSIsInBhZGRpbmdsZWZ0IjoiNSIsImJhY2tncm91bmQiOiIjZmFmYWZhIn19LCJNMTQ2NTgwOTc2MzQxNSI6eyJzdHlsZSI6eyJoZWlnaHQiOiI1IiwiYmFja2dyb3VuZCI6IiNmYWZhZmEifSwiaWQiOiJibGFuayJ9LCJNMTQ2NTgwOTcwOTA0MCI6eyJwYXJhbXMiOnsidGl0bGUiOiJcdTY1YjBcdTU0YzFcdTRlMGFcdTVlMDIiLCJpY29uIjoiaWNvbi1uZXcifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiMyOGMxOTIiLCJjb2xvciI6IiNmZmZmZmYiLCJ0ZXh0YWxpZ24iOiJsZWZ0IiwiZm9udHNpemUiOiIxOCIsInBhZGRpbmd0b3AiOiI1IiwicGFkZGluZ2xlZnQiOiI1In0sImlkIjoidGl0bGUifSwiTTE0NjU4MDk3OTEyMzEiOnsicGFyYW1zIjp7InNob3d0aXRsZSI6IjEiLCJzaG93cHJpY2UiOiIxIiwiZ29vZHNkYXRhIjoiMCIsImNhdGVpZCI6IiIsImNhdGVuYW1lIjoiIiwiZ3JvdXBpZCI6IiIsImdyb3VwbmFtZSI6IiIsImdvb2Rzc29ydCI6IjAiLCJnb29kc251bSI6IjYiLCJzaG93aWNvbiI6IjAiLCJpY29ucG9zaXRpb24iOiJsZWZ0IHRvcCJ9LCJzdHlsZSI6eyJsaXN0c3R5bGUiOiJibG9jayIsImJ1eXN0eWxlIjoiYnV5YnRuLTMiLCJnb29kc2ljb24iOiJyZWNvbW1hbmQiLCJwcmljZWNvbG9yIjoiIzI4YzE5MiIsImljb25wYWRkaW5ndG9wIjoiMCIsImljb25wYWRkaW5nbGVmdCI6IjAiLCJidXlidG5jb2xvciI6IiMyOGMxOGYiLCJpY29uem9vbSI6IjEwMCIsInRpdGxlY29sb3IiOiIjMjhjMTkyIn0sImRhdGEiOnsiQzE0NjU4MDk3OTEyMzEiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMS5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MDk3OTEyMzIiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMi5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MDk3OTEyMzMiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMy5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MDk3OTEyMzQiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtNC5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifX0sImlkIjoiZ29vZHMifSwiTTE0NjU4MDk5NTA4NDciOnsicGFyYW1zIjp7InRpdGxlIjoiXHU2MzhjXHU2N2RjXHU2M2E4XHU4MzUwIiwiaWNvbiI6Imljb24tYXBwcmVjaWF0ZSJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmYmQzMyIsImNvbG9yIjoiI2ZmZmZmZiIsInRleHRhbGlnbiI6InJpZ2h0IiwiZm9udHNpemUiOiIxOCIsInBhZGRpbmd0b3AiOiI1IiwicGFkZGluZ2xlZnQiOiI1In0sImlkIjoidGl0bGUifSwiTTE0NjU4MDk5NDMyMzEiOnsicGFyYW1zIjp7InNob3d0aXRsZSI6IjEiLCJzaG93cHJpY2UiOiIxIiwiZ29vZHNkYXRhIjoiMCIsImNhdGVpZCI6IiIsImNhdGVuYW1lIjoiIiwiZ3JvdXBpZCI6IiIsImdyb3VwbmFtZSI6IiIsImdvb2Rzc29ydCI6IjAiLCJnb29kc251bSI6IjYiLCJzaG93aWNvbiI6IjEiLCJpY29ucG9zaXRpb24iOiJsZWZ0IHRvcCJ9LCJzdHlsZSI6eyJsaXN0c3R5bGUiOiJibG9jayIsImJ1eXN0eWxlIjoiYnV5YnRuLTEiLCJnb29kc2ljb24iOiJyZWNvbW1hbmQiLCJwcmljZWNvbG9yIjoiI2VkMjgyMiIsImljb25wYWRkaW5ndG9wIjoiMCIsImljb25wYWRkaW5nbGVmdCI6IjAiLCJidXlidG5jb2xvciI6IiNmZTU0NTUiLCJpY29uem9vbSI6IjEwMCIsInRpdGxlY29sb3IiOiIjMjYyNjI2In0sImRhdGEiOnsiQzE0NjU4MDk5NDMyMzEiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMS5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MDk5NDMyMzIiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMi5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MDk5NDMyMzMiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMy5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifSwiQzE0NjU4MDk5NDMyMzQiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtNC5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIifX0sImlkIjoiZ29vZHMifSwiTTE0NjU4MTAwNTk2OTQiOnsicGFyYW1zIjp7ImNvbnRlbnQiOiJQSEFnYzNSNWJHVTlJblJsZUhRdFlXeHBaMjQ2SUdObGJuUmxjanNpUGp4aWNpOCtQQzl3UGp4d0lITjBlV3hsUFNKMFpYaDBMV0ZzYVdkdU9pQmpaVzUwWlhJN0lqN25pWWptbllQbWlZRG1uSWtvWXlsWVdPV1ZodVdmamp3dmNENDhjRDRtYm1KemNEczhZbkl2UGp3dmNEND0ifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYifSwiaWQiOiJyaWNodGV4dCJ9fX0=','../addons/ewei_shopv2/plugin/diypage/static/template/default3/preview.jpg','3','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('4','0','1','系统模板04','eyJwYWdlIjp7InR5cGUiOiIxIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNCIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNCIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6IiIsImJhY2tncm91bmQiOiIjZmFmYWZhIiwiZGl5bWVudSI6Ii0xIn0sIml0ZW1zIjp7Ik0xNDY1ODEwMzUyODk0Ijp7ImRhdGEiOnsiQzE0NjU4MTAzNTI4OTQiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDRcL3BpY3R1cmVfMS5wbmciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEwMzUyODk1Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ0XC9waWN0dXJlXzIucG5nIiwibGlua3VybCI6IiJ9LCJNMTQ2NTgxMDM3MDM5OSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NFwvcGljdHVyZV8zLnBuZyIsImxpbmt1cmwiOiIifSwiTTE0NjU4MTAzNzE3MDEiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDRcL3BpY3R1cmVfNC5wbmciLCJsaW5rdXJsIjoiIn0sIk0xNDY1ODEwMzcyNzkxIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ0XC9waWN0dXJlXzUucG5nIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJlIiwic3R5bGUiOnsicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAifX0sIk0xNDY1ODg5OTQ0NzY5Ijp7InBhcmFtcyI6eyJjb250ZW50IjoiUEhBZ2MzUjViR1U5SW5SbGVIUXRZV3hwWjI0NklHTmxiblJsY2pzaVB1V2J2dWVKaCthZHBlYTZrT1M2anVlOWtlZTduTys4ak9lSmlPYWRnK1c5a3VXT24rUzluT2lBaGVhSmdPYWNpVHd2Y0Q0PSJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInBhZGRpbmciOiIyMCJ9LCJpZCI6InJpY2h0ZXh0In19fQ==','../addons/ewei_shopv2/plugin/diypage/static/template/default4/preview.jpg','4','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('5','0','2','系统模板05','eyJwYWdlIjp7InR5cGUiOiIyIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNSIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNSIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6InQ1IiwiYmFja2dyb3VuZCI6IiNmYWZhZmEiLCJkaXltZW51IjoiLTEifSwiaXRlbXMiOnsiTTE0NjU4MTA3NTE4MDciOnsic3R5bGUiOnsiZG90c3R5bGUiOiJyb3VuZCIsImRvdGFsaWduIjoibGVmdCIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwibGVmdHJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsIm9wYWNpdHkiOiIwLjcifSwiZGF0YSI6eyJDMTQ2NTgxMDc1MTgwNyI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvYmFubmVyXzEuanBnIiwibGlua3VybCI6IiJ9LCJDMTQ2NTgxMDc1MTgwOCI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvYmFubmVyXzIuanBnIiwibGlua3VybCI6IiJ9LCJNMTQ2NTgxMDc2NjQ4NiI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvYmFubmVyXzMuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJiYW5uZXIifSwiTTE0NjU4MTA5NzA0OTQiOnsic3R5bGUiOnsibmF2c3R5bGUiOiIiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInJvd251bSI6IjQifSwiZGF0YSI6eyJDMTQ2NTgxMDk3MDQ5NCI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvbWVudV8xLnBuZyIsImxpbmt1cmwiOiIiLCJ0ZXh0IjoiSE9NRSIsImNvbG9yIjoiIzY2NjY2NiJ9LCJDMTQ2NTgxMDk3MDQ5NSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvbWVudV8yLnBuZyIsImxpbmt1cmwiOiIiLCJ0ZXh0IjoiTkVXIiwiY29sb3IiOiIjNjY2NjY2In0sIkMxNDY1ODEwOTcwNDk2Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ1XC9tZW51XzMucG5nIiwibGlua3VybCI6IiIsInRleHQiOiJIT1QiLCJjb2xvciI6IiM2NjY2NjYifSwiQzE0NjU4MTA5NzA0OTciOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDVcL21lbnVfNC5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6IkxJU1QiLCJjb2xvciI6IiM2NjY2NjYifX0sImlkIjoibWVudSJ9LCJNMTQ2NTgxMTA5OTI0MCI6eyJwYXJhbXMiOnsicm93IjoiMyJ9LCJkYXRhIjp7IkMxNDY1ODExMDk5MjQwIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ1XC9waWN0dXJld18xLmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NjU4MTEwOTkyNDEiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDVcL3BpY3R1cmV3XzQuanBnIiwibGlua3VybCI6IiJ9LCJDMTQ2NTgxMTA5OTI0MyI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvcGljdHVyZXdfMS5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6InBpY3R1cmV3Iiwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJwYWRkaW5ndG9wIjoiNSIsInBhZGRpbmdsZWZ0IjoiNSJ9fSwiTTE0NjU4MTIzOTAxNzQiOnsicGFyYW1zIjp7InJvdyI6IjIifSwiZGF0YSI6eyJDMTQ2NTgxMjM5MDE3NSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvcGljdHVyZXdfMy5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEyMzkwMTc2Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ1XC9waWN0dXJld18zLmpwZyIsImxpbmt1cmwiOiIifX0sImlkIjoicGljdHVyZXciLCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInBhZGRpbmd0b3AiOiIwIiwicGFkZGluZ2xlZnQiOiI1In19LCJNMTQ2NTg3MjQ4NTQ4NiI6eyJzdHlsZSI6eyJoZWlnaHQiOiIxMCIsImJhY2tncm91bmQiOiIjZmFmYWZhIn0sImlkIjoiYmxhbmsifSwiTTE0NjU4MTExNzQ5NTgiOnsiZGF0YSI6eyJDMTQ2NTgxMTE3NDk1OSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NVwvcGljdHVyZV8xLmpwZyIsImxpbmt1cmwiOiIifX0sImlkIjoicGljdHVyZSIsInN0eWxlIjp7InBhZGRpbmd0b3AiOiIwIiwicGFkZGluZ2xlZnQiOiIwIn19LCJNMTQ2NTgxMjQxMTM4MSI6eyJwYXJhbXMiOnsic2hvd3RpdGxlIjoiMSIsInNob3dwcmljZSI6IjEiLCJnb29kc2RhdGEiOiIwIiwiY2F0ZWlkIjoiIiwiY2F0ZW5hbWUiOiIiLCJncm91cGlkIjoiIiwiZ3JvdXBuYW1lIjoiIiwiZ29vZHNzb3J0IjoiMCIsImdvb2RzbnVtIjoiNiIsInNob3dpY29uIjoiMSIsImljb25wb3NpdGlvbiI6ImxlZnQgdG9wIn0sInN0eWxlIjp7Imxpc3RzdHlsZSI6ImJsb2NrIiwiYnV5c3R5bGUiOiJidXlidG4tMSIsImdvb2RzaWNvbiI6InJlY29tbWFuZCIsInByaWNlY29sb3IiOiIjZWQyODIyIiwiaWNvbnBhZGRpbmd0b3AiOiIwIiwiaWNvbnBhZGRpbmdsZWZ0IjoiMCIsImJ1eWJ0bmNvbG9yIjoiI2ZlNTQ1NSIsImljb256b29tIjoiMTAwIiwidGl0bGVjb2xvciI6IiMyNjI2MjYifSwiZGF0YSI6eyJDMTQ2NTgxMjQxMTM4MSI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy0xLmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9LCJDMTQ2NTgxMjQxMTM4MiI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy0yLmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9LCJDMTQ2NTgxMjQxMTM4MyI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy0zLmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9LCJDMTQ2NTgxMjQxMTM4NCI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy00LmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9fSwiaWQiOiJnb29kcyJ9LCJNMTQ2NTgxMjQ2Njg5MyI6eyJwYXJhbXMiOnsiY29udGVudCI6IlBIQWdjM1I1YkdVOUluUmxlSFF0WVd4cFoyNDZJR05sYm5SbGNqc2lQanhpY2k4K1BDOXdQanh3SUhOMGVXeGxQU0owWlhoMExXRnNhV2R1T2lCalpXNTBaWEk3SWo3a3U2WGt1SXJsbTc3bmlZZmxuWWZtbmFYbXVwRGt1bzdudlpIbnU1enZ2SXpuaVlqbW5ZUGx2WkxsanBcL2t2WnpvZ0lYbWlZRG1uSW5qZ0lJOEwzQStQSEErUEdKeUx6NDhMM0ErIn0sInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIn0sImlkIjoicmljaHRleHQifX19','../addons/ewei_shopv2/plugin/diypage/static/template/default5/preview.jpg','5','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('6','0','1','系统模板06','eyJwYWdlIjp7InR5cGUiOiIxIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNiIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNiIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6IiIsImJhY2tncm91bmQiOiIjZmFmYWZhIiwiZGl5bWVudSI6Ii0xIn0sIml0ZW1zIjp7Ik0xNDY1ODEyNjAyOTMzIjp7ImRhdGEiOnsiQzE0NjU4MTI2MDI5MzMiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDZcL3BpY3R1cmVfMS5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEyNjAyOTM0Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ2XC9waWN0dXJlXzIuanBnIiwibGlua3VybCI6IiJ9LCJNMTQ2NTgxMjYwNDQ5NCI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NlwvcGljdHVyZV8zLmpwZyIsImxpbmt1cmwiOiIifSwiTTE0NjU4MTI2MDUyNDUiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDZcL3BpY3R1cmVfNC5qcGciLCJsaW5rdXJsIjoiIn0sIk0xNDY1ODEyNjA1OTgwIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ2XC9waWN0dXJlXzUuanBnIiwibGlua3VybCI6IiJ9LCJNMTQ2NTgxMjYwNzA0NSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0NlwvcGljdHVyZV82LmpwZyIsImxpbmt1cmwiOiIifX0sImlkIjoicGljdHVyZSIsInN0eWxlIjp7InBhZGRpbmd0b3AiOiIwIiwicGFkZGluZ2xlZnQiOiIwIn19LCJNMTQ2NTg5MDE4NDY1MCI6eyJwYXJhbXMiOnsiY29udGVudCI6IlBIQWdjM1I1YkdVOUluUmxlSFF0WVd4cFoyNDZJR05sYm5SbGNqc2lQdVdidnVlSmgrYWRwZWE2a09TNmp1ZTlrZWU3bk8rOGpPZUppT2FkZytXOWt1V09uK1M5bk9pQWhlYUpnT2FjaVR3dmNEND0ifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJwYWRkaW5nIjoiMjAifSwiaWQiOiJyaWNodGV4dCJ9fX0=','../addons/ewei_shopv2/plugin/diypage/static/template/default6/preview.jpg','6','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('7','0','2','系统模板07','eyJwYWdlIjp7InR5cGUiOiIyIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNyIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwNyIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6IiIsImJhY2tncm91bmQiOiIjZmFmYWZhIiwiZGl5bWVudSI6Ii0xIn0sIml0ZW1zIjp7Ik0xNDY1ODEyNjkxMzg5Ijp7ImRhdGEiOnsiQzE0NjU4MTI2OTEzODkiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDdcL3BpY3R1cmVfMS5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6InBpY3R1cmUiLCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInBhZGRpbmd0b3AiOiIwIiwicGFkZGluZ2xlZnQiOiIwIn19LCJNMTQ2NTgxMjcyODgyMSI6eyJwYXJhbXMiOnsicGxhY2Vob2xkZXIiOiJcdThiZjdcdThmOTNcdTUxNjVcdTUxNzNcdTk1MmVcdTViNTdcdThmZGJcdTg4NGNcdTY0MWNcdTdkMjIifSwic3R5bGUiOnsiaW5wdXRiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImJhY2tncm91bmQiOiIjZjFmMWYyIiwiaWNvbmNvbG9yIjoiI2I0YjRiNCIsImNvbG9yIjoiIzk5OTk5OSIsInBhZGRpbmd0b3AiOiIxMCIsInBhZGRpbmdsZWZ0IjoiMTAiLCJ0ZXh0YWxpZ24iOiJsZWZ0Iiwic2VhcmNoc3R5bGUiOiIifSwiaWQiOiJzZWFyY2gifSwiTTE0NjU4MTI3MzkxOTciOnsicGFyYW1zIjp7InJvdyI6IjMifSwiZGF0YSI6eyJDMTQ2NTgxMjczOTE5NyI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0N1wvcGljdHVyZXdfMS5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEyNzM5MTk4Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ3XC9waWN0dXJld18yLmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NjU4MTI3MzkxOTkiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDdcL3BpY3R1cmV3XzMuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJldyIsInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjUifX0sIk0xNDY1ODEyNzg0NTY1Ijp7ImRhdGEiOnsiQzE0NjU4MTI3ODQ1NjUiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDdcL3BpY3R1cmVfMy5qcGciLCJsaW5rdXJsIjoiIn0sIk0xNDY1ODEyODE5OTQ4Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ3XC9waWN0dXJlXzIuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJlIiwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJwYWRkaW5ndG9wIjoiNCIsInBhZGRpbmdsZWZ0IjoiMCJ9fSwiTTE0NjU4MTI4NzU5ODgiOnsicGFyYW1zIjp7InJvdyI6IjIifSwiZGF0YSI6eyJDMTQ2NTgxMjg3NTk4OCI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0N1wvcGljdHVyZXdfNC5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEyODc1OTg5Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ3XC9waWN0dXJld181LmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NjU4MTI4NzU5OTAiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDdcL3BpY3R1cmV3XzYuanBnIiwibGlua3VybCI6IiJ9LCJDMTQ2NTgxMjg3NTk5MSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0N1wvcGljdHVyZXdfNy5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6InBpY3R1cmV3Iiwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJwYWRkaW5ndG9wIjoiMCIsInBhZGRpbmdsZWZ0IjoiMCJ9fSwiTTE0NjU4NzI4OTQxMjAiOnsic3R5bGUiOnsiaGVpZ2h0IjoiMTAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiJ9LCJpZCI6ImJsYW5rIn0sIk0xNDY1ODcyODMyODk1Ijp7InBhcmFtcyI6eyJ0aXRsZSI6Ilx1NzBlZFx1OTUwMFx1NTU0Nlx1NTRjMSIsImljb24iOiIifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmMjMyNGMiLCJjb2xvciI6IiNmZmZmZmYiLCJ0ZXh0YWxpZ24iOiJjZW50ZXIiLCJmb250c2l6ZSI6IjE4IiwicGFkZGluZ3RvcCI6IjUiLCJwYWRkaW5nbGVmdCI6IjUifSwiaWQiOiJ0aXRsZSJ9LCJNMTQ2NTgxMjkwNDA1MyI6eyJwYXJhbXMiOnsic2hvd3RpdGxlIjoiMSIsInNob3dwcmljZSI6IjEiLCJnb29kc2RhdGEiOiIwIiwiY2F0ZWlkIjoiIiwiY2F0ZW5hbWUiOiIiLCJncm91cGlkIjoiIiwiZ3JvdXBuYW1lIjoiIiwiZ29vZHNzb3J0IjoiMCIsImdvb2RzbnVtIjoiNiIsInNob3dpY29uIjoiMSIsImljb25wb3NpdGlvbiI6ImxlZnQgdG9wIn0sInN0eWxlIjp7Imxpc3RzdHlsZSI6ImJsb2NrIiwiYnV5c3R5bGUiOiJidXlidG4tMSIsImdvb2RzaWNvbiI6InJlY29tbWFuZCIsInByaWNlY29sb3IiOiIjZWQyODIyIiwiaWNvbnBhZGRpbmd0b3AiOiIwIiwiaWNvbnBhZGRpbmdsZWZ0IjoiMCIsImJ1eWJ0bmNvbG9yIjoiI2ZlNTQ1NSIsImljb256b29tIjoiMTAwIiwidGl0bGVjb2xvciI6IiMyNjI2MjYifSwiZGF0YSI6eyJDMTQ2NTgxMjkwNDA1MyI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy0xLmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9LCJDMTQ2NTgxMjkwNDA1NCI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy0yLmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9LCJDMTQ2NTgxMjkwNDA1NSI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy0zLmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9LCJDMTQ2NTgxMjkwNDA1NiI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy00LmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiJ9fSwiaWQiOiJnb29kcyJ9LCJNMTQ2NTg4ODU1MjYwNiI6eyJwYXJhbXMiOnsiY29udGVudCI6IlBIQWdjM1I1YkdVOUluUmxlSFF0WVd4cFoyNDZJR05sYm5SbGNqc2lQdVdidnVlSmgrYWRwZWE2a09TNmp1ZTlrZWU3bk8rOGpPZUppT2FkZytXOWt1V09uK1M5bk9pQWhlYUpnT2FjaVR3dmNEND0ifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJwYWRkaW5nIjoiMjAifSwiaWQiOiJyaWNodGV4dCJ9fX0=','../addons/ewei_shopv2/plugin/diypage/static/template/default7/preview.jpg','7','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('8','0','2','系统模板08','eyJwYWdlIjp7InR5cGUiOiIyIiwidGl0bGUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwOCIsIm5hbWUiOiJcdTMwMTBcdTZhMjFcdTY3N2ZcdTMwMTFcdTdjZmJcdTdlZGZcdTZhMjFcdTY3N2YwOCIsImRlc2MiOiIiLCJpY29uIjoiIiwia2V5d29yZCI6IiIsImJhY2tncm91bmQiOiIjZmFmYWZhIiwiZGl5bWVudSI6Ii0xIn0sIml0ZW1zIjp7Ik0xNDY1ODEyOTk3MDQ1Ijp7ImRhdGEiOnsiQzE0NjU4MTI5OTcwNDUiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDhcL3BpY3R1cmVfMS5qcGciLCJsaW5rdXJsIjoiIn19LCJpZCI6InBpY3R1cmUiLCJzdHlsZSI6eyJwYWRkaW5ndG9wIjoiMCIsInBhZGRpbmdsZWZ0IjoiMCJ9fSwiTTE0NjU4MTMwMTc1NDkiOnsicGFyYW1zIjp7InJvdyI6IjMifSwiZGF0YSI6eyJDMTQ2NTgxMzAxNzU1MCI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0OFwvcGljdHVyZXdfMS5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEzMDE3NTUxIjp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ4XC9waWN0dXJld18yLmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NjU4MTMwMTc1NTIiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDhcL3BpY3R1cmV3XzMuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJldyIsInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAifX0sIk0xNDY1ODEzMDQyODc2Ijp7ImRhdGEiOnsiQzE0NjU4MTMwNDI4NzYiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDhcL3BpY3R1cmVfMi5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEzMDQyODc3Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ4XC9waWN0dXJlXzMuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJlIiwic3R5bGUiOnsicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAifX0sIk0xNDY1ODEzMDg4ODA0Ijp7InBhcmFtcyI6eyJyb3ciOiI0In0sImRhdGEiOnsiQzE0NjU4MTMwODg4MDQiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDhcL3BpY3R1cmV3XzQuanBnIiwibGlua3VybCI6IiJ9LCJDMTQ2NTgxMzA4ODgwNSI6eyJpbWd1cmwiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL3RlbXBsYXRlXC9kZWZhdWx0OFwvcGljdHVyZXdfNS5qcGciLCJsaW5rdXJsIjoiIn0sIkMxNDY1ODEzMDg4ODA2Ijp7ImltZ3VybCI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvdGVtcGxhdGVcL2RlZmF1bHQ4XC9waWN0dXJld182LmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NjU4MTMwODg4MDciOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC90ZW1wbGF0ZVwvZGVmYXVsdDhcL3BpY3R1cmV3XzcuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJldyIsInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAifX0sIk0xNDY1ODEzMTMxMzgwIjp7InBhcmFtcyI6eyJzaG93dGl0bGUiOiIxIiwic2hvd3ByaWNlIjoiMSIsImdvb2RzZGF0YSI6IjAiLCJjYXRlaWQiOiIiLCJjYXRlbmFtZSI6IiIsImdyb3VwaWQiOiIiLCJncm91cG5hbWUiOiIiLCJnb29kc3NvcnQiOiIwIiwiZ29vZHNudW0iOiI2Iiwic2hvd2ljb24iOiIxIiwiaWNvbnBvc2l0aW9uIjoibGVmdCB0b3AifSwic3R5bGUiOnsibGlzdHN0eWxlIjoiYmxvY2siLCJidXlzdHlsZSI6ImJ1eWJ0bi0xIiwiZ29vZHNpY29uIjoicmVjb21tYW5kIiwicHJpY2Vjb2xvciI6IiNlZDI4MjIiLCJpY29ucGFkZGluZ3RvcCI6IjAiLCJpY29ucGFkZGluZ2xlZnQiOiIwIiwiYnV5YnRuY29sb3IiOiIjZmU1NDU1IiwiaWNvbnpvb20iOiIxMDAiLCJ0aXRsZWNvbG9yIjoiIzI2MjYyNiJ9LCJkYXRhIjp7IkMxNDY1ODEzMTMxMzgwIjp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTEuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn0sIkMxNDY1ODEzMTMxMzgxIjp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTIuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn0sIkMxNDY1ODEzMTMxMzgyIjp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTMuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn0sIkMxNDY1ODEzMTMxMzgzIjp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTQuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIn19LCJpZCI6Imdvb2RzIn0sIk0xNDY1ODg4ODMxMjc4Ijp7InBhcmFtcyI6eyJjb250ZW50IjoiUEhBZ2MzUjViR1U5SW5SbGVIUXRZV3hwWjI0NklHTmxiblJsY2pzaVB1V2J2dWVKaCthZHBlYTZrT1M2anVlOWtlZTduTys4ak9lSmlPYWRnK1c5a3VXT24rUzluT2lBaGVhSmdPYWNpVHd2Y0Q0PSJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInBhZGRpbmciOiIyMCJ9LCJpZCI6InJpY2h0ZXh0In19fQ==','../addons/ewei_shopv2/plugin/diypage/static/template/default8/preview.jpg','8','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('9','0','3','会员中心01','eyJwYWdlIjp7InR5cGUiOiIzIiwidGl0bGUiOiJcdTRmMWFcdTU0NThcdTRlMmRcdTVmYzMiLCJuYW1lIjoiXHU0ZjFhXHU1NDU4XHU0ZTJkXHU1ZmMzbm9ybWFsIiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNmYWZhZmEiLCJkaXltZW51IjoiMCIsImZvbGxvd2JhciI6IjAiLCJ2aXNpdCI6IjAiLCJ2aXNpdGxldmVsIjp7Im1lbWJlciI6IiIsImNvbW1pc3Npb24iOiIifSwibm92aXNpdCI6eyJ0aXRsZSI6IiIsImxpbmsiOiIifX0sIml0ZW1zIjp7Ik0xNDc0NTI2MTM0ODE0Ijp7InBhcmFtcyI6eyJzdHlsZSI6ImRlZmF1bHQxIiwibGV2ZWxsaW5rIjoiIiwic2V0aWNvbiI6Imljb24tc2hlemhpIiwic2V0bGluayI6IiIsImxlZnRuYXYiOiJcdTUxNDVcdTUwM2MiLCJsZWZ0bmF2bGluayI6IiIsInJpZ2h0bmF2IjoiXHU1MTUxXHU2MzYyIiwicmlnaHRuYXZsaW5rIjoiIn0sInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmU1NDU1IiwidGV4dGNvbG9yIjoiI2ZmZmZmZiIsInRleHRsaWdodCI6IiNmZWYzMWYiLCJoZWFkc3R5bGUiOiIifSwiaW5mbyI6eyJhdmF0YXIiOiIiLCJuaWNrbmFtZSI6IiIsImxldmVsbmFtZSI6IiIsInRleHRtb25leSI6IiIsInRleHRjcmVkaXQiOiIiLCJtb25leSI6IiIsImNyZWRpdCI6IiJ9LCJpZCI6Im1lbWJlciJ9LCJNMTQ3NDUyNjEzODkxMCI6eyJwYXJhbXMiOnsibGlua3VybCI6IiIsInRpdGxlIjoiXHU3ZWQxXHU1YjlhXHU2MjRiXHU2NzNhXHU1M2Y3IiwidGV4dCI6Ilx1NTk4Mlx1Njc5Y1x1NjBhOFx1NzUyOFx1NjI0Ylx1NjczYVx1NTNmN1x1NmNlOFx1NTE4Y1x1OGZjN1x1NGYxYVx1NTQ1OFx1NjIxNlx1NjBhOFx1NjBmM1x1OTAxYVx1OGZjN1x1NWZhZVx1NGZlMVx1NTkxNlx1OGQyZFx1NzI2OVx1OGJmN1x1N2VkMVx1NWI5YVx1NjBhOFx1NzY4NFx1NjI0Ylx1NjczYVx1NTNmN1x1NzgwMSIsImljb25jbGFzcyI6Imljb24tc2hvdWppIn0sInN0eWxlIjp7Im1hcmdpbnRvcCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJ0aXRsZWNvbG9yIjoiI2ZmMDAxMSIsInRleHRjb2xvciI6IiM5OTk5OTkiLCJpY29uY29sb3IiOiIjOTk5OTk5In0sImlkIjoiYmluZG1vYmlsZSJ9LCJNMTQ3NDUyNjE0MzQ4NyI6eyJzdHlsZSI6eyJtYXJnaW50b3AiOiIxMCIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwiaWNvbmNvbG9yIjoiIzk5OTk5OSIsInRleHRjb2xvciI6IiMzMzMzMzMiLCJyZW1hcmtjb2xvciI6IiM4ODg4ODgifSwiZGF0YSI6eyJDMTQ3NDUyNjE0MzQ4OSI6eyJ0ZXh0IjoiXHU2MjExXHU3Njg0XHU4YmEyXHU1MzU1IiwibGlua3VybCI6IiIsImljb25jbGFzcyI6Imljb24tZGluZ2RhbjEiLCJyZW1hcmsiOiJcdTY3ZTVcdTc3MGJcdTUxNjhcdTkwZTgiLCJkb3RudW0iOiIifX0sImlkIjoibGlzdG1lbnUifSwiTTE0NzQ1MjYxODE0MzEiOnsicGFyYW1zIjp7InJvd251bSI6IjQiLCJib3JkZXIiOiIxIiwiYm9yZGVydG9wIjoiMCIsImJvcmRlcmJvdHRvbSI6IjEifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJib3JkZXJjb2xvciI6IiNlYmViZWIiLCJ0ZXh0Y29sb3IiOiIjN2E3YTdhIiwiaWNvbmNvbG9yIjoiI2FhYWFhYSIsImRvdGNvbG9yIjoiI2ZmMDAxMSJ9LCJkYXRhIjp7IkMxNDc0NTI2MTgxNDMxIjp7Imljb25jbGFzcyI6Imljb24tZGFpZnVrdWFuMSIsInRleHQiOiJcdTVmODVcdTRlZDhcdTZiM2UiLCJsaW5rdXJsIjoiIiwiZG90bnVtIjoiMCJ9LCJDMTQ3NDUyNjE4MTQzMiI6eyJpY29uY2xhc3MiOiJpY29uLWRhaWZhaHVvMSIsInRleHQiOiJcdTVmODVcdTUzZDFcdThkMjciLCJsaW5rdXJsIjoiIiwiZG90bnVtIjoiMCJ9LCJDMTQ3NDUyNjE4MTQzMyI6eyJpY29uY2xhc3MiOiJpY29uLWRhaXNob3VodW8xIiwidGV4dCI6Ilx1NWY4NVx1NjUzNlx1OGQyNyIsImxpbmt1cmwiOiIiLCJkb3RudW0iOiIwIn0sIkMxNDc0NTI2MTgxNDM0Ijp7Imljb25jbGFzcyI6Imljb24tZGFpdHVpa3VhbjIiLCJ0ZXh0IjoiXHU5MDAwXHU2MzYyXHU4ZDI3IiwibGlua3VybCI6IiIsImRvdG51bSI6IjAifX0sImlkIjoiaWNvbmdyb3VwIn0sIk0xNDc0NTI2MTk5MTAyIjp7InN0eWxlIjp7Im1hcmdpbnRvcCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpY29uY29sb3IiOiIjOTk5OTk5IiwidGV4dGNvbG9yIjoiIzMzMzMzMyIsInJlbWFya2NvbG9yIjoiIzg4ODg4OCJ9LCJkYXRhIjp7IkMxNDc0NTI2MTk5MTAyIjp7InRleHQiOiJcdTUyMDZcdTk1MDBcdTRlMmRcdTVmYzMiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1mZW54aWFvIiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn0sIkMxNDc0NTI2MTk5MTAzIjp7InRleHQiOiJcdTc5ZWZcdTUyMDZcdTdiN2VcdTUyMzAiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1xaWFuZGFvIiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn0sIkMxNDc0NTI2MTk5MTA0Ijp7InRleHQiOiJcdTc5ZWZcdTUyMDZcdTU1NDZcdTU3Y2UiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1zaGFuZ2NoZW5nMSIsInJlbWFyayI6Ilx1NjdlNVx1NzcwYiIsImRvdG51bSI6IiJ9fSwiaWQiOiJsaXN0bWVudSJ9LCJNMTQ3NDUyNjIyMjIwNiI6eyJzdHlsZSI6eyJtYXJnaW50b3AiOiIxMCIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwiaWNvbmNvbG9yIjoiIzk5OTk5OSIsInRleHRjb2xvciI6IiMzMzMzMzMiLCJyZW1hcmtjb2xvciI6IiM4ODg4ODgifSwiZGF0YSI6eyJDMTQ3NDUyNjIyMjIwNiI6eyJ0ZXh0IjoiXHU5ODg2XHU1M2Q2XHU0ZjE4XHU2MGUwXHU1MjM4IiwibGlua3VybCI6IiIsImljb25jbGFzcyI6Imljb24td29kZXlvdWh1aXF1YW4iLCJyZW1hcmsiOiJcdTY3ZTVcdTc3MGIiLCJkb3RudW0iOiIifSwiQzE0NzQ1MjYyMjIyMDciOnsidGV4dCI6Ilx1NjIxMVx1NzY4NFx1NGYxOFx1NjBlMFx1NTIzOCIsImxpbmt1cmwiOiIiLCJpY29uY2xhc3MiOiJpY29uLWxpbmdxdXlvdWh1aXF1YW4xIiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn19LCJpZCI6Imxpc3RtZW51In0sIk0xNDc0NTI2MjUzNjE0Ijp7InN0eWxlIjp7Im1hcmdpbnRvcCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpY29uY29sb3IiOiIjOTk5OTk5IiwidGV4dGNvbG9yIjoiIzMzMzMzMyIsInJlbWFya2NvbG9yIjoiIzg4ODg4OCJ9LCJkYXRhIjp7IkMxNDc0NTI2MjUzNjE0Ijp7InRleHQiOiJcdTc5ZWZcdTUyMDZcdTYzOTJcdTg4NGMiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1wYWloYW5nIiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn0sIkMxNDc0NTI2MjUzNjE1Ijp7InRleHQiOiJcdTZkODhcdThkMzlcdTYzOTJcdTg4NGMiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi14aWFvZmVpIiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn19LCJpZCI6Imxpc3RtZW51In0sIk0xNDc0NTI2MjgxNzYwIjp7InN0eWxlIjp7Im1hcmdpbnRvcCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpY29uY29sb3IiOiIjOTk5OTk5IiwidGV4dGNvbG9yIjoiIzMzMzMzMyIsInJlbWFya2NvbG9yIjoiIzg4ODg4OCJ9LCJkYXRhIjp7IkMxNDc0NTI2MjgxNzYwIjp7InRleHQiOiJcdTYyMTFcdTc2ODRcdThkMmRcdTcyNjlcdThmNjYiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1jYXJ0IiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn0sIkMxNDc0NTI2MjgxNzYxIjp7InRleHQiOiJcdTYyMTFcdTc2ODRcdTUxNzNcdTZjZTgiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1saWtlIiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn0sIkMxNDc0NTI2MjgxNzYyIjp7InRleHQiOiJcdTYyMTFcdTc2ODRcdThkYjNcdThmZjkiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1mb290cHJpbnQiLCJyZW1hcmsiOiJcdTY3ZTVcdTc3MGIiLCJkb3RudW0iOiIifX0sImlkIjoibGlzdG1lbnUifSwiTTE0NzQ1MjYzMDcyNzAiOnsic3R5bGUiOnsibWFyZ2ludG9wIjoiMTAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImljb25jb2xvciI6IiM5OTk5OTkiLCJ0ZXh0Y29sb3IiOiIjMzMzMzMzIiwicmVtYXJrY29sb3IiOiIjODg4ODg4In0sImRhdGEiOnsiQzE0NzQ1MjYzMDcyNzAiOnsidGV4dCI6Ilx1NjUzNlx1OGQyN1x1NTczMFx1NTc0MFx1N2JhMVx1NzQwNiIsImxpbmt1cmwiOiIiLCJpY29uY2xhc3MiOiJpY29uLWRpbmd3ZWkxIiwicmVtYXJrIjoiXHU2N2U1XHU3NzBiIiwiZG90bnVtIjoiIn0sIkMxNDc0NTI2MzA3MjcxIjp7InRleHQiOiJcdTVlMmVcdTUyYTlcdTRlMmRcdTVmYzMiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1iYW5nemh1MSIsInJlbWFyayI6Ilx1NjdlNVx1NzcwYiIsImRvdG51bSI6IiJ9fSwiaWQiOiJsaXN0bWVudSJ9LCJNMTUwNDE2MDU0ODA5OSI6eyJ0eXBlIjoiMyIsInBhcmFtcyI6eyJiaW5kdXJsIjoiIiwibG9nb3V0dXJsIjoiIn0sInN0eWxlIjp7InN1YmNvbG9yIjoiI2ZmZmZmZiIsIm1haW5jb2xvciI6IiNmZjU1NTUiLCJtYXJnaW50b3AiOiIxMCJ9LCJpZCI6ImxvZ291dCJ9LCJNMTQ3NDU5Nzk3MTIxOCI6eyJwYXJhbXMiOnsiY29udGVudCI6IlBIQWdjM1I1YkdVOUluUmxlSFF0WVd4cFoyNDZJR05sYm5SbGNqc2lQdWVKaU9hZGcrYUpnT2FjaVNBb1l5a2dlSGg0NVpXRzVaK09QQzl3UGc9PSJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInBhZGRpbmciOiIyMCJ9LCJpZCI6InJpY2h0ZXh0In19fQ==','../addons/ewei_shopv2/plugin/diypage/static/template/member1/preview.jpg','9','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('10','0','4','分销中心01','eyJwYWdlIjp7InR5cGUiOiI0IiwidGl0bGUiOiJcdThiZjdcdThmOTNcdTUxNjVcdTk4NzVcdTk3NjJcdTY4MDdcdTk4OTgiLCJuYW1lIjoiXHU2NzJhXHU1NDdkXHU1NDBkXHU5ODc1XHU5NzYyIiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNmYWZhZmEiLCJkaXltZW51IjoiLTEiLCJmb2xsb3diYXIiOiIwIiwidmlzaXQiOiIwIiwidmlzaXRsZXZlbCI6eyJtZW1iZXIiOiIiLCJjb21taXNzaW9uIjoiIn0sIm5vdmlzaXQiOnsidGl0bGUiOiIiLCJsaW5rIjoiIn19LCJpdGVtcyI6eyJNMTQ3NTk3NjIxMDU0NiI6eyJwYXJhbXMiOnsic3R5bGUiOiJkZWZhdWx0MSIsInNldGljb24iOiJpY29uLXNldHRpbmdzIiwic2V0bGluayI6IiIsImxlZnRuYXYiOiJcdTYzZDBcdTczYjAxIiwibGVmdG5hdmxpbmsiOiIiLCJyaWdodG5hdiI6Ilx1NjNkMFx1NzNiMDIiLCJyaWdodG5hdmxpbmsiOiIiLCJjZW50ZXJuYXYiOiJcdTYzZDBcdTczYjAiLCJjZW50ZXJuYXZsaW5rIjoiIn0sInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmU1NDU1IiwidGV4dGNvbG9yIjoiI2ZmZmZmZiIsInRleHRsaWdodCI6IiNmZWYzMWYifSwiaWQiOiJtZW1iZXJjIn0sIk0xNDc1OTc2MjEyMzA1Ijp7InBhcmFtcyI6eyJyb3dudW0iOiIzIn0sInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwidGlwY29sb3IiOiIjZmViMzEyIn0sImRhdGEiOnsiQzE0NzU5NzYyMTIzMDUiOnsiaWNvbmNsYXNzIjoiaWNvbi1tb25leSIsImljb25jb2xvciI6IiNmZWIzMTIiLCJ0ZXh0IjoiXHU1MjA2XHU5NTAwXHU0ZjYzXHU5MWQxIiwidGV4dGNvbG9yIjoiIzY2NjY2NiIsImxpbmt1cmwiOiIiLCJ0aXBudW0iOiIwLjAwIiwidGlwdGV4dCI6Ilx1NTE0MyJ9LCJDMTQ3NTk3NjIxMjMwNiI6eyJpY29uY2xhc3MiOiJpY29uLWxpc3QiLCJpY29uY29sb3IiOiIjNTBiNmZlIiwidGV4dCI6Ilx1NGY2M1x1OTFkMVx1NjYwZVx1N2VjNiIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJsaW5rdXJsIjoiIiwidGlwbnVtIjoiNTAiLCJ0aXB0ZXh0IjoiXHU3YjE0In0sIkMxNDc1OTc2MjEyMzA4Ijp7Imljb25jbGFzcyI6Imljb24tbWFuYWdlb3JkZXIiLCJpY29uY29sb3IiOiIjZmY3NDFkIiwidGV4dCI6Ilx1NjNkMFx1NzNiMFx1NjYwZVx1N2VjNiIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJsaW5rdXJsIjoiIiwidGlwbnVtIjoiMTAiLCJ0aXB0ZXh0IjoiXHU3YjE0In0sIkMxNDc1OTc2MjEyMzA5Ijp7Imljb25jbGFzcyI6Imljb24tZ3JvdXAiLCJpY29uY29sb3IiOiIjZmY3NDFkIiwidGV4dCI6Ilx1NjIxMVx1NzY4NFx1NGUwYlx1N2ViZiIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJsaW5rdXJsIjoiIiwidGlwbnVtIjoiMiIsInRpcHRleHQiOiJcdTRlYmEifSwiQzE0NzU5NzYyMTIzMTAiOnsiaWNvbmNsYXNzIjoiaWNvbi1xcmNvZGUiLCJpY29uY29sb3IiOiIjZmViMzEyIiwidGV4dCI6Ilx1NjNhOFx1NWU3Zlx1NGU4Y1x1N2VmNFx1NzgwMSIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJsaW5rdXJsIjoiIiwidGlwbnVtIjoiIiwidGlwdGV4dCI6IiJ9LCJDMTQ3NTk3NjIxMjMxMSI6eyJpY29uY2xhc3MiOiJpY29uLXNob3BmaWxsIiwiaWNvbmNvbG9yIjoiIzUwYjZmZSIsInRleHQiOiJcdTVjMGZcdTVlOTdcdThiYmVcdTdmNmUiLCJ0ZXh0Y29sb3IiOiIjNjY2NjY2IiwibGlua3VybCI6IiIsInRpcG51bSI6IiIsInRpcHRleHQiOiIifSwiQzE0NzU5NzYyMTIzMTIiOnsiaWNvbmNsYXNzIjoiaWNvbi1yYW5rIiwiaWNvbmNvbG9yIjoiI2ZmNzQxZCIsInRleHQiOiJcdTRmNjNcdTkxZDFcdTYzOTJcdTU0MGQiLCJ0ZXh0Y29sb3IiOiIjNjY2NjY2IiwibGlua3VybCI6IiIsInRpcG51bSI6IiIsInRpcHRleHQiOiIifX0sImlkIjoiYmxvY2tncm91cCJ9fX0=','../addons/ewei_shopv2/plugin/diypage/static/template/commission1/preview.jpg','10','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('11','0','5','商品详情','eyJwYWdlIjp7InR5cGUiOiI1IiwidGl0bGUiOiJcdTU1NDZcdTU0YzFcdThiZTZcdTYwYzUiLCJuYW1lIjoiXHU1NTQ2XHU1NGMxXHU4YmU2XHU2MGM1XHU5ODc1IiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNmYWZhZmEiLCJkaXltZW51IjoiLTEiLCJmb2xsb3diYXIiOiIwIiwidmlzaXQiOiIwIiwidmlzaXRsZXZlbCI6eyJtZW1iZXIiOiIiLCJjb21taXNzaW9uIjoiIn0sIm5vdmlzaXQiOnsidGl0bGUiOiIiLCJsaW5rIjoiIn19LCJpdGVtcyI6eyJNMTQ3NzUzOTc2NzU4MyI6eyJ0eXBlIjoiNSIsIm1heCI6IjEiLCJwYXJhbXMiOnsiZ29vZHN0ZXh0IjoiXHU1NTQ2XHU1NGMxIiwiZGV0YWlsdGV4dCI6Ilx1OGJlNlx1NjBjNSJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2Y3ZjdmNyIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJhY3RpdmVjb2xvciI6IiNlZjRmNGYifSwiaWQiOiJkZXRhaWxfdGFiIn0sIk0xNDc3NTM5NzY4MDkzIjp7InR5cGUiOiI1IiwibWF4IjoiMSIsInN0eWxlIjp7ImRvdHN0eWxlIjoicm91bmQiLCJkb3RhbGlnbiI6ImxlZnQiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImxlZnRyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJvcGFjaXR5IjoiMC44In0sImlkIjoiZGV0YWlsX3N3aXBlIn0sIk0xNDgwNTg2MTg5Njc1Ijp7InR5cGUiOiI1IiwibWF4IjoiMSIsInBhcmFtcyI6eyJidXlidG50ZXh0IjoiXHU1MzlmXHU0ZWY3XHU4ZDJkXHU0ZTcwIn0sInN0eWxlIjp7ImJnbGVmdCI6IiNlZjRmNGYiLCJiZ3JpZ2h0IjoiI2ZmZWYzMiIsInByaWNlY29sb3IiOiIjZmZmZmZmIiwibWFya2V0cHJpY2Vjb2xvciI6IiNmZmZmZmYiLCJ0YWdjb2xvciI6IiNmZmZmZmYiLCJzdGF0dXNjb2xvciI6IiNlZjRmNGYiLCJwcm9jZXNzdGV4dGNvbG9yIjoiI2ZmZmZmZmYiLCJwcm9jZXNzY29sb3IiOiIjZmZlZjMyIiwiYmdsZWZ0d2FpdCI6IiMwMGI5NTAiLCJiZ3JpZ2h0d2FpdCI6IiMwMGI5NTAiLCJ0aW1lY29sb3IiOiIjZmZmZmZmIiwidGltZWJnY29sb3IiOiIjNTgyZTE5IiwicHJpY2Vjb2xvcndhaXQiOiIjZmZmZmZmIiwibWFya2V0cHJpY2Vjb2xvcndhaXQiOiIjZmZmZmZmIiwidGFnY29sb3J3YWl0IjoiI2ZmZmZmZiIsInN0YXR1c2NvbG9yd2FpdCI6IiNmZmZmZmYiLCJ0aW1lY29sb3J3YWl0IjoiI2ZmZmZmZiIsInRpbWViZ2NvbG9yd2FpdCI6IiMwMDM3MTgiLCJidXlidG50ZXh0d2FpdCI6IiNmZmZmZmYiLCJidXlidG5iZ3dhaXQiOiIjMDBiOTUwIn0sImlkIjoiZGV0YWlsX3NlY2tpbGwifSwiTTE0Nzc1Mzk3Njg2OTQiOnsidHlwZSI6IjUiLCJtYXgiOiIxIiwicGFyYW1zIjp7InNoYXJlIjoiXHU1MjA2XHU0ZWFiIiwic2hhcmVfbGluayI6IiJ9LCJzdHlsZSI6eyJtYXJnaW50b3AiOiIwIiwibWFyZ2luYm90dG9tIjoiMCIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwidGl0bGVjb2xvciI6IiMzMzMzMzMiLCJzdWJ0aXRsZWNvbG9yIjoiI2VmNGY0ZiIsInByaWNlY29sb3IiOiIjZWY0ZjRmIiwidGV4dGNvbG9yIjoiI2MwYzBjMCIsInRpbWVjb2xvciI6IiNlZjRmNGYiLCJ0aW1ldGV4dGNvbG9yIjoiI2VmNGY0ZiJ9LCJpZCI6ImRldGFpbF9pbmZvIn0sIk0xNDc3NTM5NzY5MzY2Ijp7InR5cGUiOiI1IiwibWF4IjoiMSIsInN0eWxlIjp7Im1hcmdpbnRvcCI6IjAiLCJtYXJnaW5ib3R0b20iOiIwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJ0ZXh0Y29sb3IiOiIjNjY2NjY2IiwidGV4dGNvbG9yaGlnaCI6IiNlZjRmNGYifSwiZGF0YSI6eyJDMTQ3NzUzOTc2OTM2NiI6eyJuYW1lIjoiXHU0ZThjXHU2YjIxXHU4ZDJkXHU0ZTcwIiwidHlwZSI6ImVyY2kifSwiQzE0Nzc1Mzk3NjkzNjciOnsibmFtZSI6Ilx1NGYxYVx1NTQ1OFx1NGVmNyIsInR5cGUiOiJodWl5dWFuIn0sIkMxNDc3NTM5NzY5MzY4Ijp7Im5hbWUiOiJcdTRmMThcdTYwZTAiLCJ0eXBlIjoieW91aHVpIn0sIkMxNDc3NTM5NzY5MzY5Ijp7Im5hbWUiOiJcdTc5ZWZcdTUyMDYiLCJ0eXBlIjoiamlmZW4ifSwiQzE0Nzc1Mzk3NjkzNzAiOnsibmFtZSI6Ilx1NGUwZFx1OTE0ZFx1OTAwMVx1NTMzYVx1NTdkZiIsInR5cGUiOiJidXBlaXNvbmcifSwiQzE0Nzc1Mzk3NjkzNzEiOnsibmFtZSI6Ilx1NTU0Nlx1NTRjMVx1NjgwN1x1N2I3ZSIsInR5cGUiOiJiaWFvcWlhbiJ9fSwiaWQiOiJkZXRhaWxfc2FsZSJ9LCJNMTQ3NzUzOTc3MDA3OSI6eyJ0eXBlIjoiNSIsIm1heCI6IjEiLCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInRleHRjb2xvciI6IiMzMzMzMzMiLCJtYXJnaW50b3AiOiIxMCIsIm1hcmdpbmJvdHRvbSI6IjAifSwiaWQiOiJkZXRhaWxfc3BlYyJ9LCJNMTQ3NzUzOTc3MDc5MCI6eyJ0eXBlIjoiNSIsIm1heCI6IjEiLCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsIm1hcmdpbnRvcCI6IjEwIiwibWFyZ2luYm90dG9tIjoiMCIsInRleHRjb2xvciI6IiM3YzdjN2MifSwiaWQiOiJkZXRhaWxfcGFja2FnZSJ9LCJNMTQ3NzUzOTc3MTczNSI6eyJ0eXBlIjoiNSIsIm1heCI6IjEiLCJwYXJhbXMiOnsic2hvcGxvZ28iOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2Mlwvc3RhdGljXC9pbWFnZXNcL2Rlc2lnbmVyLmpwZyIsInNob3BuYW1lIjoiIiwic2hvcGRlc2MiOiIiLCJoaWRlbnVtIjoiMCIsImxlZnRuYXZ0ZXh0IjoiXHU1MTY4XHU5MGU4XHU1NTQ2XHU1NGMxIiwibGVmdG5hdmxpbmsiOiIiLCJyaWdodG5hdnRleHQiOiJcdThmZGJcdTVlOTdcdTkwMWJcdTkwMWIiLCJyaWdodG5hdmxpbmsiOiIifSwic3R5bGUiOnsibWFyZ2ludG9wIjoiMTAiLCJtYXJnaW5ib3R0b20iOiIwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJnb29kc251bWNvbG9yIjoiIzMzMzMzMyIsImdvb2RzdGV4dGNvbG9yIjoiIzdjN2M3YyIsInJpZ2h0bmF2Y29sb3IiOiIjN2M3YzdjIiwic2hvcG5hbWVjb2xvciI6IiMzMzMzMzMiLCJzaG9wZGVzY2NvbG9yIjoiIzQ0NDQ0NCJ9LCJpZCI6ImRldGFpbF9zaG9wIn0sIk0xNDc3NTM5NzcyOTU5Ijp7InR5cGUiOiI1IiwibWF4IjoiMSIsInN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwibWFyZ2ludG9wIjoiMTAiLCJtYXJnaW5ib3R0b20iOiIwIiwidGl0bGVjb2xvciI6IiMzMzMzMzMiLCJzaG9wbmFtZWNvbG9yIjoiIzMzMzMzMyIsInNob3BpbmZvY29sb3IiOiIjNjY2NjY2IiwibmF2dGVsY29sb3IiOiIjMDA4MDAwIiwibmF2bG9jYXRpb25jb2xvciI6IiNmZjk5MDAifSwiaWQiOiJkZXRhaWxfc3RvcmUifSwiTTE0Nzc1Mzk3NzM3OTkiOnsidHlwZSI6IjUiLCJtYXgiOiIxIiwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJtYXJnaW50b3AiOiIxMCIsIm1hcmdpbmJvdHRvbSI6IjAifSwiaWQiOiJkZXRhaWxfYnV5c2hvdyJ9LCJNMTQ3NzUzOTc3NDY3OSI6eyJ0eXBlIjoiNSIsIm1heCI6IjEiLCJzdHlsZSI6eyJtYXJnaW50b3AiOiIxMCIsIm1hcmdpbmJvdHRvbSI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJtYWluY29sb3IiOiIjZmQ1NDU0Iiwic3ViY29sb3IiOiIjN2M3YzdjIiwidGV4dGNvbG9yIjoiIzMzMzMzMyJ9LCJpZCI6ImRldGFpbF9jb21tZW50In0sIk0xNDc3NTM5Nzc2NjE1Ijp7InR5cGUiOiI1IiwibWF4IjoiMSIsInN0eWxlIjp7Im1hcmdpbnRvcCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJ0ZXh0Y29sb3IiOiIjMzMzMzMzIn0sImlkIjoiZGV0YWlsX3B1bGx1cCJ9LCJNMTQ3NzUzOTc3NzM5OSI6eyJ0eXBlIjoiNSIsIm1heCI6IjEiLCJwYXJhbXMiOnsiaGlkZWxpa2UiOiIwIiwiaGlkZXNob3AiOiIwIiwiaGlkZWNhcnQiOiIwIiwiaGlkZWNhcnRidG4iOiIwIiwidGV4dGJ1eSI6Ilx1N2FjYlx1NTIzYlx1OGQyZFx1NGU3MCJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInRleHRjb2xvciI6IiM5OTk5OTkiLCJpY29uY29sb3IiOiIjOTk5OTk5IiwiY2FydGNvbG9yIjoiI2ZlOTQwMiIsImJ1eWNvbG9yIjoiI2ZkNTU1NSIsImRvdGNvbG9yIjoiI2ZmMDAxMSJ9LCJpZCI6ImRldGFpbF9uYXZiYXIifX19','../addons/ewei_shopv2/plugin/diypage/static/template/detail1/preview.jpg','11','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('12','0','7','整点秒杀','eyJwYWdlIjp7InR5cGUiOiI3IiwidGl0bGUiOiJcdTY1NzRcdTcwYjlcdTc5ZDJcdTY3NDAiLCJuYW1lIjoiXHU2NTc0XHU3MGI5XHU3OWQyXHU2NzQwIiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNmYWZhZmEiLCJkaXltZW51IjoiLTEiLCJmb2xsb3diYXIiOiIwIiwidmlzaXQiOiIwIiwidmlzaXRsZXZlbCI6eyJtZW1iZXIiOiIiLCJjb21taXNzaW9uIjoiIn0sIm5vdmlzaXQiOnsidGl0bGUiOiIiLCJsaW5rIjoiIn19LCJpdGVtcyI6eyJNMTQ4MDQ5ODExNTc4MCI6eyJ0eXBlIjoiNyIsIm1heCI6IjEiLCJzdHlsZSI6eyJtYXJnaW50b3AiOiIwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJjb2xvciI6IiMzMzMzMzMiLCJiZ2NvbG9yIjoiI2ZmZmZmZiIsInNlbGVjdGVkY29sb3IiOiIjZmYzMzAwIiwic2VsZWN0ZWRiZ2NvbG9yIjoiI2ZmZmZmZiJ9LCJpZCI6InNlY2tpbGxfdGltZXMifSwiTTE0ODA0OTgxMTgwMTkiOnsidHlwZSI6IjciLCJtYXgiOiIxIiwic3R5bGUiOnsibWFyZ2ludG9wIjoiMTAiLCJtYXJnaW5ib3R0b20iOiIwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYifSwiaWQiOiJzZWNraWxsX2FkdnMifSwiTTE0ODA0OTgxMTcwNDMiOnsidHlwZSI6IjciLCJtYXgiOiIxIiwic3R5bGUiOnsibWFyZ2ludG9wIjoiMTAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImNvbG9yIjoiIzMzMzMzMyIsImJnY29sb3IiOiIjZmZmZmZmIiwic2VsZWN0ZWRjb2xvciI6IiNlZjRmNGYiLCJzZWxlY3RlZGJnY29sb3IiOiIjZmZmZmZmIn0sImlkIjoic2Vja2lsbF9yb29tcyJ9LCJNMTQ4MDQ5ODExODQ1MyI6eyJ0eXBlIjoiNyIsIm1heCI6IjEiLCJwYXJhbXMiOnsidGl0bGV0ZXh0IjoiXHU1MTQ4XHU0ZTBiXHU1MzU1XHU1MTQ4XHU1Zjk3XHU1NGU2fiIsInRpdGxlb3ZlcnRleHQiOiJcdThmZDhcdTUzZWZcdTRlZTVcdTdlZTdcdTdlZWRcdTYyYTJcdThkMmRcdTU0ZTZ+IiwidGl0bGV3YWl0dGV4dCI6Ilx1NTM3M1x1NWMwNlx1NWYwMFx1NTljYiBcdTUxNDhcdTRlMGJcdTUzNTVcdTUxNDhcdTVmOTdcdTU0ZTYiLCJidG50ZXh0IjoiXHU2MmEyXHU4ZDJkXHU0ZTJkIiwiYnRub3ZlcnRleHQiOiJcdTVkZjJcdTYyYTJcdTViOGMiLCJidG53YWl0dGV4dCI6Ilx1N2I0OVx1NWY4NVx1NjJhMlx1OGQyZCJ9LCJzdHlsZSI6eyJtYXJnaW50b3AiOiIxMCIsIm1hcmdpbmJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInRvcGJnY29sb3IiOiIjZjBmMmY1IiwidG9wY29sb3IiOiIjMzMzMzMzIiwidGltZWJnY29sb3IiOiIjNDY0NTUzIiwidGltZWNvbG9yIjoiI2ZmZmZmZiIsInRpdGxlY29sb3IiOiIjMzMzMzMzIiwicHJpY2Vjb2xvciI6IiNlZjRmNGYiLCJtYXJrZXRwcmljZWNvbG9yIjoiIzk0OTU5OCIsImJ0bmJnY29sb3IiOiIjZWY0ZjRmIiwiYnRub3ZlcmJnY29sb3IiOiIjZjdmN2Y3IiwiYnRud2FpdGJnY29sb3IiOiIjMDRiZTAyIiwiYnRuY29sb3IiOiIjZmZmZmZmIiwiYnRub3ZlcmNvbG9yIjoiIzMzMzMzMyIsImJ0bndhaXRjb2xvciI6IiNmZmZmZmYiLCJwcm9jZXNzdGV4dGNvbG9yIjoiI2QwZDFkMiIsInByb2Nlc3NiZ2NvbG9yIjoiI2ZmOGY4ZiJ9LCJpZCI6InNlY2tpbGxfbGlzdCJ9fX0=','../addons/ewei_shopv2/plugin/diypage/static/template/seckill/preview.png','12','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('13','0','6','积分商城','eyJwYWdlIjp7InR5cGUiOiI2IiwidGl0bGUiOiJcdTc5ZWZcdTUyMDZcdTU1NDZcdTU3Y2UiLCJuYW1lIjoiXHU2ZDRiXHU4YmQ1XHU3OWVmXHU1MjA2XHU1NTQ2XHU1N2NlXHU5ODc1XHU5NzYyIiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNmYWZhZmEiLCJkaXltZW51IjoiLTEiLCJmb2xsb3diYXIiOiIwIiwidmlzaXQiOiIwIiwidmlzaXRsZXZlbCI6eyJtZW1iZXIiOiIiLCJjb21taXNzaW9uIjoiIn0sIm5vdmlzaXQiOnsidGl0bGUiOiIiLCJsaW5rIjoiIn19LCJpdGVtcyI6eyJNMTQ3OTI2MTA2MTY0NSI6eyJzdHlsZSI6eyJkb3RzdHlsZSI6InJvdW5kIiwiZG90YWxpZ24iOiJjZW50ZXIiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImxlZnRyaWdodCI6IjUiLCJib3R0b20iOiI1Iiwib3BhY2l0eSI6IjAuOCJ9LCJkYXRhIjp7IkMxNDc5MjYxMDYxNjQ1Ijp7ImltZ3VybCI6Imh0dHA6XC9cL29mNm9kaGRxMS5ia3QuY2xvdWRkbi5jb21cLzA2M2E2ZWM4NGY0NWE3MGQ2Y2NhOGQ4ZjI2NWQxYjcyLmpwZyIsImxpbmt1cmwiOiIifSwiQzE0NzkyNjEwNjE2NDYiOnsiaW1ndXJsIjoiaHR0cDpcL1wvb2Y2b2RoZHExLmJrdC5jbG91ZGRuLmNvbVwvNDAxODNjMTJjYzQxYjFhZjAyNjc0MjBjNTA2NDI4OWIuanBnIiwibGlua3VybCI6IiJ9fSwiaWQiOiJiYW5uZXIifSwiTTE0NzkyNjgxMTQxNjEiOnsic3R5bGUiOnsibWFyZ2ludG9wIjoiMTAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiJ9LCJkYXRhIjp7IkMxNDc5MjY4MTE0MTYxIjp7InRleHQiOiJcdTYyMTFcdTc2ODRcdTc5ZWZcdTUyMDYiLCJpY29uY2xhc3MiOiJpY29uLWppZmVuIiwidGV4dGNvbG9yIjoiIzY2NjY2NiIsImljb25jb2xvciI6IiM2NjY2NjYiLCJsaW5rdXJsIjoiIn0sIkMxNDc5MjY4MTE0MTYyIjp7InRleHQiOiJcdTUxNTFcdTYzNjJcdThiYjBcdTVmNTUiLCJpY29uY2xhc3MiOiJpY29uLWxpc3QiLCJ0ZXh0Y29sb3IiOiIjNjY2NjY2IiwiaWNvbmNvbG9yIjoiIzY2NjY2NiIsImxpbmt1cmwiOiIifX0sImlkIjoibWVudTIifSwiTTE0NzkyOTA3OTU0MjciOnsicGFyYW1zIjp7InBsYWNlaG9sZGVyIjoiXHU4YmY3XHU4ZjkzXHU1MTY1XHU1MTczXHU5NTJlXHU1YjU3XHU4ZmRiXHU4ODRjXHU2NDFjXHU3ZDIyIiwiZ29vZHN0eXBlIjoiMSJ9LCJzdHlsZSI6eyJpbnB1dGJhY2tncm91bmQiOiIjZmZmZmZmIiwiYmFja2dyb3VuZCI6IiNmMWYxZjIiLCJpY29uY29sb3IiOiIjYjRiNGI0IiwiY29sb3IiOiIjOTk5OTk5IiwicGFkZGluZ3RvcCI6IjYiLCJwYWRkaW5nbGVmdCI6IjEwIiwidGV4dGFsaWduIjoibGVmdCIsInNlYXJjaHN0eWxlIjoiIn0sImlkIjoic2VhcmNoIn0sIk0xNDc5NTQ0NjE5NDQwIjp7InN0eWxlIjp7ImhlaWdodCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmYWZhZmEifSwiaWQiOiJibGFuayJ9LCJNMTQ3OTI2MTA3NjMzMyI6eyJzdHlsZSI6eyJuYXZzdHlsZSI6IiIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwicm93bnVtIjoiNCIsInNob3d0eXBlIjoiMCIsInNob3dkb3QiOiIxIiwicGFnZW51bSI6IjgifSwiZGF0YSI6eyJDMTQ3OTI2MTA3NjMzMyI6eyJpbWd1cmwiOiJodHRwOlwvXC9vZjZvZGhkcTEuYmt0LmNsb3VkZG4uY29tXC9mNGM0ZWZlNjEwMzJiNGE5N2VjYTAzNWM3ZTcyNTA2OC5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NzNiMFx1OTFkMVx1N2VhMlx1NTMwNSIsImNvbG9yIjoiIzY2NjY2NiJ9LCJDMTQ3OTI2MTA3NjMzNCI6eyJpbWd1cmwiOiJodHRwOlwvXC9vZjZvZGhkcTEuYmt0LmNsb3VkZG4uY29tXC83MTg2ZWI1NDE2OWExMzU1YTcwMjQxNjA1OGY1ODg2My5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1N2NiZVx1N2Y4ZVx1NWI5ZVx1NzI2OSIsImNvbG9yIjoiIzY2NjY2NiJ9LCJDMTQ3OTI2MTA3NjMzNSI6eyJpbWd1cmwiOiJodHRwOlwvXC9vZjZvZGhkcTEuYmt0LmNsb3VkZG4uY29tXC85NzFhODQxYzI1NzdlZDlhYjQyNDJlOTkxZjU5YWE1My5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NGYxOFx1NjBlMFx1NTIzOCIsImNvbG9yIjoiIzY2NjY2NiJ9LCJDMTQ3OTI2MTA3NjMzNiI6eyJpbWd1cmwiOiJodHRwOlwvXC9vZjZvZGhkcTEuYmt0LmNsb3VkZG4uY29tXC80NWE3NDYwOTRlOWM5NmY2ZTY5Njg0OWFlNmYxMDFhZS5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NGY1OVx1OTg5ZFx1NTk1Nlx1NTJiMSIsImNvbG9yIjoiIzY2NjY2NiJ9fSwiaWQiOiJtZW51In0sIk0xNDc5MjYxNDUwNzM0Ijp7InN0eWxlIjp7Im1hcmdpbnRvcCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpY29uY29sb3IiOiIjOTk5OTk5IiwidGV4dGNvbG9yIjoiIzMzMzMzMyIsInJlbWFya2NvbG9yIjoiIzg4ODg4OCJ9LCJkYXRhIjp7IkMxNDc5MjYxNDUwNzM0Ijp7InRleHQiOiJcdTdjYmVcdTdmOGVcdTViOWVcdTcyNjlcdTYyYmRcdTU5NTYiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1naWZ0cyIsInJlbWFyayI6Ilx1NjZmNFx1NTkxYSIsImRvdG51bSI6IiJ9fSwiaWQiOiJsaXN0bWVudSJ9LCJNMTQ3OTU0Mzc4MTg2NyI6eyJwYXJhbXMiOnsiZ29vZHN0eXBlIjoiMSIsInNob3d0aXRsZSI6IjEiLCJzaG93cHJpY2UiOiIxIiwic2hvd3RhZyI6IjIiLCJnb29kc2RhdGEiOiI1IiwiY2F0ZWlkIjoiIiwiY2F0ZW5hbWUiOiIiLCJncm91cGlkIjoiIiwiZ3JvdXBuYW1lIjoiIiwiZ29vZHNzb3J0IjoiMCIsImdvb2RzbnVtIjoiNiIsInNob3dpY29uIjoiMSIsImljb25wb3NpdGlvbiI6ImxlZnQgdG9wIiwicHJvZHVjdHByaWNlIjoiMSIsImdvb2Rzc2Nyb2xsIjoiMSJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImxpc3RzdHlsZSI6ImJsb2NrIiwiYnV5c3R5bGUiOiJidXlidG4tMSIsImdvb2RzaWNvbiI6InJlY29tbWFuZCIsInByaWNlY29sb3IiOiIjZWQyODIyIiwiaWNvbnBhZGRpbmd0b3AiOiIwIiwiaWNvbnBhZGRpbmdsZWZ0IjoiMCIsImJ1eWJ0bmNvbG9yIjoiI2ZlNTQ1NSIsImljb256b29tIjoiMTAwIiwidGl0bGVjb2xvciI6IiMyNjI2MjYiLCJ0YWdiYWNrZ3JvdW5kIjoiI2ZlNTQ1NSJ9LCJkYXRhIjp7IkMxNDc5NTQzNzgxODY3Ijp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTEuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIxIn0sIkMxNDc5NTQzNzgxODY4Ijp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTIuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIxIn0sIkMxNDc5NTQzNzgxODY5Ijp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTMuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIwIn0sIkMxNDc5NTQzNzgxODcwIjp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTQuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIwIn19LCJpZCI6Imdvb2RzIn0sIk0xNDc5MjYxNTk0MDc3Ijp7InN0eWxlIjp7Im1hcmdpbnRvcCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpY29uY29sb3IiOiIjOTk5OTk5IiwidGV4dGNvbG9yIjoiIzMzMzMzMyIsInJlbWFya2NvbG9yIjoiIzg4ODg4OCJ9LCJkYXRhIjp7IkMxNDc5MjYxNTk0MDc3Ijp7InRleHQiOiJcdTU1NDZcdTU3Y2VcdTRmMThcdTYwZTBcdTUyMzgiLCJsaW5rdXJsIjoiIiwiaWNvbmNsYXNzIjoiaWNvbi1naWZ0cyIsInJlbWFyayI6Ilx1NjZmNFx1NTkxYSIsImRvdG51bSI6IiJ9fSwiaWQiOiJsaXN0bWVudSJ9LCJNMTQ3OTI2MTY1NTkxOSI6eyJwYXJhbXMiOnsic2hvd3RpdGxlIjoiMSIsInNob3dwcmljZSI6IjEiLCJnb29kc2RhdGEiOiIxIiwiY2F0ZWlkIjoiOTAiLCJjYXRlbmFtZSI6Ilx1NmQ0Ylx1OGJkNVx1NTIwNlx1N2M3YjAxMCIsImdyb3VwaWQiOiIiLCJncm91cG5hbWUiOiIiLCJnb29kc3NvcnQiOiIwIiwiZ29vZHNudW0iOiI2Iiwic2hvd2ljb24iOiIxIiwiaWNvbnBvc2l0aW9uIjoibGVmdCB0b3AiLCJnb29kc3R5cGUiOiIxIiwiZ29vZHNzY3JvbGwiOiIwIn0sInN0eWxlIjp7Imxpc3RzdHlsZSI6IiIsImJ1eXN0eWxlIjoiYnV5YnRuLTEiLCJnb29kc2ljb24iOiJyZWNvbW1hbmQiLCJwcmljZWNvbG9yIjoiI2VkMjgyMiIsImljb25wYWRkaW5ndG9wIjoiMCIsImljb25wYWRkaW5nbGVmdCI6IjAiLCJidXlidG5jb2xvciI6IiNmZTU0NTUiLCJpY29uem9vbSI6IjEwMCIsInRpdGxlY29sb3IiOiIjMjYyNjI2In0sImRhdGEiOnsiQzE0NzkyNjE2NTU5MTkiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtMS5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIiLCJiYXJnYWluIjoiMCJ9LCJDMTQ3OTI2MTY1NTkyMCI6eyJ0aHVtYiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9nb29kcy0yLmpwZyIsInByaWNlIjoiMjAuMDAiLCJ0aXRsZSI6Ilx1OGZkOVx1OTFjY1x1NjYyZlx1NTU0Nlx1NTRjMVx1NjgwN1x1OTg5OCIsImdpZCI6IiIsImJhcmdhaW4iOiIwIn0sIkMxNDc5MjYxNjU1OTIxIjp7InRodW1iIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2dvb2RzLTMuanBnIiwicHJpY2UiOiIyMC4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAifSwiQzE0NzkyNjE2NTU5MjIiOnsidGh1bWIiOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvZ29vZHMtNC5qcGciLCJwcmljZSI6IjIwLjAwIiwidGl0bGUiOiJcdThmZDlcdTkxY2NcdTY2MmZcdTU1NDZcdTU0YzFcdTY4MDdcdTk4OTgiLCJnaWQiOiIiLCJiYXJnYWluIjoiMCJ9fSwiaWQiOiJnb29kcyJ9fX0=','../addons/ewei_shopv2/plugin/diypage/static/template/creditshop/preview.png','13','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('14','0','8','兑换中心','eyJwYWdlIjp7InR5cGUiOiI4IiwidGl0bGUiOiJcdTUxNTFcdTYzNjJcdTRlMmRcdTVmYzMiLCJuYW1lIjoiXHU1MTUxXHU2MzYyXHU0ZTJkXHU1ZmMzXHU2YTIxXHU2NzdmIiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNmYWZhZmEiLCJkaXltZW51IjoiLTEiLCJkaXlsYXllciI6IjAiLCJkaXlnb3RvcCI6IjAiLCJmb2xsb3diYXIiOiIwIiwidmlzaXQiOiIwIiwidmlzaXRsZXZlbCI6eyJtZW1iZXIiOiIiLCJjb21taXNzaW9uIjoiIn0sIm5vdmlzaXQiOnsidGl0bGUiOiIiLCJsaW5rIjoiIn19LCJpdGVtcyI6eyJNMTQ4MjM3Mjk0MjA3NSI6eyJtYXgiOiIxIiwidHlwZSI6IjgiLCJwYXJhbXMiOnsiZGF0YXR5cGUiOiIwIn0sInN0eWxlIjp7ImRvdHN0eWxlIjoicm91bmQiLCJkb3RhbGlnbiI6ImNlbnRlciIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwibGVmdHJpZ2h0IjoiNSIsImJvdHRvbSI6IjUiLCJvcGFjaXR5IjoiMC44In0sImRhdGEiOnsiQzE0ODIzNzI5NDIwNzUiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2Jhbm5lci0xLmpwZyIsImxpbmt1cmwiOiIifSwiQzE0ODIzNzI5NDIwNzYiOnsiaW1ndXJsIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2Jhbm5lci0yLmpwZyIsImxpbmt1cmwiOiIifX0sImlkIjoiZXhjaGFuZ2VfYmFubmVyIn0sIk0xNDgyMzcyOTQyNTE1Ijp7Im1heCI6IjEiLCJ0eXBlIjoiOCIsInBhcmFtcyI6eyJwcmV2aWV3IjoiMCIsInRpdGxlIjoiXHU1MTUxXHU2MzYyXHU3ODAxXHU1MTUxXHU2MzYyIiwicGxhY2Vob2xkZXIiOiJcdThiZjdcdThmOTNcdTUxNjVcdTUxNTFcdTYzNjJcdTc4MDEiLCJidG50ZXh0IjoiXHU3YWNiXHU1MzczXHU1MTUxXHU2MzYyIiwiYmFja2J0biI6Ilx1OGZkNFx1NTZkZVx1OTFjZFx1NjViMFx1OGY5M1x1NTE2NVx1NTE1MVx1NjM2Mlx1NzgwMSIsImV4YnRudGV4dCI6Ilx1NTE1MVx1NjM2MiIsImV4YnRuMnRleHQiOiJcdTVkZjJcdTUxNTFcdTYzNjIiLCJjcmVkaXRpY29uIjoiLi5cL2FkZG9uc1wvZXdlaV9zaG9wdjJcL3BsdWdpblwvZGl5cGFnZVwvc3RhdGljXC9pbWFnZXNcL2RlZmF1bHRcL2ljb25fY3JlZGl0LnBuZyIsIm1vbmV5aWNvbiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9pY29uX21vbmV5LnBuZyIsImNvdXBvbmljb24iOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvaWNvbl9jb3Vwb24ucG5nIiwicmVkYmFnaWNvbiI6Ii4uXC9hZGRvbnNcL2V3ZWlfc2hvcHYyXC9wbHVnaW5cL2RpeXBhZ2VcL3N0YXRpY1wvaW1hZ2VzXC9kZWZhdWx0XC9pY29uX3JlZGJhZy5wbmciLCJnb29kc2ljb24iOiIuLlwvYWRkb25zXC9ld2VpX3Nob3B2MlwvcGx1Z2luXC9kaXlwYWdlXC9zdGF0aWNcL2ltYWdlc1wvZGVmYXVsdFwvaWNvbl9nb29kcy5wbmcifSwic3R5bGUiOnsidGl0bGVjb2xvciI6IiM0NDQ0NDQiLCJidG5jb2xvciI6IiNmZmZmZmYiLCJidG5iYWNrZ3JvdW5kIjoiI2VkNTU2NSIsImlucHV0Y29sb3IiOiIjNjY2NjY2IiwiaW5wdXRiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImlucHV0Ym9yZGVyIjoiI2VmZWZlZiIsImNvZGVjb2xvciI6IiM0NDQ0NDQiLCJudW1jb2xvciI6IiM5OTk5OTkiLCJleGJ0bmNvbG9yIjoiI2ZmZmZmZiIsImV4YnRuYmFja2dyb3VuZCI6IiNlZDU1NjUiLCJleGJ0bjJjb2xvciI6IiNmZmZmZmYiLCJleGJ0bjJiYWNrZ3JvdW5kIjoiI2NjY2NjYyIsImJhY2tidG5jb2xvciI6IiM0NDQ0NDQiLCJiYWNrYnRuYm9yZGVyIjoiI2U3ZWFlYyIsImJhY2tidG5iYWNrZ3JvdW5kIjoiI2Y3ZjdmNyIsImdvb2RzdGl0bGUiOiIjNDQ0NDQ0IiwiZ29vZHNwcmljZSI6IiNhYWFhYWEifSwiaWQiOiJleGNoYW5nZV9pbnB1dCJ9LCJNMTQ4MjM3Mjk0MzE3MyI6eyJtYXgiOiIxIiwidHlwZSI6IjgiLCJwYXJhbXMiOnsicnVsZXRpdGxlIjoiXHU1MTUxXHU2MzYyXHU4OWM0XHU1MjE5In0sInN0eWxlIjp7InJ1bGV0aXRsZWNvbG9yIjoiIzU1NTU1NSJ9LCJpZCI6ImV4Y2hhbmdlX3J1bGUifX19','../addons/ewei_shopv2/plugin/diypage/static/template/exchange/preview.png','14','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('15','0','4','新分销中心','eyJwYWdlIjp7InR5cGUiOiI0IiwidGl0bGUiOiJcdTUyMDZcdTk1MDBcdTRlMmRcdTVmYzMiLCJuYW1lIjoiXHU1MjA2XHU5NTAwXHU0ZTJkXHU1ZmMzIiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNmM2YzZjMiLCJkaXltZW51IjoiLTEiLCJmb2xsb3diYXIiOiIwIiwidmlzaXQiOiIwIiwidmlzaXRsZXZlbCI6eyJtZW1iZXIiOiIiLCJjb21taXNzaW9uIjoiIn0sIm5vdmlzaXQiOnsidGl0bGUiOiIiLCJsaW5rIjoiIn19LCJpdGVtcyI6eyJNMTQ3NTk3NjIxMDU0NiI6eyJwYXJhbXMiOnsic3R5bGUiOiJkZWZhdWx0MyIsInNldGljb24iOiJpY29uLXNldHRpbmdzIiwic2V0bGluayI6Ii5cL2luZGV4LnBocD9pPTEyJmM9ZW50cnkmbT1ld2VpX3Nob3B2MiZkbz1tb2JpbGUmcj1nb29kcyZpc3RpbWU9MSIsImxlZnRuYXYiOiJcdTYzZDBcdTczYjAxIiwibGVmdG5hdmxpbmsiOiIiLCJyaWdodG5hdiI6Ilx1NjNkMFx1NzNiMDIiLCJyaWdodG5hdmxpbmsiOiIiLCJjZW50ZXJuYXYiOiJcdTYzZDBcdTczYjAiLCJjZW50ZXJuYXZsaW5rIjoiIiwiaGlkZXVwIjoiMCJ9LCJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZlYTIzZCIsInRleHRjb2xvciI6IiNmZmZmZmYiLCJ0ZXh0bGlnaHQiOiIjZmZmZmZmIn0sImlkIjoibWVtYmVyYyJ9LCJNMTUyNjYyMTY5MzUxNyI6eyJzdHlsZSI6eyJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsInRleHRjb2xvciI6IiMwMDAwMDAiLCJpY29uY29sb3IiOiIjZmY4MDAwIn0sInBhcmFtcyI6eyJpY29uY2xhc3MiOiJpY29uLWxpbmsifSwidHlwZSI6IjQiLCJpZCI6ImNvbW1pc3Npb25fc2hhcmVjb2RlIn0sIk0xNTI2ODcwNDk3MjQwIjp7InN0eWxlIjp7ImJhY2tncm91bmQiOiIjZmZmZmZmIiwicHJpY2Vjb2xvciI6IiNmZjgwMDAiLCJ0ZXh0Y29sb3IiOiIjMDAwMDAwIiwiYnRuY29sb3IiOiIjZmY4MDAwIn0sInR5cGUiOiI0IiwibWF4IjoiMSIsImlkIjoiY29tbWlzc2lvbl9ibG9jayJ9LCJNMTUyNjYxNTc2ODY3MiI6eyJzdHlsZSI6eyJoZWlnaHQiOiIxMCIsImJhY2tncm91bmQiOiIjZjNmM2YzIn0sImlkIjoiYmxhbmsifSwiTTE0NzU5NzYyMTIzMDUiOnsicGFyYW1zIjp7InJvd251bSI6IjIiLCJuZXdzdHlsZSI6IjEifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJ0aXBjb2xvciI6IiNmZWIzMTIifSwiZGF0YSI6eyJDMTQ3NTk3NjIxMjMwNSI6eyJpY29uY2xhc3MiOiJpY29uLXFpYW4iLCJpY29uY29sb3IiOiIjZmViMzEyIiwidGV4dCI6Ilx1NTIwNlx1OTUwMFx1NGY2M1x1OTFkMSIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJ0aXBudW0iOiIwLjAwIiwidGlwdGV4dCI6Ilx1NTE0MyJ9LCJDMTQ3NTk3NjIxMjMwNiI6eyJpY29uY2xhc3MiOiJpY29uLWRpbmdkYW4yIiwiaWNvbmNvbG9yIjoiIzUwYjZmZSIsInRleHQiOiJcdTRmNjNcdTkxZDFcdTY2MGVcdTdlYzYiLCJ0ZXh0Y29sb3IiOiIjNjY2NjY2IiwibGlua3VybCI6IiIsInRpcG51bSI6IjUwIiwidGlwdGV4dCI6Ilx1N2IxNCJ9LCJDMTQ3NTk3NjIxMjMwOCI6eyJpY29uY2xhc3MiOiJpY29uLXRpeGlhbjEiLCJpY29uY29sb3IiOiIjZmY3NDFkIiwidGV4dCI6Ilx1NjNkMFx1NzNiMFx1NjYwZVx1N2VjNiIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJsaW5rdXJsIjoiIiwidGlwbnVtIjoiMTAiLCJ0aXB0ZXh0IjoiXHU3YjE0In0sIkMxNDc1OTc2MjEyMzA5Ijp7Imljb25jbGFzcyI6Imljb24taGVpbG9uZ2ppYW5ndHViaWFvMTEiLCJpY29uY29sb3IiOiIjZmY3NDFkIiwidGV4dCI6Ilx1NjIxMVx1NzY4NFx1NGUwYlx1N2ViZiIsInRleHRjb2xvciI6IiM2NjY2NjYiLCJsaW5rdXJsIjoiIiwidGlwbnVtIjoiMiIsInRpcHRleHQiOiJcdTRlYmEifX0sImlkIjoiYmxvY2tncm91cCJ9LCJNMTUyNjYxNDU1MzE1MSI6eyJzdHlsZSI6eyJtYXJnaW50b3AiOiIxMCIsImJhY2tncm91bmQiOiIjZmZmZmZmIiwiaWNvbmNvbG9yIjoiI2ZmODAwMCIsInRleHRjb2xvciI6IiMwMDAwMDAiLCJyZW1hcmtjb2xvciI6IiM4ODg4ODgifSwiZGF0YSI6eyJDMTUyNjYxNDU1MzE1MiI6eyJ0ZXh0IjoiXHU2M2E4XHU1ZTdmXHU0ZThjXHU3ZWY0XHU3ODAxIiwibGlua3VybCI6IiIsImljb25jbGFzcyI6Imljb24tZXJ3ZWltYTEiLCJyZW1hcmsiOiIiLCJkb3RudW0iOiIifX0sImlkIjoibGlzdG1lbnUifSwiTTE1MjY2MTQ1NzUyMTIiOnsic3R5bGUiOnsibWFyZ2ludG9wIjoiMTAiLCJiYWNrZ3JvdW5kIjoiI2ZmZmZmZiIsImljb25jb2xvciI6IiNmZjgwMDAiLCJ0ZXh0Y29sb3IiOiIjMDAwMDAwIiwicmVtYXJrY29sb3IiOiIjODg4ODg4In0sImRhdGEiOnsiQzE1MjY2MTQ1NzUyMTIiOnsidGV4dCI6Ilx1NWMwZlx1NWU5N1x1OGJiZVx1N2Y2ZSIsImxpbmt1cmwiOiIiLCJpY29uY2xhc3MiOiJpY29uLXNob3AiLCJyZW1hcmsiOiIiLCJkb3RudW0iOiIifX0sImlkIjoibGlzdG1lbnUifX19','../addons/ewei_shopv2/plugin/diypage/static/template/commission/preview.png','15','0','0','0');
|
||
INSERT INTO ims_ewei_shop_diypage_template VALUES
|
||
('16','0','2','春节年货','eyJwYWdlIjp7InR5cGUiOiIyIiwidGl0bGUiOiJcdTVlNzRcdThkMjdcdTU5MjdcdTYyYTJcdThkMmQiLCJuYW1lIjoiXHU2NjI1XHU4MjgyXHU0ZTNiXHU5ODk4IiwiZGVzYyI6IiIsImljb24iOiIiLCJrZXl3b3JkIjoiIiwiYmFja2dyb3VuZCI6IiNiNDJlMmEiLCJkaXltZW51IjoiLTEiLCJkaXlsYXllciI6IjAiLCJkaXlnb3RvcCI6IjAiLCJmb2xsb3diYXIiOiIwIiwidmlzaXQiOiIwIiwidmlzaXRsZXZlbCI6eyJtZW1iZXIiOiIiLCJjb21taXNzaW9uIjoiIn0sIm5vdmlzaXQiOnsidGl0bGUiOiIiLCJsaW5rIjoiIn19LCJpdGVtcyI6eyJNMTYxMTcyODc5NDczNyI6eyJzdHlsZSI6eyJkb3RzdHlsZSI6InJvdW5kIiwiZG90YWxpZ24iOiJsZWZ0IiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJsZWZ0cmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsIm9wYWNpdHkiOiIwLjgifSwiZGF0YSI6eyJDMTYxMTcyODc5NDczNyI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL05ld1llYXIvYjY4YjRiYTUwZjAxMDE5Y2FmYzcxMGQyZGRlMTUzOGUucG5nIiwibGlua3VybCI6IiJ9fSwiaWQiOiJiYW5uZXIifSwiTTE2MTE3Mjg5MjEyODkiOnsicGFyYW1zIjp7ImJnaW1nIjoiLi4vYWRkb25zL2V3ZWlfc2hvcHYyL3BsdWdpbi9kaXlwYWdlL3N0YXRpYy90ZW1wbGF0ZS9OZXdZZWFyLzA4MjEzZDZjZDliYmI3NmY5NGQ4MjI3YmUwMzAxZmM3LnBuZyJ9LCJzdHlsZSI6eyJwYWRkaW5ndG9wIjoiMTAiLCJwYWRkaW5nbGVmdCI6IjEwIiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJsZWZ0cmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsIm9wYWNpdHkiOiIwLjgifSwiaWQiOiJob3RhcmVhIn0sIk0xNjExNzI5MDUzMzQ2Ijp7InN0eWxlIjp7Im5hdnN0eWxlIjoiIiwiYmFja2dyb3VuZCI6IiNiNDJlMmEiLCJyb3dudW0iOiI1Iiwic2hvd3R5cGUiOiIwIiwicGFnZW51bSI6IjgiLCJzaG93ZG90IjoiMSIsImJnZCI6IjAifSwiZGF0YSI6eyJDMTYxMTcyOTA1MzM0NiI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvMS5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1N2Y4ZVx1NTk4Nlx1NjJhNFx1ODBhNCIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJDMTYxMTcyOTA1MzM0NyI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvMi5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NmJjZFx1NWE3NFx1NzUyOFx1NTRjMSIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJDMTYxMTcyOTA1MzM0OCI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvMy5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1OGY3Ylx1NTk2Mlx1N2JiMVx1NTMwNSIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJDMTYxMTcyOTA1MzM0OSI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvNC5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NGUyYVx1NGViYVx1NjJhNFx1NzQwNiIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJNMTYxMTcyOTE0MTU1MiI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvNS5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NTI5ZVx1NTE2Y1x1NzUyOFx1NTRjMSIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJNMTYxMTcyOTE3MTM5NCI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvNi5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NWJhMFx1NzI2OVx1NzUyOFx1NTRjMSIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJNMTYxMTcyOTIwNjc5NSI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvNy5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NjI0Ylx1NjczYVx1NjU3MFx1NzgwMSIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJNMTYxMTcyOTIxMDkxNiI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvOC5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1NWJiNlx1NWM0NVx1NWJiNlx1N2ViYSIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJNMTYxMTcyOTIxODMwMSI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvOS5wbmciLCJsaW5rdXJsIjoiIiwidGV4dCI6Ilx1OGZkYlx1NTNlM1x1NGUxM1x1NTMzYSIsImNvbG9yIjoiI2ZmZmZmZiJ9LCJNMTYxMTcyOTIyNTYzMyI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvMTAucG5nIiwibGlua3VybCI6IiIsInRleHQiOiJcdTc1MWZcdTZkM2JcdTc1MzVcdTU2NjgiLCJjb2xvciI6IiNmZmZmZmYifX0sImlkIjoibWVudSJ9LCJNMTYxMTcyOTM0NzE2OCI6eyJzdHlsZSI6eyJkb3RzdHlsZSI6InJvdW5kIiwiZG90YWxpZ24iOiJsZWZ0IiwiYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJsZWZ0cmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsIm9wYWNpdHkiOiIwLjgifSwiZGF0YSI6eyJDMTYxMTcyOTM0NzE2OSI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL05ld1llYXIvMTEucG5nIiwibGlua3VybCI6IiJ9fSwiaWQiOiJiYW5uZXIifSwiTTE2MTE3MjkzNzA0MTEiOnsic3R5bGUiOnsicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAiLCJiZ2QiOiIwIiwiYmFja2dyb3VuZCI6IiNiNDJlMmEifSwiZGF0YSI6eyJDMTYxMTcyOTM3MDQxMSI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL05ld1llYXIvMTIucG5nIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJlIn0sIk0xNjExNzI5NDM0MDY1Ijp7InBhcmFtcyI6eyJnb29kc3R5cGUiOiIwIiwic2hvd3RpdGxlIjoiMSIsInNob3dwcmljZSI6IjEiLCJzaG93dGFnIjoiMCIsImdvb2RzZGF0YSI6IjAiLCJjYXRlaWQiOiIiLCJjYXRlbmFtZSI6IiIsImdyb3VwaWQiOiIiLCJncm91cG5hbWUiOiIiLCJnb29kc3NvcnQiOiIwIiwiZ29vZHNudW0iOiI2Iiwic2hvd2ljb24iOiIxIiwiaWNvbnBvc2l0aW9uIjoibGVmdCB0b3AiLCJwcm9kdWN0cHJpY2UiOiIxIiwic2hvd3Byb2R1Y3RwcmljZSI6IjAiLCJzaG93c2FsZXMiOiIwIiwicHJvZHVjdHByaWNldGV4dCI6Ilx1NTM5Zlx1NGVmNyIsInNhbGVzdGV4dCI6Ilx1OTUwMFx1OTFjZiIsInByb2R1Y3RwcmljZWxpbmUiOiIwIiwic2FsZW91dCI6IjEiLCJwYWdldHlwZSI6IjIiLCJzZWVjb21taXNzaW9uIjoiMCIsImNhbnNlZSI6IjAiLCJzZWV0aXRsZSI6IiIsImJnZCI6IjAifSwic3R5bGUiOnsiYmFja2dyb3VuZCI6IiNiNDJlMmEiLCJsaXN0c3R5bGUiOiJibG9jayIsImJ1eXN0eWxlIjoiYnV5YnRuLTEiLCJnb29kc2ljb24iOiJyZWNvbW1hbmQiLCJpY29uc3R5bGUiOiJ0cmlhbmdsZSIsInByaWNlY29sb3IiOiIjZmY1NTU1IiwicHJvZHVjdHByaWNlY29sb3IiOiIjOTk5OTk5IiwiaWNvbnBhZGRpbmd0b3AiOiIwIiwiaWNvbnBhZGRpbmdsZWZ0IjoiMCIsImJ1eWJ0bmNvbG9yIjoiI2ZmNTU1NSIsImljb256b29tIjoiMTAwIiwidGl0bGVjb2xvciI6IiMwMDAwMDAiLCJ0YWdiYWNrZ3JvdW5kIjoiI2ZlNTQ1NSIsInNhbGVzY29sb3IiOiIjOTk5OTk5Iiwic2FsZW91dHN0eWxlIjoiMiJ9LCJkYXRhIjp7IkMxNjExNzI5NDM0MDY1Ijp7InRodW1iIjoiLi4vYWRkb25zL2V3ZWlfc2hvcHYyL3BsdWdpbi9kaXlwYWdlL3N0YXRpYy90ZW1wbGF0ZS9uZXd5ZWFyLzEzLnBuZyIsInByaWNlIjoiMjAuMDAiLCJwcm9kdWN0cHJpY2UiOiI5OS4wMCIsInRpdGxlIjoiXHU3OTY1XHU3OWJlXHU5OTdkXHU5OTdkXHU5NGZhXHUwMGQ3XHU2ZTA1XHU1MzRlXHU1MzVhXHU3MjY5XHU5OTg2XHU1OTdkXHU1ZjY5XHU1OTM0XHU3Y2Q1XHU3MGI5XHU2NjI1XHU4MjgyXHU1ZTc0XHU4ZDI3XHU3OTNjXHU3NmQyXHU1NmUyXHU4ZDJkXHU5MDAxXHU3OTNjXHU1NGMxXHU4ZDcwXHU0ZWIyXHU2MjFhIiwidGFnYmFja2dyb3VuZCI6IiNmZTU0NTUiLCJzYWxlcyI6IjAiLCJnaWQiOiIiLCJiYXJnYWluIjoiMCIsImNyZWRpdCI6IjAiLCJjdHlwZSI6IjEifSwiQzE2MTE3Mjk0MzQwNjYiOnsidGh1bWIiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL25ld3llYXIvMTQucG5nIiwicHJpY2UiOiIyMC4wMCIsInByb2R1Y3RwcmljZSI6Ijk5LjAwIiwidGl0bGUiOiJcdTVlNzRcdThkMjdcdTc5M2NcdTc2ZDJcdTg4YzVcdTViOWFcdTUyMzZcdTZiY2ZcdTY1ZTVcdTU3NWFcdTY3OWNcdTk2ZjZcdTk4ZGZcdTU5MjdcdTc5M2NcdTUzMDVcdThmYzdcdTY1YjBcdTVlNzRcdTkwMDFcdTc5M2NcdTdmNmVcdTUyOWVcdTY2MjVcdTgyODJcdTc5M2NcdTU0YzFcdThkNzBcdTRlYjJcdTYyMWEiLCJ0YWdiYWNrZ3JvdW5kIjoiI2ZlNTQ1NSIsInNhbGVzIjoiMCIsImdpZCI6IiIsImJhcmdhaW4iOiIwIiwiY3JlZGl0IjoiMCIsImN0eXBlIjoiMSJ9LCJDMTYxMTcyOTQzNDA2NyI6eyJ0aHVtYiI6Ii4uL2FkZG9ucy9ld2VpX3Nob3B2Mi9wbHVnaW4vZGl5cGFnZS9zdGF0aWMvdGVtcGxhdGUvbmV3eWVhci8xNS5wbmciLCJwcmljZSI6IjIwLjAwIiwicHJvZHVjdHByaWNlIjoiOTkuMDAiLCJzYWxlcyI6IjAiLCJ0aXRsZSI6Ilx1NTMxN1x1NGVhY1x1N2EzYlx1OTk5OVx1Njc1MVx1OGZjN1x1NWU3NFx1NWU3NFx1OGQyN1x1NTkyN1x1NzkzY1x1NTMwNVx1NjYyNVx1ODI4Mlx1NzkzY1x1NTRjMVx1OTAwMVx1NzkzY1x1OWFkOFx1Njg2M1x1NzI3OVx1NGVhN1x1N2NkNVx1NzBiOVx1NzkzY1x1NzZkMlx1ODhjNVx1OGQ3MFx1NGViMlx1NjIxYSIsInRhZ2JhY2tncm91bmQiOiIjZmU1NDU1IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIwIn0sIkMxNjExNzI5NDM0MDY4Ijp7InRodW1iIjoiLi4vYWRkb25zL2V3ZWlfc2hvcHYyL3BsdWdpbi9kaXlwYWdlL3N0YXRpYy90ZW1wbGF0ZS9uZXd5ZWFyLzE2LnBuZyIsInByaWNlIjoiMjAuMDAiLCJwcm9kdWN0cHJpY2UiOiI5OS4wMCIsInNhbGVzIjoiMCIsInRpdGxlIjoiXHU0ZTA5XHU1NDczXHU5MTY1XHU1YzRiXHU1ZTc0XHU4ZDI3XHU1OTI3XHU3OTNjXHU1MzA1XHU1YzBmXHU5NmY2XHU5OGRmXHU4ZDcwXHU0ZWIyXHU2MjFhXHU3OTNjXHU1NGMxXHU5MDAxXHU3OTNjXHU3NmQyXHU2NjI1XHU4MjgyXHU3ZjhlXHU5OGRmXHU3Mjc5XHU0ZWE3XHU2NTc0XHU3YmIxXHU3Y2Q1XHU3MGI5IiwidGFnYmFja2dyb3VuZCI6IiNmZTU0NTUiLCJnaWQiOiIiLCJiYXJnYWluIjoiMCIsImNyZWRpdCI6IjAiLCJjdHlwZSI6IjAifX0sImlkIjoiZ29vZHMifSwiTTE2MTE3MzE1MDcxNzYiOnsic3R5bGUiOnsicGFkZGluZ3RvcCI6IjAiLCJwYWRkaW5nbGVmdCI6IjAiLCJiZ2QiOiIwIiwiYmFja2dyb3VuZCI6IiNiNDJlMmEifSwiZGF0YSI6eyJDMTYxMTczMTUwNzE3NyI6eyJpbWd1cmwiOiIuLi9hZGRvbnMvZXdlaV9zaG9wdjIvcGx1Z2luL2RpeXBhZ2Uvc3RhdGljL3RlbXBsYXRlL05ld1llYXIvYjg3OGM1OWRmMjUyNzMyMGRiNTMzZWI4YWJhNzMxMjkucG5nIiwibGlua3VybCI6IiJ9fSwiaWQiOiJwaWN0dXJlIn0sIk0xNjExNzMxNjQ0NzQwIjp7InBhcmFtcyI6eyJnb29kc3R5cGUiOiIwIiwic2hvd3RpdGxlIjoiMCIsInNob3dwcmljZSI6IjAiLCJzaG93dGFnIjoiMCIsImdvb2RzZGF0YSI6IjAiLCJjYXRlaWQiOiIiLCJjYXRlbmFtZSI6IiIsImdyb3VwaWQiOiIiLCJncm91cG5hbWUiOiIiLCJnb29kc3NvcnQiOiIwIiwiZ29vZHNudW0iOiI2Iiwic2hvd2ljb24iOiIwIiwiaWNvbnBvc2l0aW9uIjoibGVmdCB0b3AiLCJwcm9kdWN0cHJpY2UiOiIxIiwic2hvd3Byb2R1Y3RwcmljZSI6IjAiLCJzaG93c2FsZXMiOiIwIiwicHJvZHVjdHByaWNldGV4dCI6Ilx1NTM5Zlx1NGVmNyIsInNhbGVzdGV4dCI6Ilx1OTUwMFx1OTFjZiIsInByb2R1Y3RwcmljZWxpbmUiOiIwIiwic2FsZW91dCI6Ii0xIiwicGFnZXR5cGUiOiIyIiwic2VlY29tbWlzc2lvbiI6IjAiLCJjYW5zZWUiOiIwIiwic2VldGl0bGUiOiIiLCJiZ2QiOiIwIn0sInN0eWxlIjp7ImJhY2tncm91bmQiOiIjYjQyZTJhIiwibGlzdHN0eWxlIjoiYmxvY2siLCJidXlzdHlsZSI6ImJ1eWJ0bi0xIiwiZ29vZHNpY29uIjoicmVjb21tYW5kIiwiaWNvbnN0eWxlIjoidHJpYW5nbGUiLCJwcmljZWNvbG9yIjoiI2ZmNTU1NSIsInByb2R1Y3RwcmljZWNvbG9yIjoiIzk5OTk5OSIsImljb25wYWRkaW5ndG9wIjoiMCIsImljb25wYWRkaW5nbGVmdCI6IjAiLCJidXlidG5jb2xvciI6IiNmZjU1NTUiLCJpY29uem9vbSI6IjEwMCIsInRpdGxlY29sb3IiOiIjMDAwMDAwIiwidGFnYmFja2dyb3VuZCI6IiNmZTU0NTUiLCJzYWxlc2NvbG9yIjoiIzk5OTk5OSJ9LCJkYXRhIjp7IkMxNjExNzMxNjQ0NzQwIjp7InRodW1iIjoiLi4vYWRkb25zL2V3ZWlfc2hvcHYyL3BsdWdpbi9kaXlwYWdlL3N0YXRpYy90ZW1wbGF0ZS9uZXd5ZWFyLzE1LnBuZyIsInByaWNlIjoiMjAuMDAiLCJwcm9kdWN0cHJpY2UiOiI5OS4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4Iiwic2FsZXMiOiIwIiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIxIn0sIkMxNjExNzMxNjQ0NzQxIjp7InRodW1iIjoiLi4vYWRkb25zL2V3ZWlfc2hvcHYyL3BsdWdpbi9kaXlwYWdlL3N0YXRpYy90ZW1wbGF0ZS9uZXd5ZWFyLzE2LnBuZyIsInByaWNlIjoiMjAuMDAiLCJwcm9kdWN0cHJpY2UiOiI5OS4wMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4Iiwic2FsZXMiOiIwIiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIxIn0sIkMxNjExNzMxNjQ0NzQyIjp7InRodW1iIjoiLi4vYWRkb25zL2V3ZWlfc2hvcHYyL3BsdWdpbi9kaXlwYWdlL3N0YXRpYy90ZW1wbGF0ZS9uZXd5ZWFyLzEzLnBuZyIsInByaWNlIjoiMjAuMDAiLCJwcm9kdWN0cHJpY2UiOiI5OS4wMCIsInNhbGVzIjoiMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIwIn0sIkMxNjExNzMxNjQ0NzQzIjp7InRodW1iIjoiLi4vYWRkb25zL2V3ZWlfc2hvcHYyL3BsdWdpbi9kaXlwYWdlL3N0YXRpYy90ZW1wbGF0ZS9uZXd5ZWFyLzE0LnBuZyIsInByaWNlIjoiMjAuMDAiLCJwcm9kdWN0cHJpY2UiOiI5OS4wMCIsInNhbGVzIjoiMCIsInRpdGxlIjoiXHU4ZmQ5XHU5MWNjXHU2NjJmXHU1NTQ2XHU1NGMxXHU2ODA3XHU5ODk4IiwiZ2lkIjoiIiwiYmFyZ2FpbiI6IjAiLCJjcmVkaXQiOiIwIiwiY3R5cGUiOiIwIn19LCJpZCI6Imdvb2RzIn19fQ==','../addons/ewei_shopv2/plugin/diypage/static/template/newyear/preview.png','17','0','0','0');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('1','顺丰','shunfeng','SF','a:2:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:33:\"(宽100mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}i:1;a:4:{s:5:\"style\";s:9:\"三联210\";s:4:\"spec\";s:38:\"(宽100mm 高210mm 切点90/60/60)\";s:4:\"size\";s:3:\"210\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('2','百世快递','huitongkuaidi','HTKY','a:2:{i:0;a:4:{s:5:\"style\";s:9:\"二联183\";s:4:\"spec\";s:37:\"(宽100mm 高183mm 切点87/5/91)\";s:4:\"size\";s:3:\"183\";s:9:\"isdefault\";i:1;}i:1;a:4:{s:5:\"style\";s:6:\"一联\";s:4:\"spec\";s:30:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"130\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('3','韵达','yunda','YD','a:3:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:0;}i:1;a:4:{s:5:\"style\";s:9:\"二联203\";s:4:\"spec\";s:36:\"(宽100mm 高203mm 切点152/51)\";s:4:\"size\";s:3:\"203\";s:9:\"isdefault\";i:1;}i:2;a:4:{s:5:\"style\";s:9:\"一联130\";s:4:\"spec\";s:35:\"(宽76mm 高130mm 切点152/51)\";s:4:\"size\";s:3:\"130\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('4','申通','shentong','STO','a:3:{i:0;a:4:{s:5:\"style\";s:9:\"一联130\";s:4:\"spec\";s:18:\"(宽100mm高130mm)\";s:4:\"size\";s:3:\"130\";s:9:\"isdefault\";i:0;}i:1;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:30:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}i:2;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:31:\"(宽100mm 高150mm 切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('5','圆通','yuantong','YTO','a:2:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:5:\"18001\";s:9:\"isdefault\";i:0;}i:1;a:4:{s:5:\"style\";s:9:\"一联130\";s:4:\"spec\";s:17:\"(宽76mm高130mm)\";s:4:\"size\";s:3:\"130\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('6','EMS','ems','EMS','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:33:\"(宽100mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('7','中通','zhongtong','ZTO','a:1:{i:0;a:4:{s:5:\"style\";s:8:\"单联76\";s:4:\"spec\";s:17:\"(宽76mm高130mm)\";s:4:\"size\";s:2:\"76\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('8','德邦','debangwuliu','DBL','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联177\";s:4:\"spec\";s:34:\"(宽100mm高177mm切点107/70)\";s:4:\"size\";s:3:\"177\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('9','优速','youshuwuliu','UC','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('10','宅急送','zhaijisong','ZJS','a:2:{i:0;a:4:{s:5:\"style\";s:9:\"二联120\";s:4:\"spec\";s:33:\"(宽100mm高116mm切点98/18)\";s:4:\"size\";s:3:\"120\";s:9:\"isdefault\";i:1;}i:1;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('11','京东','jd','JD','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联110\";s:4:\"spec\";s:33:\"(宽100mm高110mm切点60/50)\";s:4:\"size\";s:3:\"110\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('12','信丰','xinfengwuliu','XFEX','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:33:\"(宽100mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('13','全峰','quanfengkuaidi','QFKD','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('14','跨越速运','kuayue','KYSY','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联137\";s:4:\"spec\";s:34:\"(宽100mm高137mm切点101/36)\";s:4:\"size\";s:3:\"137\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('15','安能','annengwuliu','ANE','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"三联180\";s:4:\"spec\";s:37:\"(宽100mm高180mm切点110/30/40)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('16','快捷','kuaijiesudi','FAST','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('17','国通','guotongkuaidi','GTO','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('18','天天','tiantian','HHTT','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('19','中铁快运','zhongtiekuaiyun','ZTKY','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:33:\"(宽100mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('20','邮政快递包裹','youzhengguonei','YZPY','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联180\";s:4:\"spec\";s:34:\"(宽100mm高180mm切点110/70)\";s:4:\"size\";s:3:\"180\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('21','邮政国内标快','youzhengguonei','YZBK','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:33:\"(宽100mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('22','全一快递','quanyikuaidi','UAPEX','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:32:\"(宽90mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('23','速尔快递','sue','SURE','a:1:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:33:\"(宽100mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}}');
|
||
INSERT INTO ims_ewei_shop_exhelper_esheet VALUES
|
||
('24','顺丰(陆运)','shunfeng','SF','a:2:{i:0;a:4:{s:5:\"style\";s:9:\"二联150\";s:4:\"spec\";s:33:\"(宽100mm高150mm切点90/60)\";s:4:\"size\";s:3:\"150\";s:9:\"isdefault\";i:1;}i:1;a:4:{s:5:\"style\";s:9:\"三联210\";s:4:\"spec\";s:38:\"(宽100mm 高210mm 切点90/60/60)\";s:4:\"size\";s:3:\"210\";s:9:\"isdefault\";i:0;}}');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('1','顺丰速运','shunfeng','1','0','JH_014','SF');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('2','申通快递','shentong','1','0','JH_005','STO');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('3','韵达快运','yunda','1','0','JH_003','YD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('4','天天快递','tiantian','1','0','JH_004','HHTT');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('5','圆通速递','yuantong','1','0','JH_002','YTO');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('6','中通快递','zhongtong','1','0','JH_006','ZTO');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('7','ems快递','ems','1','0','JH_001','EMS');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('8','百世快递','huitongkuaidi','1','0','JH_012','HTKY');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('9','全峰快递','quanfengkuaidi','1','0','JH_009','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('10','宅急送','zhaijisong','1','0','JH_007','ZJS');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('11','aae全球专递','aae','1','0','JHI_049','AAE');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('12','安捷快递','anjie','1','0','','AJ');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('13','安信达快递','anxindakuaixi','1','0','JH_131','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('14','彪记快递','biaojikuaidi','1','0','','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('15','bht','bht','1','0','JHI_008','BHT');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('16','百福东方国际物流','baifudongfang','1','0','JH_062','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('17','中国东方(COE)','coe','1','0','JHI_038','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('18','长宇物流','changyuwuliu','1','0','','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('19','大田物流','datianwuliu','1','0','JH_050','DTWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('20','德邦快递','debangwuliu','1','0','JH_011','DBL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('21','dhl','dhl','1','0','JHI_002','DHL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('22','dpex','dpex','1','0','JHI_011','DPEX');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('23','d速快递','dsukuaidi','1','0','JH_049','DSWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('24','递四方','disifang','1','0','JHI_080','D4PX');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('25','fedex(国外)','fedex','1','0','JHI_014','FEDEX_GJ');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('26','飞康达物流','feikangda','1','0','JH_088','FKD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('27','凤凰快递','fenghuangkuaidi','1','0','','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('28','飞快达','feikuaida','1','0','JH_151','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('29','国通快递','guotongkuaidi','1','0','JH_010','GTO');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('30','港中能达物流','ganzhongnengda','1','0','JH_033','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('31','广东邮政物流','guangdongyouzhengwuliu','1','0','JH_135','GDEMS');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('32','共速达','gongsuda','1','0','JH_039','GSD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('33','恒路物流','hengluwuliu','1','0','JH_048','HLWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('34','华夏龙物流','huaxialongwuliu','1','0','JH_129','HXLWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('35','海红','haihongwangsong','1','0','JH_132','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('36','海外环球','haiwaihuanqiu','1','0','JHI_013','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('37','佳怡物流','jiayiwuliu','1','0','JH_035','JYWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('38','京广速递','jinguangsudikuaijian','1','0','JH_041','JGSD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('39','急先达','jixianda','1','0','JH_040','JXD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('40','佳吉物流','jiajiwuliu','1','0','JH_030','CNEX');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('41','加运美物流','jymwl','1','0','JH_054','JYM');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('42','金大物流','jindawuliu','1','0','JH_079','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('43','嘉里大通','jialidatong','1','0','JH_060','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('44','晋越快递','jykd','1','0','JHI_046','JYKD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('45','快捷速递','kuaijiesudi','1','0','JH_008','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('46','联邦快递(国内)','lianb','1','0','JH_122','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('47','联昊通物流','lianhaowuliu','1','0','JH_021','LHT');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('48','龙邦物流','longbanwuliu','1','0','JH_019','LB');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('49','立即送','lijisong','1','0','JH_044','LJSKD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('50','乐捷递','lejiedi','1','0','JH_043','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('51','民航快递','minghangkuaidi','1','0','JH_100','MHKD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('52','美国快递','meiguokuaidi','1','0','JHI_044','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('53','门对门','menduimen','1','0','JH_036','MDM');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('54','OCS','ocs','1','0','JHI_012','OCS');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('55','配思货运','peisihuoyunkuaidi','1','0','','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('56','全晨快递','quanchenkuaidi','1','0','JH_055','QCKD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('57','全际通物流','quanjitong','1','0','JH_127','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('58','全日通快递','quanritongkuaidi','1','0','JH_029','QRT');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('59','全一快递','quanyikuaidi','1','0','JH_020','UAPEX');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('60','如风达','rufengda','1','0','JH_017','RFD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('61','三态速递','santaisudi','1','0','JH_065','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('62','盛辉物流','shenghuiwuliu','1','0','JH_066','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('63','速尔物流','suer','1','0','JH_016','SURE');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('64','盛丰物流','shengfeng','1','0','JH_082','SFWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('65','赛澳递','saiaodi','1','0','JH_042','SAD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('66','天地华宇','tiandihuayu','1','0','JH_018','HOAU');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('67','tnt','tnt','1','0','JHI_003','TNT');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('68','ups','ups','1','0','JHI_004','UPS');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('69','万家物流','wanjiawuliu','1','0','','WJWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('70','文捷航空速递','wenjiesudi','1','0','','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('71','伍圆','wuyuan','1','0','','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('72','万象物流','wxwl','1','0','JH_115','WXWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('73','新邦物流','xinbangwuliu','1','0','JH_022','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('74','信丰物流','xinfengwuliu','1','0','JH_023','XFEX');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('75','亚风速递','yafengsudi','1','0','JH_075','YFSD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('76','一邦速递','yibangwuliu','1','0','JH_064','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('77','优速物流','youshuwuliu','1','0','JH_013','UC');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('78','邮政快递包裹','youzhengguonei','1','0','JH_077','YZPY');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('79','邮政国际包裹挂号信','youzhengguoji','1','0','','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('80','远成物流','yuanchengwuliu','1','0','JH_024','YCWL');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('81','源伟丰快递','yuanweifeng','1','0','JH_141','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('82','元智捷诚快递','yuanzhijiecheng','1','0','JH_126','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('83','运通快递','yuntongkuaidi','1','0','JH_145','YTKD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('84','越丰物流','yuefengwuliu','1','0','JH_068','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('85','源安达','yad','1','0','JH_067','YADEX');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('86','银捷速递','yinjiesudi','1','0','JH_148','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('87','中铁快运','zhongtiekuaiyun','1','0','JH_015','ZTKY');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('88','中邮物流','zhongyouwuliu','1','0','JH_027','ZYKD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('89','忠信达','zhongxinda','1','0','JH_086','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('90','芝麻开门','zhimakaimen','1','0','JH_026','');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('91','安能物流','annengwuliu','1','0','JH_059','ANE');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('92','京东快递','jd','1','0','JH_046','JD');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('93','微特派','weitepai','1','0','','WTP');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('94','九曳供应链','jiuyescm','1','0','','JIUYE');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('95','跨越速运','kuayue','1','0','','KYSY');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('96','德邦物流','debangkuaidi','1','0','','DBLKY');
|
||
INSERT INTO ims_ewei_shop_express VALUES
|
||
('97','中通快运','zhongtongkuaiyun','1','0','','ZTOKY');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('1','订单付款通知','saler_pay','OPENTM405584202','','订单付款通知','{{first.DATA}}订单编号:{{keyword1.DATA}}商品名称:{{keyword2.DATA}}商品数量:{{keyword3.DATA}}支付金额:{{keyword4.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('2','自提订单提交成功通知','carrier','OPENTM201594720','sbyL4GwApOoA0TxhnMpSQ5n4v3nwzZfgpggPyRwCHY4','订单付款通知','{{first.DATA}}自提码:{{keyword1.DATA}}商品详情:{{keyword2.DATA}}提货地址:{{keyword3.DATA}}提货时间:{{keyword4.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('3','订单取消通知','cancel','OPENTM201764653','','订单关闭提醒','{{first.DATA}}订单商品:{{keyword1.DATA}}订单编号:{{keyword2.DATA}}下单时间:{{keyword3.DATA}}订单金额:{{keyword4.DATA}}关闭时间:{{keyword5.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('4','订单即将取消通知','willcancel','OPENTM201764653','','订单关闭提醒','{{first.DATA}}订单商品:{{keyword1.DATA}}订单编号:{{keyword2.DATA}}下单时间:{{keyword3.DATA}}订单金额:{{keyword4.DATA}}关闭时间:{{keyword5.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('5','订单支付成功通知','pay','OPENTM405584202','','订单支付通知','{{first.DATA}}订单编号:{{keyword1.DATA}}商品名称:{{keyword2.DATA}}商品数量:{{keyword3.DATA}}支付金额:{{keyword4.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('6','订单发货通知','send','OPENTM401874827','','订单发货通知','{{first.DATA}}订单编号:{{keyword1.DATA}}快递公司:{{keyword2.DATA}}快递单号:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('7','自动发货通知(虚拟物品及卡密)','virtualsend','OPENTM207793687','','自动发货通知','{{first.DATA}}商品名称:{{keyword1.DATA}}订单号:{{keyword2.DATA}}订单金额:{{keyword3.DATA}}卡密信息:{{keyword4.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('8','订单状态更新(修改收货地址)(修改价格)','orderstatus','OPENTM202137457','','订单付款通知','{{first.DATA}}订单编号:{{OrderSn.DATA}}订单状态:{{OrderStatus.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('9','退款成功通知','refund1','TM00430','','退款成功通知','{{first.DATA}}退款金额:{{orderProductPrice.DATA}}商品详情:{{orderProductName.DATA}}订单编号:{{orderName.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('10','换货成功通知','refund3','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('11','退款申请驳回通知','refund2','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('12','充值成功通知','recharge_ok','OPENTM207727673','','充值成功提醒','{{first.DATA}}充值金额:{{keyword1.DATA}}充值时间:{{keyword2.DATA}}账户余额:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('13','提现成功通知','withdraw_ok','OPENTM207422808','','提现通知','{{first.DATA}}申请提现金额:{{keyword1.DATA}}取提现手续费:{{keyword2.DATA}}实际到账金额:{{keyword3.DATA}}提现渠道:{{keyword4.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('14','会员升级通知(任务处理通知)','upgrade','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('15','充值成功通知(后台管理员手动)','backrecharge_ok','OPENTM207727673','','充值成功提醒','{{first.DATA}}充值金额:{{keyword1.DATA}}充值时间:{{keyword2.DATA}}账户余额:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('16','积分变动提醒','backpoint_ok','OPENTM207266668','','积分变动提醒','{{first.DATA}}获得时间:{{keyword1.DATA}}获得积分:{{keyword2.DATA}}获得原因:{{keyword3.DATA}}当前积分:{{keyword4.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('17','换货发货通知','refund4','OPENTM401874827','','订单发货通知','{{first.DATA}}订单编号:{{keyword1.DATA}}快递公司:{{keyword2.DATA}}快递单号:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('18','砍价活动通知','bargain_message','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','bargain','砍价消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('19','拼团活动通知','groups','','','','','0','groups','拼团消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('20','人人分销通知','commission','','','','','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('21','商品付款通知','saler_goodpay','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('22','砍到底价通知','bargain_fprice','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','bargain','砍价消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('23','订单收货通知(卖家)','saler_finish','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('24','余额兑换成功通知','exchange_balance','OPENTM207727673','','充值成功提醒','{{first.DATA}}充值金额:{{keyword1.DATA}}充值时间:{{keyword2.DATA}}账户余额:{{keyword3.DATA}}{{remark.DATA}}','0','exchange','兑换中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('25','积分兑换成功通知','exchange_score','OPENTM207509450','','积分变动提醒','{{first.DATA}}获得时间:{{keyword1.DATA}}获得积分:{{keyword2.DATA}}获得原因:{{keyword3.DATA}}当前积分:{{keyword4.DATA}}{{remark.DATA}}','0','exchange','兑换中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('26','兑换中心余额充值通知','exchange_recharge','OPENTM207727673','','充值成功提醒','{{first.DATA}}充值金额:{{keyword1.DATA}}充值时间:{{keyword2.DATA}}账户余额:{{keyword3.DATA}}{{remark.DATA}}','0','exchange','兑换中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('27','游戏中心通知','lottery_get','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','lottery','抽奖消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('35','库存预警通知','saler_stockwarn','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('36','卖家核销商品核销通知','o2o_sverify','OPENTM409521536','','核销成功提醒','{{first.DATA}}核销项目:{{keyword1.DATA}}核销时间:{{keyword2.DATA}}核销门店:{{keyword3.DATA}}{{remark.DATA}}','0','o2o','O2O消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('37','核销商品核销通知','o2o_bverify','OPENTM409521536','','核销成功提醒','{{first.DATA}}核销项目:{{keyword1.DATA}}核销时间:{{keyword2.DATA}}核销门店:{{keyword3.DATA}}{{remark.DATA}}','0','o2o','O2O消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('38','卖家商品预约通知','o2o_snorder','OPENTM202447657','','预约成功提醒','{{first.DATA}}预约项目:{{keyword1.DATA}}预约时间:{{keyword2.DATA}}{{remark.DATA}}','0','o2o','O2O消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('39','商品预约成功通知','o2o_bnorder','OPENTM202447657','','预约成功提醒','{{first.DATA}}预约项目:{{keyword1.DATA}}预约时间:{{keyword2.DATA}}{{remark.DATA}}','0','o2o','O2O消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('42','商品下单通知','saler_goodsubmit','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('43','任务接取通知','task_pick','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','task','任务中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('44','任务进度通知','task_progress','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','task','任务中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('45','任务完成通知','task_finish','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','task','任务中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('46','任务海报接取通知','task_poster_pick','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','task','任务中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('47','任务海报进度通知','task_poster_progress','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','task','任务中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('48','任务海报完成通知','task_poster_finish','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','task','任务中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('49','任务海报扫描通知','task_poster_scan','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','task','任务中心消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('50','维权订单通知','saler_refund','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('51','社区会员升级通知','sns','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sns','人人社区消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('52','成为分销商通知','commission_become','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('53','新增下线通知','commission_agent_new','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('54','下级付款通知','commission_order_pay','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('55','下级确认收货通知','commission_order_finish','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('56','提现申请提交通知','commission_apply','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('57','提现申请完成审核通知','commission_check','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('58','佣金打款通知','commission_pay','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('59','分销商等级升级通知','commission_upgrade','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('60','成为股东通知','globonus_become','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','globonus','股东消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('61','股东等级升级通知','globonus_upgrade','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','globonus','股东消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('62','分红发放通知','globonus_pay','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','globonus','股东消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('63','奖励发放通知','article','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','article','文章营销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('64','成为区域代理通知','abonus_become','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','abonus','区域代理消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('65','省级代理等级升级通知','abonus_upgrade1','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','abonus','区域代理消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('66','市级代理等级升级通知','abonus_upgrade2','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','abonus','区域代理消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('67','区级代理等级升级通知','abonus_upgrade3','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','abonus','区域代理消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('68','区域代理分红发放通知','abonus_pay','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','abonus','区域代理消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('69','入驻申请通知','merch_apply','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','merch','商家通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('70','提现申请提交通知','merch_applymoney','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','merch','商家通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('71','社区会员评论通知','reply','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','sns','人人社区消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('72','修改地址卖家通知','cycelbuy_seller_address','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','cycelbuy','周期购消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('73','修改收货时间卖家通知','cycelbuy_seller_date','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','cycelbuy','周期购消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('74','周期购定时发货通知','cycelbuy_timing','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','cycelbuy','周期购消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('75','修改收货时间买家通知','cycelbuy_buyer_date','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','cycelbuy','周期购消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('76','修改地址买家通知','cycelbuy_buyer_address','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','cycelbuy','周期购消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('77','分销提现申请提醒','commission_applymoney','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('80','成为团长通知','dividend_become','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','dividend','团队分红通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('81','成为团长通知(卖家)','dividend_become_saler','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','dividend','团队分红通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('82','团员成为团长通知','dividend_downline_become','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','dividend','团队分红通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('83','团长提现通知','dividend_apply','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','dividend','团队分红通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('84','提现审核完成通知','dividend_check','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','dividend','团队分红通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('85','好友瓜分券活动发起通知','friendcoupon_launch','OPENTM415477060','','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','friendcoupon','好友瓜分券');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('86','好友瓜分券活动完成通知','friendcoupon_complete','OPENTM415477060',' ','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','friendcoupon','好友瓜分券');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('87','好友瓜分券活动失败通知','friendcoupon_failed','OPENTM415477060',' ','业务处理结果通知','{{first.DATA}}业务类型:{{keyword1.DATA}}处理状态:{{keyword2.DATA}}处理内容:{{keyword3.DATA}}{{remark.DATA}}','0','friendcoupon','好友瓜分券');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('89','多商户审核成功通知','march_type_success','OPENTM411720444','','审核成功通知','{{first.DATA}}审核状态:{{keyword1.DATA}}审核时间:{{keyword2.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('90','多商户审核失败通知','march_type_fail','OPENTM413117348','','审核失败通知','{{first.DATA}}审核状态:{{keyword1.DATA}}审核时间:{{keyword2.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('91','申请成为分销商通知','commission_become_apply','OPENTM401202609','','申请成为分销商通知','{{first.DATA}}申请名称:{{keyword1.DATA}}申请人:{{keyword2.DATA}}申请类型:{{keyword3.DATA}}申请时间:{{keyword4.DATA}}{{remark.DATA}}','0','commission','分销消息通知');
|
||
INSERT INTO ims_ewei_shop_member_message_template_type VALUES
|
||
('93','核销商品到期通知','willcancelverify','OPENTM414420948','','订单关闭提醒','{{first.DATA}}商品提货商品:{{keyword1.DATA}}到期时间:{{keyword2.DATA}}{{remark.DATA}}','0','sys','系统消息通知');
|
||
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('1','1','qiniu','七牛存储','1.0','官方','0','tool','0','1','0','../addons/ewei_shopv2/static/images/qiniu.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('2','2','taobao','商品助手','1.0','官方','1','tool','0','0','0','../addons/ewei_shopv2/static/images/taobao.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('3','3','commission','人人分销','1.0','官方','1','biz','0','0','0','../addons/ewei_shopv2/static/images/commission.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('4','4','poster','超级海报','1.2','官方','1','sale','0','0','0','../addons/ewei_shopv2/static/images/poster.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('5','5','verify','O2O核销','1.0','官方','1','biz','1','0','0','../addons/ewei_shopv2/static/images/verify.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('6','6','perm','分权系统','1.0','官方','1','help','1','0','0','../addons/ewei_shopv2/static/images/perm.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('7','7','tmessage','会员群发','1.0','官方','1','tool','1','0','0','../addons/ewei_shopv2/static/images/tmessage.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('8','8','sale','营销宝','1.0','官方','1','sale','1','0','0','../addons/ewei_shopv2/static/images/sale.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('9','9','creditshop','积分商城','1.0','官方','1','biz','0','0','0','../addons/ewei_shopv2/static/images/creditshop.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('10','10','exhelper','快递助手','1.0','官方','1','tool','0','0','0','../addons/ewei_shopv2/static/images/exhelper.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('11','11','virtual','虚拟物品','1.0','官方','1','biz','1','0','0','../addons/ewei_shopv2/static/images/virtual.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('12','15','coupon','超级券','1.0','官方','1','sale','1','0','0','../addons/ewei_shopv2/static/images/coupon.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('13','17','postera','活动海报','1.0','官方','0','sale','0','0','0','../addons/ewei_shopv2/static/images/postera.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('14','18','system','系统工具','1.0',' 官方','0','tool','0','1','0','../addons/ewei_shopv2/static/images/system.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('15','16','diyform','自定义表单','1.0','官方','1','tool','0','0','0','../addons/ewei_shopv2/static/images/diyform.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('16','14','article','文章营销','1.0','官方','1','sale','0','0','0','../addons/ewei_shopv2/static/images/article.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('17','12','designer','店铺装修','1.0','官方','1','tool','0','1','0','../addons/ewei_shopv2/static/images/designer.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('18','19','groups','人人拼团','1.0','官方','1','biz','0','0','0','../addons/ewei_shopv2/static/images/groups.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('19','20','diypage','店铺装修V2','2.0','官方','1','help','0','0','0','../addons/ewei_shopv2/static/images/designer.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('20','22','globonus','全民股东','1.0','官方','1','biz','0','0','0','../addons/ewei_shopv2/static/images/globonus.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('21','23','merch','多商户','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/merch.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('22','26','qa','帮助中心','1.0','官方','1','help','0','0','1','../addons/ewei_shopv2/static/images/qa.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('23','29','sign','积分签到','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/sign.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('24','27','sms','短信提醒','1.0','官方','1','tool','1','0','1','../addons/ewei_shopv2/static/images/sms.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('25','33','wap','全网通','1.0','官方','1','tool','1','0','1','../addons/ewei_shopv2/static/images/wap.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('26','34','h5app','H5APP','1.0','官方','1','tool','1','0','1','../addons/ewei_shopv2/static/images/h5app.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('27','65','wxcard','微信卡券','1.0','官方','1','sale','1','0','1','../addons/ewei_shopv2/static/images/wxcard.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('28','33','printer','小票打印机','1.0','官方','1','tool','1','0','1','../addons/ewei_shopv2/static/images/printer.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('29','44','polyapi','进销存-网店管家','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/polyapi.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('30','41','app','小程序','1.0','官方','1','help','0','0','1','../addons/ewei_shopv2/static/images/app.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('31','51','friendcoupon','好友瓜分券','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/friendcoupon.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('32','52','open_messikefu','聚合客服','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/open_messikefu.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('33','53','goodscircle','好物圈','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/goodscircle.png','购物版的朋友圈');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('34','57','wxlive','小程序直播','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/wxlive.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('35','37','messages','消息群发','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/messages.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('36','40','lottery','游戏营销','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/lottery.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('37','34','bargain','砍价活动','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/bargain.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('38','38','seckill','整点秒杀','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/seckill.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('39','26','abonus','区域代理','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/abonus.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('40','30','sns','人人社区','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/sns.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('41','35','task','任务中心','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/task.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('42','39','exchange','兑换中心','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/exchange.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('43','42','quick','快速购买','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/quick.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('44','43','mmanage','手机端商家管理中心','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/mmanage.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('45','48','cycelbuy','周期购','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/cycelbuy.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('46','49','dividend','团队分红','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/dividend.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('47','50','membercard','付费会员卡','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/membercard.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('48','54','open_farm','人人农场','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/open_farm.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('49','55','pc','PC','1.0','官方','1','help','0','0','1','../addons/ewei_shopv2/static/images/pc.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('50','56','cashier','收银台','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/cashier.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('51','57','live','互动直播','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/live.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('52','58','invitation','邀请卡','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/invitation.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('53','59','universalform','调研报名','1.0','官方','1','sale','0','0','1','../addons/ewei_shopv2/static/images/dy.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('54','60','merchmanage','多商户手机端管理中心','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/merchmanage.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('55','61','goodshelper','新商品助手','1.0','官方','1','tool','0','0','0','../addons/ewei_shopv2/static/images/goodshelper.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('56','62','touch_loop','一键发圈','1.0','官方','1','sale','0','0','0','../addons/ewei_shopv2/static/images/touch_loop.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('57','60','open_api','开放接口','1.0','官方','1','help','0','0','1','../addons/ewei_shopv2/static/images/open_api.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('58','63','transfer_account','资金转账','1.0','官方','1','biz','0','0','1','../addons/ewei_shopv2/static/images/transfer_account.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('59','72','makeexpress','码科速运','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/makeexpress.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('60','73','wxappskip','小程序外部跳转链接','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/wxappskip.jpg','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('61','74','videoaccount','视频号链接转换','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/videoaccount.png','');
|
||
INSERT INTO ims_ewei_shop_plugin VALUES
|
||
('62','75','sub_account','多商户自动分账','1.0','官方','1','tool','0','0','1','../addons/ewei_shopv2/static/images/subaccount.png','');
|
||
INSERT INTO ims_ewei_shop_plugin_video_account_template VALUES
|
||
('1','0','0','1','模板一','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;min-height:603px;\"><div style=\"display: flex;flex-direction: column;justify-content: center;padding: 16px 32px;background-color: #FFF;\"><div style=\"width: 100%;max-height: 100%;\"><img class=\"goodsImg\" style=\"display: block;box-sizing:border-box;width:100%;border-radius: 10px;height: auto;\" src=\"{%goodsThumb%}\" data-ratio=\"1\"/></div><div class=\"goodsTitle\" style=\"margin-top: 16px;font-size: 16px;font-weight: 600;text-align: center;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\"> {%goodsTitle%}</div><div class=\"goodsSubTit\" style=\"margin-top:8px;text-align: center;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\"> {%goodsSubTitle%}</div><div class=\"goods\" style=\"margin-top:8px;display: flex;flex-direction: row; justify-content: center;text-align: center;color: #FF3C29;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\" style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">{%goodsPrice%}</span></div><div class=\"goodsPriceDel\" style=\"font-size: 12px;line-height: 16px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\"> ¥{%goodsOriginalPrice%}</div><a class=\"weapp_text_link\" data-miniprogram-type=\"text\" data-miniprogram-appid=\"{%miniProgramAppId%}\" data-miniprogram-path=\"{%miniProgramPath%}\" style=\"display: block;text-decoration-line: none; margin-top: 16px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: linear-gradient(132.57deg, #FF3C29 0%, #FF6F29 94.38%);width: 100%;height: 40px;line-height: 40px;border-radius: 64px;\">点击去小程序购买</a></div></div>','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;min-height:603px;\"><div style=\"display: flex;flex-direction: column;justify-content: center;padding: 16px 32px;background-color: #FFF;\"><div style=\"width: 100%;max-height: 100%;\"><img class=\"goodsImg\"style=\"display: block;box-sizing:border-box;width:100%;border-radius: 10px;height: auto;\"src=\"/addons/renren_shop/public/static/dist/shop/image/videoAccount/default.jpg\"data-ratio=\"1\"alt=\"ia_100000038 1.png\"/></div><div class=\"goodsTitle\"style=\"margin-top: 16px;font-size: 16px;font-weight: 600;text-align: center;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\">衬衫男女长袖夏季日系ins风文艺薄款亚麻港风男士女士小清新棉麻条纹白衬女士</div><div class=\"goodsSubTit\"style=\"margin-top:8px;text-align: center;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\">条纹棉麻衬衫,慵随性饭,自然、舒适、透气、快乐、清爽、不脱毛、不掉色</div><div class=\"goods\"style=\"margin-top:8px;display: flex;flex-direction: row; justify-content: center;text-align: center;color: #FF3C29;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\"style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">115.00</span></div><div class=\"goodsPriceDel\"style=\"font-size: 12px;line-height: 16px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\">¥334.00</div><a class=\"weapp_text_link\"data-miniprogram-type=\"text\"data-miniprogram-nickname=\"121212\"data-miniprogram-appid=\"{%miniProgramAppId%}\"data-miniprogram-path=\"{%miniProgramPath%}\"style=\"display: block;text-decoration-line: none; margin-top: 16px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: linear-gradient(132.57deg, #FF3C29 0%, #FF6F29 94.38%);width: 100%;height: 40px;line-height: 40px;border-radius: 64px;\">点击去小程序购买</a></div></div>','1627100063','0');
|
||
INSERT INTO ims_ewei_shop_plugin_video_account_template VALUES
|
||
('2','0','0','2','模板二','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;background-color:#fff2ec;min-height:603px;box-sizing: border-box;\"><div style=\"background-color: #FFF;position: relative;border-radius: 10px 10px 0 0;\"><img class=\"goodsImg\" style=\"box-sizing:border-box;width:100%;border-radius: 10px 10px 0 0;\" src=\"{%goodsThumb%}\" data-ratio=\"1\"/><div class=\"goodsBox\" style=\"position: absolute;bottom:-167px;left: 0;background-color:#fff2ec;border-radius: 10px 10px 0 0;padding: 20px 20px 0;width: 100%;box-sizing:border-box;\"><div class=\"goodsPicBox\" style=\"display: flex;flex-direction: row;\"><div class=\"goods\" style=\"display: flex;flex-direction: row; justify-content: center;text-align: center;color: #FF6F29;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\" style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">{%goodsPrice%}</span></div><div class=\"goodsPriceDel\" style=\"margin-left:10px;font-size: 12px;line-height: 34px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\"> ¥{%goodsOriginalPrice%}</div></div><div class=\"goodsTitle\" style=\"margin-top: 8px;font-size: 16px;font-weight: 600;text-align: left;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\"> {%goodsTitle%}</div><div class=\"goodsSubTit\" style=\"margin-top:8px;text-align: left;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\"> {%goodsSubTitle%}</div><a class=\"weapp_text_link\" data-miniprogram-type=\"text\" data-miniprogram-appid=\"{%miniProgramAppId%}\" data-miniprogram-path=\"{%miniProgramPath%}\" style=\"display: block;text-decoration-line: none; margin-top: 16px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: #FF6F29;width: 100%;height: 40px;line-height: 40px;border-radius: 64px;\">点击去小程序购买</a></div></div></div>','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;background-color:#fff2ec;min-height:603px;box-sizing: border-box;\"><div style=\"background-color: #FFF;position: relative;border-radius: 10px 10px 0 0;\"><img class=\"goodsImg\"style=\"box-sizing:border-box;width:100%;border-radius: 10px 10px 0 0;\"src=\"/addons/renren_shop/public/static/dist/shop/image/videoAccount/default.jpg\"data-ratio=\"1\"alt=\"ia_100000038 1.png\"/><div class=\"goodsBox\"style=\"position: absolute;bottom:-167px;left: 0;background-color:#fff2ec;border-radius: 10px 10px 0 0;padding: 20px 20px 0;width: 100%;box-sizing:border-box;\"><div class=\"goodsPicBox\"style=\"display: flex;flex-direction: row;\"><div class=\"goods\"style=\"display: flex;flex-direction: row; justify-content: center;text-align: center;color: #FF6F29;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\"style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">115.00</span></div><div class=\"goodsPriceDel\"style=\"margin-left:10px;font-size: 12px;line-height: 34px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\">¥334.00</div></div><div class=\"goodsTitle\"style=\"margin-top: 8px;font-size: 16px;font-weight: 600;text-align: left;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\">衬衫男女长袖夏季日系ins风文艺薄款亚麻港风男士女士小清新棉麻条纹白衬女士</div><div class=\"goodsSubTit\"style=\"margin-top:8px;text-align: left;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\">条纹棉麻衬衫,慵随性饭,自然、舒适、透气、快乐、清爽、不脱毛、不掉色</div><a class=\"weapp_text_link\"data-miniprogram-type=\"text\"data-miniprogram-nickname=\"121212\"data-miniprogram-appid=\"{%miniProgramAppId%}\"data-miniprogram-path=\"{%miniProgramPath%}\"style=\"display: block;text-decoration-line: none; margin-top: 16px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: #FF6F29;width: 100%;height: 40px;line-height: 40px;border-radius: 64px;\">点击去小程序购买</a></div></div></div>','1627100063','0');
|
||
INSERT INTO ims_ewei_shop_plugin_video_account_template VALUES
|
||
('3','0','0','3','模板三','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;background: linear-gradient(159.24deg, #161E2B 0%, #0C131D 99.45%);min-height: 603px;box-sizing: border-box;\"><div style=\"width: 100%;padding: 16px 16px;box-sizing: border-box;display: flex;flex-direction: column;\"><img class=\"goodsImg\" style=\"box-sizing:border-box;width:100%;height: auto;border-radius: 6px;\" src=\"{%goodsThumb%}\" data-ratio=\"1\"/><div class=\"goodsBox\" style=\"margin-top:8px;background-color: #FFF;border-radius: 6px;padding: 16px 16px 8px;width: 100%;box-sizing:border-box;\"><div class=\"goodsPicBox\" style=\"display: flex;flex-direction: row;\"><div class=\"goods\" style=\"display: flex;flex-direction: row; justify-content: center;text-align: center;color: #A58352;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\" style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">{%goodsPrice%}</span></div><div class=\"goodsPriceDel\" style=\"margin-left:10px;font-size: 12px;line-height: 34px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\"> ¥{%goodsOriginalPrice%}</div></div><div class=\"goodsTitle\" style=\"margin-top: 8px;font-size: 16px;font-weight: 600;text-align: left;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\"> {%goodsTitle%}</div><div class=\"goodsSubTit\" style=\"margin-top:8px;text-align: left;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\"> {%goodsSubTitle%}</div></div><a class=\"weapp_text_link\" data-miniprogram-type=\"text\" data-miniprogram-appid=\"{%miniProgramAppId%}\" data-miniprogram-path=\"{%miniProgramPath%}\" style=\"display: block;text-decoration-line: none; margin-top: 8px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: linear-gradient(308.95deg, #C9A97A 15.89%, #E9CFA8 82.64%);width: 100%;height: 40px;line-height: 40px;border-radius: 4px;\">点击去小程序购买</a></div></div>','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;background: linear-gradient(159.24deg, #161E2B 0%, #0C131D 99.45%);min-height: 603px;box-sizing: border-box;\"><div style=\"width: 100%;padding: 16px 16px;box-sizing: border-box;display: flex;flex-direction: column;\"><img class=\"goodsImg\"style=\"box-sizing:border-box;width:100%;height: auto;border-radius: 6px;\"src=\"/addons/renren_shop/public/static/dist/shop/image/videoAccount/default.jpg\"data-ratio=\"1\"alt=\"ia_100000038 1.png\"/><div class=\"goodsBox\"style=\"margin-top:8px;background-color: #FFF;border-radius: 6px;padding: 16px 16px 8px;width: 100%;box-sizing:border-box;\"><div class=\"goodsPicBox\"style=\"display: flex;flex-direction: row;\"><div class=\"goods\"style=\"display: flex;flex-direction: row; justify-content: center;text-align: center;color: #A58352;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\"style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">115.00</span></div><div class=\"goodsPriceDel\"style=\"margin-left:10px;font-size: 12px;line-height: 34px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\">¥334.00</div></div><div class=\"goodsTitle\"style=\"margin-top: 8px;font-size: 16px;font-weight: 600;text-align: left;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\">衬衫男女长袖夏季日系ins风文艺薄款亚麻港风男士女士小清新棉麻条纹白衬女士</div><div class=\"goodsSubTit\"style=\"margin-top:8px;text-align: left;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\">条纹棉麻衬衫,慵随性饭,自然、舒适、透气、快乐、清爽、不脱毛、不掉色</div></div><a class=\"weapp_text_link\"data-miniprogram-type=\"text\"data-miniprogram-nickname=\"121212\"data-miniprogram-appid=\"{%miniProgramAppId%}\"data-miniprogram-path=\"{%miniProgramPath%}\"style=\"display: block;text-decoration-line: none; margin-top: 8px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: linear-gradient(308.95deg, #C9A97A 15.89%, #E9CFA8 82.64%);width: 100%;height: 40px;line-height: 40px;border-radius: 4px;\">点击去小程序购买</a></div></div>','1627100063','0');
|
||
INSERT INTO ims_ewei_shop_plugin_video_account_template VALUES
|
||
('4','0','0','4','模板四','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;background: linear-gradient(180deg, #FF3C29 0%, #FF6F29 96.87%);min-height: 603px;padding:20px 20px 0;box-sizing: border-box;\"><div style=\"border-radius: 10px;background: #FFF;display: flex;flex-direction: column;\"><img class=\"goodsImg\" style=\"box-sizing:border-box;width:100%;height: auto;border-radius: 10px;\" src=\"{%goodsThumb%}\" data-ratio=\"1\" /><div class=\"goodsBox\" style=\"margin-top:8px;background-color: #FFF;border-radius: 6px;padding: 8px 16px 24px;width: 100%;box-sizing:border-box;\"><div class=\"goodsPicBox\" style=\"display: flex;flex-direction: row;\"><div class=\"goods\" style=\"display: flex;flex-direction: row; justify-content: center;text-align: center;color: #FF3C29;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\" style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">{%goodsPrice%}</span></div><div class=\"goodsPriceDel\" style=\"margin-left:10px;font-size: 12px;line-height: 34px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\">¥{%goodsOriginalPrice%}</div></div><div class=\"goodsTitle\" style=\"margin-top: 8px;font-size: 16px;font-weight: 600;text-align: left;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\"> {%goodsTitle%}</div><div class=\"goodsSubTit\" style=\"margin-top:8px;text-align: left;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\"> {%goodsSubTitle%}</div><a class=\"weapp_text_link\" data-miniprogram-type=\"text\" data-miniprogram-appid=\"{%miniProgramAppId%}\" data-miniprogram-path=\"{%miniProgramPath%}\" style=\"display: block;text-decoration-line: none; margin-top: 24px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: linear-gradient(132.57deg, #FF3C29 0%, #FF6F29 94.38%);width: 100%;height: 40px;line-height: 40px;border-radius: 64px;\">点击去小程序购买</a></div></div></div>','<div style=\"width:100%;border-top: 0.5px solid #E6E7EB;background: linear-gradient(180deg, #FF3C29 0%, #FF6F29 96.87%);min-height: 603px;padding:20px 20px 0;box-sizing: border-box;\"><div style=\"border-radius: 10px;background: #FFF;display: flex;flex-direction: column;\"><img class=\"goodsImg\"style=\"box-sizing:border-box;width:100%;height: auto;border-radius: 10px;\"src=\"/addons/renren_shop/public/static/dist/shop/image/videoAccount/default.jpg\"data-ratio=\"1\"alt=\"ia_100000038 1.png\"/><div class=\"goodsBox\"style=\"margin-top:8px;background-color: #FFF;border-radius: 6px;padding: 8px 16px 24px;width: 100%;box-sizing:border-box;\"><div class=\"goodsPicBox\"style=\"display: flex;flex-direction: row;\"><div class=\"goods\"style=\"display: flex;flex-direction: row; justify-content: center;text-align: center;color: #FF3C29;\"><span style=\"font-size:16px;font-weight: 600;font-weight: 600;line-height: 34px;\">¥</span><span class=\"goodsPrice\"style=\"font-size:24px;font-weight: 600;font-weight: 600;letter-spacing:-1px;line-height: 30px;\">115.00</span></div><div class=\"goodsPriceDel\"style=\"margin-left:10px;font-size: 12px;line-height: 34px;color: #969696;text-align: center;font-weight: 400;text-decoration-line: line-through;\">¥334.00</div></div><div class=\"goodsTitle\"style=\"margin-top: 8px;font-size: 16px;font-weight: 600;text-align: left;line-height: 22px;width: 100%;color: #212121;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;\">衬衫男女长袖夏季日系ins风文艺薄款亚麻港风男士女士小清新棉麻条纹白衬女士亚麻港风男士女士小清新棉麻条纹白衬女士</div><div class=\"goodsSubTit\"style=\"margin-top:8px;text-align: left;color: #969696;font-size: 12px;line-height: 16px;font-weight: 400;text-overflow: ellipsis;width: 100%; white-space:nowrap;overflow: hidden;\">条纹棉麻衬衫,慵随性饭,自然、舒适、透气、快乐、清爽、不脱毛、不掉色</div><a class=\"weapp_text_link\"data-miniprogram-type=\"text\"data-miniprogram-nickname=\"121212\"data-miniprogram-appid=\"{%miniProgramAppId%}\"data-miniprogram-path=\"{%miniProgramPath%}\"style=\"display: block;text-decoration-line: none; margin-top: 24px;color: #fff;text-align: center;font-size: 14px;font-weight: 600;text-align: center;background: linear-gradient(132.57deg, #FF3C29 0%, #FF6F29 94.38%);width: 100%;height: 40px;line-height: 40px;border-radius: 64px;\">点击去小程序购买</a></div></div></div>','1627100063','0');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('1','推荐人数','commission_member','1','number','commission','推荐','人');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('2','分销佣金','commission_money','1','number','commission','达到','元');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('3','分销订单','commission_order','1','number','commission','达到','笔');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('4','订单满额','cost_enough','1','number','number','满','元');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('5','累计金额','cost_total','1','number','number','累计','元');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('6','订单满额','cost_enough','1','number','cost','满','元');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('7','累计金额','cost_total','1','number','cost','累计','元');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('8','订单数量','cost_count','1','number','cost','达到','单');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('9','指定商品','cost_goods','1','select','cost','购买指定商品','件');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('10','商品评价','cost_comment','1','number','cost','评价订单','次');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('11','累计充值','cost_rechargetotal','1','number','cost','达到','元');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('12','充值满额','cost_rechargeenough','1','number','cost','满','元');
|
||
INSERT INTO ims_ewei_shop_task_extension VALUES
|
||
('13','绑定手机','member_info','1','boole','member','绑定手机号(必须开启wap或小程序)','');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('1','poster','任务海报','把生成的海报并分享给朋友,朋友扫描并关注公众号即可获得奖励。','转发海报并吸引','1','人关注','0','primary','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('2','info_phone','绑定手机','在个人中心中,绑定手机号,即可完成任务获得奖励。','绑定手机','0','','0','warning','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('3','order_first','首次购物','在商城中首次下单,即可获得奖励,必须确认收货。','首次在商城中下单购物','0','','0','warning','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('4','recharge_full','单笔充值满额','在商城中充值余额,单笔充值满额,即可获得奖励。','单笔充值满','1','元','0','success','1');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('5','order_full','单笔满额','在商城中下单,单笔满额即可获得奖励,必须确认收货。','单笔订单满','1','元','0','success','1');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('6','order_all','累计消费','在商城中购物消费,累计满额即可获得奖励,无需确认收货。','购物总消费额达到','1','元','0','success','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('7','pyramid_money','分销佣金','只有分销商可接此任务。累计分销佣金满额,即可完成任务。','分销商获得佣金金额达','1','元','0','primary','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('8','pyramid_num','下级人数','只有分销商可接此任务。累计下级人数达标,即可完成任务。','分销商推荐下级人数达','1','人','0','primary','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('9','comment','商品好评','任意给一个商品五星好评,即可完成任务获得奖励。','给商品好评','0','','0','warning','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('10','post','社区发帖','在社区中发表指定篇帖子,即可完成任务获得奖励。','在论坛中发表','1','篇帖子','0','warning','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('11','goods','购买指定商品','购买指定商品后即可完成任务,必须确认收货。','购买指定商品','0','','1','info','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('12','recharge_count','累计充值满额','在商城中充值余额,累计充值满额,即可获得奖励。','累计充值满','1','元','0','success','0');
|
||
INSERT INTO ims_ewei_shop_task_type VALUES
|
||
('13','child_agent','下级分销商人数','直属下级分销商人数,累计下级分销商人数达标,即可获得奖励','直属下级分销商人数达','1','人','0','primary','0');
|
||
]]></install>
|
||
<uninstall><![CDATA[DROP TABLE IF EXISTS `ims_ewei_message_mass_sign`;
|
||
DROP TABLE IF EXISTS `ims_ewei_message_mass_task`;
|
||
DROP TABLE IF EXISTS `ims_ewei_message_mass_template`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_advertisement`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_chicken`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_configure`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_egg`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_grade`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_indicate`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_integral`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_market`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_mood`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_mood_image`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_notice`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_order`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_presentation`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_prop`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_reply`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_seting`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_surprised`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_task`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_threshold`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_user`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_user_friend`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_user_prop`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_user_surprised`;
|
||
DROP TABLE IF EXISTS `ims_ewei_open_farm_user_task`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_abonus_bill`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_abonus_billo`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_abonus_billp`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_abonus_level`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_address_applyfor`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_af_supplier`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_area_config`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_article`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_article_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_article_comment`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_article_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_article_report`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_article_share`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_article_sys`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_author_bill`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_author_billo`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_author_billp`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_author_level`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_author_team`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_author_team_pay`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_badv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_banner`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_bargain_account`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_bargain_actor`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_bargain_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_bargain_record`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_carrier`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_clearing`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_goods_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_operator`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_order`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_pay_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_pay_log_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_qrcode`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_randommoney_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cashier_user`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_city_express`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_apply`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_bank`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_clickcount`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_level`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_rank`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_relation`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_repurchase`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_commission_shop`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_data`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_goodsendtask`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_guess`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_record`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_sendshow`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_sendtasks`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_taskdata`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_coupon_usesendtasks`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_comment`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_option`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_spec`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_spec_item`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_creditshop_verify`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_customer`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_customer_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_customer_guestbook`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_customer_robot`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_cycelbuy_periods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_datatransfer`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_designer`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_designer_menu`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_dispatch`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_dividend_apply`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_dividend_bank`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_dividend_init`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_dividend_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diyform_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diyform_data`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diyform_temp`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diyform_type`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diypage`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diypage_menu`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diypage_plu`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diypage_template`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_diypage_template_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_domain_bindings`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exchange_cart`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exchange_code`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exchange_group`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exchange_query`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exchange_record`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exchange_setting`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exhelper_esheet`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exhelper_esheet_temp`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exhelper_express`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exhelper_senduser`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_exhelper_sys`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_express`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_express_cache`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_feedback`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_form`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_form_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_friendcoupon`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_friendcoupon_data`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_fullback_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_fullback_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_fullback_log_map`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_funbar`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_gift`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_globonus_bill`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_globonus_billo`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_globonus_billp`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_globonus_level`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_cards`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_comment`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_group`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_label`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_labelstyle`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_option`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_param`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_spec`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goods_spec_item`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goodscircle_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_goodscode_good`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_goods_atlas`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_goods_option`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_ladder`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_order`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_order_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_order_refund`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_paylog`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_set`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_groups_verify`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_invitation`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_invitation_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_invitation_qr`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_coupon`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_favorite`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_goods_option`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_setting`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_status`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_live_view`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_lottery`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_lottery_default`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_lottery_join`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_lottery_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_mc_merchant`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_address`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_card`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_card_buysend`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_card_history`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_card_monthsend`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_card_order`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_card_uselog`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_cart`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_credit_record`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_favorite`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_group`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_group_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_history`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_level`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_mergelog`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_message_template`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_message_template_default`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_message_template_type`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_printer`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_printer_template`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_rank`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_wxapp_message_template_default`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_member_wxapp_message_template_type`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_account`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_banner`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_bill`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_bill_select`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_billo`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_category_swipe`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_clearing`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_commission_orderprice`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_group`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_nav`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_notice`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_perm_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_perm_role`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_reg`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_saler`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_store`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_merch_user`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_multi_shop`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_nav`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_newstore_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_notice`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_open_api_app`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_open_api_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_open_plugin`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_buysend`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_comment`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_peerpay`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_peerpay_payinfo`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_print`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_query`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_refund`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_single_refund`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_order_withdraw_apply`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_package`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_package_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_package_goods_option`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_payment`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_pc_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_pc_browse_history`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_pc_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_pc_link`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_pc_menu`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_pc_slide`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_pc_template`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_perm_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_perm_plugin`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_perm_role`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_perm_user`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_plugin`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_plugin_video_account_template`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_polyapi_key`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_poster`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_poster_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_poster_qr`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_poster_scan`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_postera`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_postera_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_postera_qr`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_print`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_qa_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_qa_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_qa_question`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_qa_set`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_queue`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_quick`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_quick_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_quick_cart`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_refund_address`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sale_coupon`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sale_coupon_data`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_saler`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_saler_verify_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_seckill_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_seckill_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_seckill_task`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_seckill_task_goods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_seckill_task_room`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_seckill_task_time`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sendticket`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sendticket_draw`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sendticket_share`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sign_records`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sign_set`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sign_user`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sms`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sms_set`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_board`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_board_follow`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_complain`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_complaincate`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_level`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_like`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_manage`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_member`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sns_post`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_store`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sub_account_order_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_supplier_apply`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_sysset`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_article`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_banner`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_case`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_casecategory`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_company_article`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_company_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_copyright`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_copyright_notice`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_guestbook`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_link`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_plugingrant_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_plugingrant_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_plugingrant_order`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_plugingrant_package`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_plugingrant_plugin`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_plugingrant_setting`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_setting`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_system_site`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_adv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_default`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_extension`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_extension_join`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_join`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_joiner`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_list`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_poster`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_poster_qr`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_qr`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_record`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_reward`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_set`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_task_type`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_touch_loop_list`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_transfer_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_universalform_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_universalform_data`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_universalform_temp`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_universalform_type`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_uploadwxapp_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_upwxapp_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_verifygoods`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_verifygoods_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_verifyorder_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_version`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_virtual_category`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_virtual_data`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_virtual_send_log`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_virtual_type`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxapp_bind`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxapp_page`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxapp_poster`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxapp_skip`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxapp_startadv`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxapp_subscribe`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxapp_tmessage`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxcard`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxlive`;
|
||
DROP TABLE IF EXISTS `ims_ewei_shop_wxlive_back`;
|
||
]]></uninstall>
|
||
<upgrade><![CDATA[upgrade.php]]></upgrade>
|
||
|
||
</manifest>
|