173799761 há 2 anos atrás
pai
commit
6adfca6127
4 ficheiros alterados com 12 adições e 55 exclusões
  1. 0 54
      1.txt
  2. BIN
      UI测试.pptx
  3. 8 1
      meta.conf
  4. 4 0
      metamask.txt

+ 0 - 54
1.txt

@@ -1,54 +0,0 @@
-CREATE TABLE `yb_group_buy_info` (
-  `id` bigint(20) NOT NULL AUTO_INCREMENT,
-  `title` varchar(512) NOT NULL DEFAULT '' COMMENT '拼团标题',
-  `descri` varchar(2048) NOT NULL DEFAULT '' COMMENT '商品描述',
-  `product_no` varchar(1024) DEFAULT '' COMMENT '商品编号',
-  `info_detail_img_urls` varchar(7000) DEFAULT '' COMMENT '商品详情的图片列表',
-  `details_info` text NOT NULL COMMENT '富文本',
-  `price` decimal(10,0) NOT NULL DEFAULT '0' COMMENT '价格即包含商品中,价格最低的一个,后台自动取得',
-  `is_wave` tinyint(4) DEFAULT '0' COMMENT '价格波动 即如果包含商品的价格不一致,则为真,价格显示处显示为xxx起',
-  `card_type` int(11) DEFAULT '1' COMMENT '1.篮球 2.足球 3.橄榄球',
-  `card_ser` varchar(512) NOT NULL DEFAULT '' COMMENT '卡的系列名 如篮球、足球、橄榄球等',
-  `specs` int(11) DEFAULT '1' COMMENT '规格 1.一盒 2.三盒3.一箱',
-  `lev_need` int(11) DEFAULT '1' COMMENT '等级限制 大于等于这个等级的用户才可以购买,默认是0',
-  `score_deduct_limit` decimal(10,0) DEFAULT NULL COMMENT '积分抵扣上限,百分比数字',
-  `sum_score_rate` int(11) DEFAULT '1' COMMENT '积分和RMB消费比例 0,100',
-  `price_type` int(11) DEFAULT '1' COMMENT '1.一价随机 2.一组一价',
-  `card_group_type` int(11) DEFAULT '1' COMMENT '分组类型 1.卡种 2.球员 3.球队 4.卡包 5.卡盒 6.位置 7.一组一价',
-  `card_group_amount` int(11) DEFAULT '1' COMMENT '分组数量 1.卡种 2.球员 3.球队 系统自动从数据库某个系列统计出来 4.卡包 5.卡盒 6.位置管理员手动填写',
-  `buy_amount` int(11) DEFAULT '0' COMMENT '预购数量',
-  `kill_amount` int(11) DEFAULT '0' COMMENT '秒杀数量',
-  `open_amount` int(11) DEFAULT NULL COMMENT '开卡数量',
-  `process` int(11) DEFAULT '0',
-  `is_puton` tinyint(4) DEFAULT '0' COMMENT '是否上架',
-  `puton_start_at` datetime DEFAULT NULL COMMENT '上架时间',
-  `yugou_start_at` datetime DEFAULT NULL COMMENT '预购开始时间',
-  `yugou_end_at` datetime DEFAULT NULL COMMENT '预购结束时间',
-  `miaosha_start_at` datetime NOT NULL COMMENT '秒杀开始时间',
-  `miaosha_end_at` datetime NOT NULL COMMENT '秒杀结束时间',
-  `limit_buy_amount` int(11) DEFAULT NULL COMMENT '单用户最多可购买的组数,限购数量',
-  `is_special_group` tinyint(4) DEFAULT NULL COMMENT '是否为私有团 0.否 1.是  是否只有特定用户可以参加',
-  `is_reserve_group` tinyint(4) DEFAULT NULL COMMENT '是否预留卡组字段 0.否 1.是',
-  `is_yugou` tinyint(4) DEFAULT NULL COMMENT '是否有预购 0.否 1.是',
-  `zhibo_start_at` varchar(2048) DEFAULT '' COMMENT '直播拆卡时间',
-  `zhibo_room_info` varchar(2048) DEFAULT '' COMMENT '直播房间的平台及房间号',
-  `group_status` int(11) NOT NULL DEFAULT '0' COMMENT '0.初始状态 1.预告 2.预购中 3.待秒杀 4.秒杀中 5.待直播 6.直播中 7.已结束 8.拼团失败',
-  `chaika_photo_url` varchar(1024) DEFAULT NULL COMMENT '若干张照片',
-  `chaika_video_url` varchar(512) DEFAULT NULL COMMENT '拆卡视频',
-  `group_tag` int(11) DEFAULT NULL COMMENT '1.高端 2.福利 3.新品',
-  `is_need_robot` tinyint(4) DEFAULT NULL COMMENT '是否要辅助收尾 是否使用虚拟用户购买剩余卡组 0.否 1.是',
-  `robot_buy_amount` int(11) DEFAULT NULL COMMENT '辅助收尾数量 《= 这个数量系统进行辅助收尾',
-  `home_img_url` varchar(1024) DEFAULT NULL,
-  `is_hot` tinyint(4) DEFAULT NULL COMMENT '是否热门',
-  `create_time` datetime DEFAULT NULL COMMENT '创建时间',
-  `create_user` bigint(20) DEFAULT NULL,
-  `update_user` bigint(20) DEFAULT NULL,
-  `update_time` datetime DEFAULT NULL,
-  `jumptype` varchar(255) DEFAULT NULL,
-  `is_recommend` int(11) DEFAULT '0' COMMENT '是否出现在推荐列表',
-  `success_kill_amount` int(11) DEFAULT '0',
-  `one_minute_flag` int(11) DEFAULT '0',
-  `one_minute_start_at` bigint(20) DEFAULT NULL,
-  `one_minute_order_id` bigint(20) DEFAULT NULL,
-  PRIMARY KEY (`id`)
-) ENGINE=InnoDB AUTO_INCREMENT=1500381020920758274 DEFAULT CHARSET=utf8 COMMENT='拼团实例表';

BIN
UI测试.pptx


+ 8 - 1
meta.conf

@@ -27,7 +27,14 @@ server {
 		proxy_set_header X-Real-IP $remote_addr;			
 		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;		
 	}
-
+	
+	location ^~ /res/ {			
+		proxy_pass http://dev.ic1101.world;		
+		proxy_redirect off;			
+		proxy_set_header Host $host;			
+		proxy_set_header X-Real-IP $remote_addr;			
+		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;		
+	}
 
 }
 

+ 4 - 0
metamask.txt

@@ -0,0 +1,4 @@
+era vacant gaze bamboo increase pony quality opera wild style enforce elite
+
+
+408083002Glen