<?php
//升级数据表
pdo_query("CREATE TABLE IF NOT EXISTS `ims_lywywl_liveseckill_activity` (\n `id` int(11) unsigned NOT NULL AUTO_INCREMENT,\n `uniacid` int(11) unsigned NOT NULL DEFAULT '0',\n `token` varchar(50) NOT NULL DEFAULT '',\n `title` varchar(200) NOT NULL DEFAULT '',\n `status` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `start_time` int(11) unsigned NOT NULL DEFAULT '0',\n `end_time` int(11) unsigned NOT NULL DEFAULT '0',\n `cover_url` varchar(200) NOT NULL DEFAULT '' COMMENT ' ',\n `description` varchar(255) NOT NULL DEFAULT '',\n `share_title` varchar(100) NOT NULL DEFAULT '',\n `share_desc` varchar(200) NOT NULL DEFAULT '',\n `share_pic` varchar(200) NOT NULL DEFAULT '',\n `banding` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_limit_area` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `limit_area` varchar(255) NOT NULL DEFAULT '',\n `checkin_field` text NOT NULL,\n `checkin_follow` tinyint(1) unsigned NOT NULL DEFAULT '1',\n `follow_qrcode` varchar(255) NOT NULL DEFAULT '',\n `navigator` text NOT NULL,\n `navigator_bgcolor` varchar(20) NOT NULL DEFAULT '',\n `navigator_wordcolor` varchar(20) NOT NULL DEFAULT '',\n `navigator_oncolor` varchar(20) NOT NULL DEFAULT '',\n `is_open_live` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `live_types` tinyint(1) unsigned NOT NULL DEFAULT '1',\n `aliyun_push_domain` varchar(100) NOT NULL DEFAULT '',\n `aliyun_push_key` varchar(256) NOT NULL DEFAULT '',\n `aliyun_video_domain` varchar(100) NOT NULL DEFAULT '',\n `aliyun_video_key` varchar(256) NOT NULL DEFAULT '',\n `aliyun_video_agreement` tinyint(1) unsigned NOT NULL DEFAULT '1',\n `tencent_push_domain` varchar(100) NOT NULL DEFAULT '',\n `tencent_push_key` varchar(256) NOT NULL DEFAULT '',\n `tencent_video_domain` varchar(100) NOT NULL DEFAULT '',\n `tencent_video_key` varchar(256) NOT NULL DEFAULT '',\n `tencent_video_agreement` tinyint(1) unsigned NOT NULL DEFAULT '1',\n `qiniu_hub_name` varchar(100) NOT NULL DEFAULT '',\n `qiniu_auth_types` tinyint(1) unsigned NOT NULL DEFAULT '1',\n `qiniu_access_key` varchar(256) NOT NULL DEFAULT '',\n `qiniu_secret_key` varchar(256) NOT NULL DEFAULT '',\n `qiniu_push_key` varchar(256) NOT NULL DEFAULT '',\n `qiniu_push_domain` varchar(100) NOT NULL DEFAULT '',\n `qiniu_video_domain` varchar(100) NOT NULL DEFAULT '',\n `qiniu_video_agreement` tinyint(1) unsigned NOT NULL DEFAULT '1',\n `max_live_buy` int(11) unsigned NOT NULL DEFAULT '0',\n `is_open_badge` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_live_rebate` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_live_user_money` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_open_seckill` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `max_seckill_buy` int(11) unsigned NOT NULL DEFAULT '1',\n `is_seckill_help` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_seckill_rebate` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `seckill_ads_count` int(11) unsigned NOT NULL DEFAULT '0',\n `is_seckill_user_money` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_open_card` tinyint(1) unsigned NOT NULL DEFAULT '1',\n `card_totle_money` varchar(50) NOT NULL DEFAULT '',\n `card_buy_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',\n `card_explain` text NOT NULL,\n `card_open_stock` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `card_stock_count` int(11) unsigned NOT NULL DEFAULT '0',\n `is_card_rebate` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `card_rebate_slogan` varchar(200) NOT NULL DEFAULT '',\n `is_card_user_money` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_open_free` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `max_free_buy` int(11) unsigned NOT NULL DEFAULT '0',\n `is_free_help` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_open_viewer` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_checkin_viewer` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `viewer_max_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',\n `banner_url` varchar(200) NOT NULL DEFAULT '',\n `content` mediumtext NOT NULL,\n `checkin_is_sms` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `checkin_sms_tmp` varchar(255) NOT NULL,\n `live_is_sms` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `live_sms_tmp` varchar(255) NOT NULL DEFAULT '',\n `live_is_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `seckill_is_sms` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `seckill_sms_tmp` varchar(255) NOT NULL DEFAULT '',\n `seckill_is_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `card_is_sms` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `card_sms_tmp` varchar(255) NOT NULL DEFAULT '',\n `card_is_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `offlinecard_is_sms` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT ' ',\n `offlinecard_sms_tmp` varchar(255) NOT NULL DEFAULT '',\n `rebate_is_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `service_livepush_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `service_checkin_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `service_live_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `service_seckill_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `service_card_push` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_show_openads` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `openads_url` varchar(200) NOT NULL DEFAULT '',\n `openads_link` varchar(255) NOT NULL DEFAULT '',\n `show_openads_time` int(11) unsigned NOT NULL DEFAULT '0',\n `is_show_barrage` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `barrage_types` text NOT NULL,\n `is_show_copyright` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_show_brand` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_show_complaint` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `is_hand_redbag` tinyint(1) unsigned NOT NULL DEFAULT '0',\n `audio_url` varchar(200) NOT NULL DEFAULT '',\n `effect_id` int(11) unsigned NOT NULL DEFAULT '0',\n `tmp_url` varchar(255) NOT NULL DEFAULT '',\n `service_ordered_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',\n `service_checkin_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',\n `service_card_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',\n `user_count` int(11) unsigned NOT NULL DEFAULT '0',\n `bogus_user_count` int(11) unsigned NOT NULL DEFAULT '0',\n `viewer_count` int(11) unsigned NOT NULL DEFAULT '0',\n `bogus_viewer_count` int(11) unsigned NOT NULL DEFAULT '0',\n `repost_count` int(11) unsigned NOT NULL DEFAULT '0',\n `bogus_repost_count` int(11) unsigned NOT NULL DEFAULT '0',\n `redbag_count` int(11) unsigned NOT NULL DEFAULT '0',\n `bogus_redbag_count` int(11) unsigned NOT NULL DEFAULT '0',\n `redbag_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',\n `bogus_redbag_money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',\n `checkin_count` int(11) unsigned NOT NULL DEFAULT '0',\n `bogus_checkin_count` int(11) unsigned NOT NULL DEFAULT '0',\n `rebatebuy_count` int(11) unsigned NOT NULL DEFAULT '0',\n `cardbuy_count` int(11) unsigned NOT NULL DEFAULT '0',\n `bogus_cardbuy_count` int(11) unsigned NOT NULL DEFAULT '0',\n `livebuy_count` int(11) unsigned NOT NULL DEFAULT '0',\n `seckillbuy_count` int(11) unsigned NOT NULL DEFAULT '0',\n `click_count` int(11) unsigned NOT NULL DEFAULT '0',\n `bogus_click_count` int(11) unsigned NOT NULL DEFAULT '0',\n `sms_count` int(11) unsigned NOT NULL DEFAULT '0',\n `update_time` int(11) unsigned NOT NULL DEFAULT '0',\n `create_time` int(11) unsigned NOT NULL DEFAULT '0',\n PRIMARY KEY (`id`) USING BTREE,\n KEY `idx_uniacid` (`uniacid`) USING BTREE,\n KEY `idx_token` (`token`) USING BTREE,\n KEY `idx_status` (`status`) USING BTREE,\n KEY `idx_start_time` (`start_time`) USING BTREE,\n KEY `idx_end_time` (`end_time`) USING BTREE,\n KEY `idx_update_time` (`update_time`) USING BTREE,\n KEY `idx_create_time` (`create_time`) USING BTREE\n) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;\n\n");
if (!pdo_fieldexists('lywywl_liveseckill_activity', 'id')) {
pdo_query("ALTER TABLE " . tablena
没有合适的资源?快使用搜索试试~ 我知道了~
直播秒杀拓客最新版+直播平台插件
共1101个文件
png:344个
js:218个
html:173个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
4星 · 超过85%的资源 3 下载量 176 浏览量
2022-10-12
09:53:30
上传
评论
收藏 15.17MB ZIP 举报
温馨提示
化系统授权逻辑,避免系统出现掉授权的情况。系统新增辅助插件板块,可对安装的系统插件进行管理。
资源推荐
资源详情
资源评论
收起资源包目录
直播秒杀拓客最新版+直播平台插件 (1101个子文件)
common.min.css 326KB
iconfont.css 165KB
bootstrap.min.css 120KB
zhutuike.css 108KB
video-js.min.css 37KB
live.css 31KB
base.css 28KB
font-awesome.min.css 26KB
bootstrap-table-group-by.css 24KB
kpi.css 23KB
_all.css 21KB
bootstrap-editable.css 21KB
swiper.min.css 19KB
console.css 18KB
others.css 17KB
select2.css 17KB
_all.css 15KB
select2.min.css 15KB
user.css 14KB
_all.css 14KB
_all.css 13KB
index.css 12KB
bootstrap-switch.css 7KB
bootstrap-table.css 6KB
toastr.min.css 6KB
bootstrap-table.min.css 5KB
layer.css 5KB
slider.css 4KB
LCalendar.css 4KB
skinblue.css 4KB
jquery.contextMenu.css 4KB
jquery.contextMenu.css 4KB
poster.css 3KB
others.css 3KB
yellow.css 2KB
purple.css 2KB
orange.css 2KB
green.css 2KB
aero.css 2KB
blue.css 2KB
grey.css 2KB
pink.css 2KB
red.css 2KB
common.css 2KB
line.css 2KB
yellow.css 2KB
orange.css 2KB
purple.css 2KB
yellow.css 2KB
orange.css 2KB
purple.css 2KB
green.css 2KB
green.css 2KB
aero.css 2KB
blue.css 2KB
grey.css 2KB
pink.css 2KB
aero.css 2KB
blue.css 2KB
grey.css 2KB
pink.css 2KB
red.css 2KB
red.css 2KB
all.css 2KB
minimal.css 2KB
polaris.css 2KB
square.css 2KB
yellow.css 1KB
orange.css 1KB
purple.css 1KB
green.css 1KB
aero.css 1KB
blue.css 1KB
grey.css 1KB
pink.css 1KB
futurico.css 1KB
red.css 1KB
flat.css 1KB
dropload.css 1KB
Validform.css 1KB
daterange.css 946B
bootstrap-table-reorder-rows.css 819B
bootstrap-table-fixed-columns.css 703B
fontawesome-webfont.eot 69KB
fontawesome-webfont.eot 67KB
glyphicons-halflings-regular.eot 20KB
glyphicons-halflings-regular.eot 20KB
41.gif 26KB
43.gif 25KB
50.gif 23KB
13.gif 22KB
48.gif 20KB
20.gif 19KB
42.gif 19KB
36.gif 18KB
15.gif 17KB
6.gif 17KB
12.gif 16KB
75.gif 14KB
8.gif 14KB
共 1101 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12
资源评论
- wandw332022-11-07是最初版本1.0.16非最新版本 慎买 #运行出错 #标题与内容不符 #毫无价值
- A老林2022-11-14超赞的资源,感谢资源主分享,大家一起进步!
- xianxian2024-02-13感谢资源主分享的资源解决了我当下的问题,非常有用的资源。
智慧浩海
- 粉丝: 1w+
- 资源: 5439
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于CSS与JavaScript的积分系统设计源码
- 生物化学作业_1_生物化学作业资料.pdf
- 基于libgdx引擎的Java开发连连看游戏设计源码
- 基于MobileNetV3的SSD目标检测算法PyTorch实现设计源码
- 基于Java JDK的全面框架设计源码学习项目
- 基于Python黑魔法原理的Python编程技巧设计源码
- 基于Python的EducationCRM管理系统前端设计源码
- 基于Django4.0+Python3.10的在线学习系统Scss设计源码
- 基于activiti6和jeesite4的dreamFlow工作流管理设计源码
- 基于Python实现的简单植物大战僵尸脚本设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功