PHP算命源码_最新测算塔罗源码_可以运营

众筹商城源码 众筹商品平台 商城加共识元富之路 网上商城众筹 前端是编译后的,后端PHP,带商城

运行截图

源码贡献

https://githubs.xyz/boot?app=39

部分数据库表

CREATE TABLE `ti_shopro_store` (`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',`name` varchar(50) NOT NULL COMMENT '门店名称',`images` varchar(2500) NOT NULL COMMENT '门店图片',`realname` varchar(50) NOT NULL COMMENT '联系人',`phone` varchar(20) NOT NULL COMMENT '联系电话',`province_name` varchar(50) NOT NULL COMMENT '省',`city_name` varchar(50) NOT NULL COMMENT '市',`area_name` varchar(50) NOT NULL COMMENT '区',`province_id` int(11) NOT NULL COMMENT '省ID',`city_id` int(11) NOT NULL COMMENT '市ID',`area_id` int(11) NOT NULL COMMENT '区ID',`address` varchar(255) NOT NULL COMMENT '详细地址',`latitude` decimal(10,6) DEFAULT NULL COMMENT '纬度',`longitude` decimal(10,6) DEFAULT NULL COMMENT '经度',`store` enum('0','1') NOT NULL DEFAULT '0' COMMENT '支持配送:0=否,1=是',`selfetch` enum('0','1') NOT NULL DEFAULT '0' COMMENT '支持自提:0=否,1=是',`service_type` varchar(20) NOT NULL COMMENT '服务范围',`service_radius` int(11) NOT NULL DEFAULT '0' COMMENT '服务半径',`service_province_ids` varchar(1200) DEFAULT NULL COMMENT '服务行政省',`service_city_ids` varchar(1200) DEFAULT NULL COMMENT '服务行政市',`service_area_ids` varchar(1200) DEFAULT NULL COMMENT '服务行政区',`openhours` varchar(20) NOT NULL COMMENT '营业时间',`openweeks` set('1','2','3','4','5','6','7') NOT NULL DEFAULT '1,2,3,4,5,6,7' COMMENT '营业天数',`status` enum('0','1') NOT NULL DEFAULT '1' COMMENT '门店状态:0=禁用,1=启用',`createtime` int(11) NOT NULL COMMENT '创建时间',`updatetime` int(11) NOT NULL COMMENT '更新时间',`deletetime` int(11) DEFAULT NULL COMMENT '删除时间',PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='门店';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_store`
--LOCK TABLES `ti_shopro_store` WRITE;
/*!40000 ALTER TABLE `ti_shopro_store` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_store` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_store_apply`
--DROP TABLE IF EXISTS `ti_shopro_store_apply`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_store_apply` (`id` int(11) NOT NULL AUTO_INCREMENT,`user_id` int(11) NOT NULL COMMENT '用户',`name` varchar(50) NOT NULL COMMENT '门店名称',`images` varchar(2500) NOT NULL COMMENT '门店图片',`realname` varchar(50) NOT NULL COMMENT '联系人',`phone` varchar(20) NOT NULL COMMENT '联系电话',`province_name` varchar(50) NOT NULL COMMENT '省',`city_name` varchar(50) NOT NULL COMMENT '市',`area_name` varchar(50) NOT NULL COMMENT '区',`province_id` int(11) NOT NULL COMMENT '省ID',`city_id` int(11) NOT NULL COMMENT '市ID',`area_id` int(11) NOT NULL COMMENT '区ID',`address` varchar(255) NOT NULL COMMENT '详细地址',`latitude` decimal(10,6) NOT NULL DEFAULT '0.000000' COMMENT '纬度',`longitude` decimal(10,6) NOT NULL DEFAULT '0.000000' COMMENT '经度',`openhours` varchar(20) NOT NULL COMMENT '营业时间',`openweeks` set('1','2','3','4','5','6','7') NOT NULL DEFAULT '1,2,3,4,5,6,7' COMMENT '营业天数',`apply_num` int(10) NOT NULL DEFAULT '0' COMMENT '申请次数',`status` enum('-1','0','1') NOT NULL DEFAULT '0' COMMENT '审核状态:-1驳回,0=未审核,1=已通过',`status_msg` varchar(255) DEFAULT NULL COMMENT '驳回原因',`createtime` int(11) NOT NULL COMMENT '创建时间',`updatetime` int(11) NOT NULL COMMENT '更新时间',PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='门店入驻';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_store_apply`
--LOCK TABLES `ti_shopro_store_apply` WRITE;
/*!40000 ALTER TABLE `ti_shopro_store_apply` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_store_apply` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_address`
--DROP TABLE IF EXISTS `ti_shopro_user_address`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_address` (`id` int(11) NOT NULL AUTO_INCREMENT,`is_default` enum('0','1') DEFAULT '0' COMMENT '默认',`user_id` int(11) DEFAULT NULL COMMENT '用户',`consignee` varchar(20) DEFAULT NULL COMMENT '收货人',`phone` varchar(20) DEFAULT NULL COMMENT '联系电话',`province_name` varchar(20) DEFAULT NULL COMMENT '省',`city_name` varchar(20) DEFAULT NULL COMMENT '市',`area_name` varchar(20) DEFAULT NULL COMMENT '区',`address` varchar(255) DEFAULT NULL COMMENT '详细地址',`province_id` int(11) DEFAULT NULL,`city_id` int(11) DEFAULT NULL,`area_id` int(11) DEFAULT NULL,`latitude` decimal(10,6) DEFAULT NULL COMMENT '纬度',`longitude` decimal(10,6) DEFAULT NULL COMMENT '经度',`createtime` int(11) DEFAULT NULL,`updatetime` int(11) DEFAULT NULL,`deletetime` int(11) DEFAULT NULL,PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户地址';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_address`
--LOCK TABLES `ti_shopro_user_address` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_address` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_bank`
--DROP TABLE IF EXISTS `ti_shopro_user_bank`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_bank` (`id` int(10) unsigned NOT NULL AUTO_INCREMENT,`user_id` int(11) NOT NULL COMMENT '用户id',`type` enum('bank','alipay') DEFAULT NULL COMMENT '账户类型:bank=银行卡,alipay=支付宝账户',`real_name` varchar(191) DEFAULT NULL COMMENT '真实姓名',`bank_name` varchar(191) DEFAULT NULL COMMENT '银行名',`card_no` varchar(191) DEFAULT NULL COMMENT '卡号',`is_default` tinyint(1) unsigned DEFAULT '0' COMMENT '是否默认',`createtime` int(11) DEFAULT NULL COMMENT '创建时间',`updatetime` int(11) DEFAULT NULL COMMENT '更新时间',`deletetime` int(11) DEFAULT NULL COMMENT '删除时间',PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COMMENT='提现银行卡';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_bank`
--LOCK TABLES `ti_shopro_user_bank` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_bank` DISABLE KEYS */;
INSERT INTO `ti_shopro_user_bank` VALUES (1,33,'bank','你不','ffghh','568999',0,1652075864,1652075864,NULL);
/*!40000 ALTER TABLE `ti_shopro_user_bank` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_coupons`
--DROP TABLE IF EXISTS `ti_shopro_user_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_coupons` (`id` int(11) NOT NULL AUTO_INCREMENT,`user_id` int(11) DEFAULT NULL COMMENT '用户',`coupons_id` int(11) DEFAULT NULL COMMENT '优惠券',`use_order_id` int(11) NOT NULL DEFAULT '0' COMMENT '订单 id',`usetime` int(11) DEFAULT NULL COMMENT '使用时间',`createtime` int(11) DEFAULT NULL COMMENT '领取时间',PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户优惠券';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_coupons`
--LOCK TABLES `ti_shopro_user_coupons` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_coupons` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_coupons` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_fake`
--DROP TABLE IF EXISTS `ti_shopro_user_fake`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_fake` (`id` int(11) NOT NULL AUTO_INCREMENT,`nickname` varchar(20) NOT NULL COMMENT '昵称',`avatar` varchar(255) NOT NULL COMMENT '头像',PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='虚拟用户';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_fake`
--LOCK TABLES `ti_shopro_user_fake` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_fake` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_fake` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_favorite`
--DROP TABLE IF EXISTS `ti_shopro_user_favorite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_favorite` (`id` int(11) NOT NULL AUTO_INCREMENT,`user_id` int(11) DEFAULT NULL COMMENT '用户',`goods_id` int(11) DEFAULT NULL COMMENT '商品',`createtime` int(11) DEFAULT NULL,`updatetime` int(11) DEFAULT NULL,`deletetime` int(11) DEFAULT NULL,PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户收藏';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_favorite`
--LOCK TABLES `ti_shopro_user_favorite` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_favorite` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_favorite` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_oauth`
--DROP TABLE IF EXISTS `ti_shopro_user_oauth`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_oauth` (`id` int(10) unsigned NOT NULL AUTO_INCREMENT,`user_id` int(10) unsigned DEFAULT '0' COMMENT '用户',`provider` varchar(50) NOT NULL COMMENT '厂商',`platform` varchar(50) NOT NULL COMMENT '平台',`unionid` varchar(50) DEFAULT NULL COMMENT '厂商ID',`openid` varchar(50) NOT NULL COMMENT '平台ID',`nickname` varchar(255) DEFAULT '' COMMENT '昵称',`sex` tinyint(1) DEFAULT '0' COMMENT '性别',`country` varchar(50) DEFAULT NULL COMMENT '国家',`province` varchar(50) DEFAULT NULL COMMENT '省',`city` varchar(50) DEFAULT NULL COMMENT '市',`headimgurl` varchar(500) DEFAULT '' COMMENT '头像',`logintime` int(11) DEFAULT NULL COMMENT '登录时间',`logincount` int(11) DEFAULT '0' COMMENT '累计登陆',`expire_in` int(11) DEFAULT NULL COMMENT '过期周期(s)',`expiretime` int(11) DEFAULT NULL COMMENT '过期时间',`session_key` varchar(45) DEFAULT '' COMMENT 'session_key',`refresh_token` varchar(110) DEFAULT NULL COMMENT 'refresh_token',`access_token` varchar(110) DEFAULT NULL COMMENT 'access_token',`createtime` int(10) DEFAULT '0' COMMENT '创建时间',`updatetime` int(10) DEFAULT '0' COMMENT '更新时间',PRIMARY KEY (`id`) USING BTREE,KEY `openid` (`openid`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='第三方授权';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_oauth`
--LOCK TABLES `ti_shopro_user_oauth` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_oauth` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_oauth` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_sign`
--DROP TABLE IF EXISTS `ti_shopro_user_sign`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_sign` (`id` int(11) NOT NULL AUTO_INCREMENT,`user_id` int(11) NOT NULL DEFAULT '0' COMMENT '用户',`date` varchar(30) DEFAULT NULL COMMENT '签到日期',`score` int(11) NOT NULL DEFAULT '0' COMMENT '所得积分',`is_replenish` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否补签:0=正常,1=补签',`createtime` int(11) DEFAULT NULL COMMENT '创建时间',`updatetime` int(11) DEFAULT NULL COMMENT '更新时间',PRIMARY KEY (`id`) USING BTREE,KEY `date` (`date`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户签到';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_sign`
--LOCK TABLES `ti_shopro_user_sign` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_sign` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_sign` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_store`
--DROP TABLE IF EXISTS `ti_shopro_user_store`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_store` (`id` int(11) NOT NULL AUTO_INCREMENT,`user_id` int(11) NOT NULL COMMENT '用户',`store_id` int(11) NOT NULL COMMENT '门店',PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='门店管理员';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_store`
--LOCK TABLES `ti_shopro_user_store` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_store` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_store` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_view`
--DROP TABLE IF EXISTS `ti_shopro_user_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_view` (`id` int(11) NOT NULL AUTO_INCREMENT,`user_id` int(11) NOT NULL DEFAULT '0' COMMENT '用户',`goods_id` int(11) NOT NULL DEFAULT '0' COMMENT '商品',`createtime` int(11) DEFAULT NULL COMMENT '添加时间',`updatetime` int(11) DEFAULT NULL COMMENT '更新时间',`deletetime` int(11) DEFAULT NULL COMMENT '删除时间',PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COMMENT='用户浏览记录';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_view`
--LOCK TABLES `ti_shopro_user_view` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_view` DISABLE KEYS */;
INSERT INTO `ti_shopro_user_view` VALUES (1,23,3,1648550453,1648550453,NULL);
/*!40000 ALTER TABLE `ti_shopro_user_view` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_wallet_apply`
--DROP TABLE IF EXISTS `ti_shopro_user_wallet_apply`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_wallet_apply` (`id` int(10) unsigned NOT NULL AUTO_INCREMENT,`user_id` int(11) NOT NULL COMMENT '提现用户',`apply_sn` varchar(60) DEFAULT NULL COMMENT '提现单号',`apply_type` enum('bank','wechat','alipay') DEFAULT NULL COMMENT '收款类型:bank=银行卡,wechat=微信零钱,alipay=支付宝',`money` decimal(10,2) NOT NULL COMMENT '提现金额',`actual_money` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '实际到账',`charge_money` decimal(10,2) NOT NULL COMMENT '手续费',`service_fee` decimal(10,3) DEFAULT NULL COMMENT '手续费率',`apply_info` varchar(255) DEFAULT NULL COMMENT '打款信息',`status` tinyint(1) DEFAULT '0' COMMENT '提现状态:-1=已拒绝,0=待审核,1=处理中,2=已处理',`platform` varchar(20) DEFAULT NULL COMMENT '平台',`payment_json` varchar(2500) DEFAULT NULL COMMENT '交易原始数据',`createtime` int(11) DEFAULT NULL COMMENT '申请时间',`updatetime` int(11) DEFAULT NULL COMMENT '操作时间',`log` text COMMENT '操作日志',PRIMARY KEY (`id`) USING BTREE,UNIQUE KEY `apply_sn` (`apply_sn`) USING BTREE COMMENT '提现单号'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户提现';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_wallet_apply`
--LOCK TABLES `ti_shopro_user_wallet_apply` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_wallet_apply` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_wallet_apply` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_user_wallet_log`
--DROP TABLE IF EXISTS `ti_shopro_user_wallet_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_user_wallet_log` (`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '日志 id',`user_id` int(11) NOT NULL DEFAULT '0' COMMENT '用户',`wallet` decimal(10,2) NOT NULL COMMENT '变动金额',`wallet_type` enum('money','score') NOT NULL COMMENT '日志类型:money=余额,score=积分',`type` varchar(30) NOT NULL COMMENT '变动类型',`before` decimal(10,2) NOT NULL COMMENT '变动前',`after` decimal(10,2) NOT NULL COMMENT '变动后',`item_id` varchar(60) DEFAULT NULL COMMENT '项目 id',`memo` varchar(255) DEFAULT '' COMMENT '备注',`ext` varchar(512) DEFAULT NULL COMMENT '附加字段',`oper_type` enum('user','store','admin','system') NOT NULL DEFAULT 'user' COMMENT '操作人类型',`oper_id` int(11) NOT NULL DEFAULT '0' COMMENT '操作人',`createtime` int(11) DEFAULT NULL COMMENT '创建时间',`updatetime` int(11) DEFAULT NULL COMMENT '更新时间',PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='钱包日志';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_user_wallet_log`
--LOCK TABLES `ti_shopro_user_wallet_log` WRITE;
/*!40000 ALTER TABLE `ti_shopro_user_wallet_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_user_wallet_log` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_verify`
--DROP TABLE IF EXISTS `ti_shopro_verify`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_verify` (`id` int(11) NOT NULL AUTO_INCREMENT,`user_id` int(11) NOT NULL COMMENT '用户',`type` varchar(30) DEFAULT 'verify' COMMENT '类型:verify=核销券',`code` varchar(20) NOT NULL COMMENT '核销码',`order_id` int(11) NOT NULL DEFAULT '0' COMMENT '订单',`order_item_id` int(11) NOT NULL DEFAULT '0' COMMENT '订单商品',`usetime` int(11) DEFAULT NULL COMMENT '使用时间',`expiretime` int(11) DEFAULT NULL COMMENT '过期时间',`oper_type` enum('user','store','admin','system') DEFAULT NULL COMMENT '操作人类型',`oper_id` int(11) NOT NULL DEFAULT '0' COMMENT '操作人',`createtime` int(11) DEFAULT NULL COMMENT '添加时间',`updatetime` int(11) DEFAULT NULL COMMENT '更新时间',PRIMARY KEY (`id`) USING BTREE,UNIQUE KEY `code` (`code`) USING BTREE COMMENT '核销码'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='二维码';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_verify`
--LOCK TABLES `ti_shopro_verify` WRITE;
/*!40000 ALTER TABLE `ti_shopro_verify` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_verify` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_wechat`
--DROP TABLE IF EXISTS `ti_shopro_wechat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_wechat` (`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',`type` varchar(50) NOT NULL COMMENT '配置类型',`name` varchar(50) NOT NULL COMMENT '名称',`rules` varchar(255) DEFAULT NULL COMMENT '规则',`content` text NOT NULL COMMENT '内容',`createtime` int(11) NOT NULL COMMENT '创建时间',`updatetime` int(11) NOT NULL COMMENT '更新时间',PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='微信管理';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_wechat`
--LOCK TABLES `ti_shopro_wechat` WRITE;
/*!40000 ALTER TABLE `ti_shopro_wechat` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_wechat` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_shopro_wechat_fans`
--DROP TABLE IF EXISTS `ti_shopro_wechat_fans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_shopro_wechat_fans` (`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',`nickname` varchar(50) DEFAULT NULL COMMENT '粉丝昵称',`headimgurl` varchar(255) DEFAULT NULL COMMENT '粉丝头像',`openid` varchar(30) DEFAULT NULL COMMENT 'openid',`sex` int(11) DEFAULT '0' COMMENT '性别',`country` varchar(50) DEFAULT NULL COMMENT '国家',`province` varchar(50) DEFAULT NULL COMMENT '省',`city` varchar(50) DEFAULT NULL COMMENT '市',`subscribe` enum('0','1') DEFAULT NULL COMMENT '关注状态:0=取消关注,1=已关注',`subscribe_time` int(11) DEFAULT NULL COMMENT '关注时间',`createtime` int(11) DEFAULT NULL COMMENT '创建时间',`updatetime` int(11) DEFAULT NULL COMMENT '更新时间',PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='粉丝管理';
/*!40101 SET character_set_client = @saved_cs_client */;--
-- Dumping data for table `ti_shopro_wechat_fans`
--LOCK TABLES `ti_shopro_wechat_fans` WRITE;
/*!40000 ALTER TABLE `ti_shopro_wechat_fans` DISABLE KEYS */;
/*!40000 ALTER TABLE `ti_shopro_wechat_fans` ENABLE KEYS */;
UNLOCK TABLES;--
-- Table structure for table `ti_sms`
--DROP TABLE IF EXISTS `ti_sms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ti_sms` (`id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',`event` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '事件',`mobile` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '手机号',`code` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '验证码',`times` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '验证次数',`ip` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'IP',`createtime` int(10) unsigned DEFAULT '0' COMMENT '创建时间',PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='短信验证码表';

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/web/5442.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

当Kubeflow遇上GPU池化

随着人工智能技术的迅猛发展,AI开发已成为企业创新的重要驱动力。然而,在AI开发过程中,企业面临着诸多挑战,如开发工具的选择和开发资源如何高效利用等。本文将围绕这些挑战,探讨GPU池化如何赋能Kubeflow进行AI开发&am…

实验八智能手机互联网程序设计(微信程序方向)实验报告

请在上一次实验的基础之上完成“手机快速注册”页面、“企业用户注册”页面,并实现点击手机快速注册和企业用户注册后转跳至该页面在“手机快速注册”页面,输入框内输入内容并失去焦点后,下方的按钮会变化 在企业用户注册页面,用户…

【网站项目】木里风景文化管理平台

🙊作者简介:拥有多年开发工作经验,分享技术代码帮助学生学习,独立完成自己的项目或者毕业设计。 代码可以私聊博主获取。🌹赠送计算机毕业设计600个选题excel文件,帮助大学选题。赠送开题报告模板&#xff…

在Linux操作系统中的磁盘分区管理案例

1.在硬盘sdb上创建不同的分区实例练习 Linux操作系统是安装在硬盘sda硬盘中,所以不要轻易动硬盘sda中的文件信息 有如下需求 创建主分区 500M 文件系统 ext4 挂载点 /web 创建主分区 500M 文件系统 ext4 挂载点 /nginx 创建逻辑分区 500M 文件系…

【webrtc】MessageHandler 4: 基于线程的消息处理:以Fake 收发包模拟为例

G:\CDN\rtcCli\m98\src\media\base\fake_network_interface.h// Fake NetworkInterface that sends/receives RTP/RTCP packets.虚假的网络接口,用于模拟发送包、接收包单纯仅是处理一个ST_RTP包 消息的id就是ST_RTP 类型,– 然后给到目的地:mediachannel处理: 最后消息消…

GPT3 终极指南(二)

原文:zh.annas-archive.org/md5/6de8906c86a2711a5a84c839bec7e073 译者:飞龙 协议:CC BY-NC-SA 4.0 第五章:GPT-3 作为企业创新的下一步 当一个新的创新或技术转变发生时,大公司通常是最后一个采纳的。它们的等级结构…

虚拟机安装与配置win7

一、安装镜像 Windows7 64位 ed2k://|file|cn_windows_7_ultimate_with_sp1_x64_dvd_u_677408.iso|3420557312|B58548681854236C7939003B583A8078|/ 建议迅雷下载 二、VMware 安装win7 1.新创自定义虚拟机 2.默认即可 3.iso文件我们自己下载,选择一个空的磁盘 4.…

【记录】Python3| 将 PDF 转换成 HTML/XML(✅⭐⭐⭐⭐pdf2htmlEX)

本文将会被汇总至 【记录】Python3|2024年 PDF 转 XML 或 HTML 的第三方库的使用方式、测评过程以及对比结果(汇总),更多其他工具请访问该文章查看。 文章目录 pdf2htmlEX 使用体验与评估1 安装指南2 测试代码3 测试结果3.1 转 HT…

闪存存储和制造技术概述

闪存存储技术 引言 性能由高到低排序:SLC -> MLC -> TLC -> QLC 根据这个排序读写速度也越来越低,价格越来越便宜 1. SLC SLC(Single-Level Cell,单层单元): SLC 闪存具有最高的性能、耐用性和可…

【专篇】DDR3 SDRAM-01总体介绍

概念 DDR3 SDRAM(Double-Data-Rate 3 Synchronous Dynamic Random-Access Memory,第三代双倍速率同步动态随机存取存储器)是计算机存储技术的一种重要进步,它在前代DDR2 SDRAM的基础上进行了多项改进和优化。以下是DDR3 SDRAM的特点介绍: 双倍速率(DDR):DDR3 SDRAM采用…

c#数据库: 4.修改学生成绩

将4年级的学生成绩全部修改为100分,。修改前的学生信息表如图所示: using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks;namespace StudentUpdate {internal class Program{s…

Ubuntu如何更换 PyTorch 版本

环境: Ubuntu22.04 WLS2 问题描述: Ubuntu如何更换 PyTorch 版本考虑安装一个为 CUDA 11.5 编译的 PyTorch 版本。如何安装旧版本 解决方案: 决定不升级CUDA版本,而是使用一个与CUDA 11.5兼容的PyTorch版本,您可…

c#数据库: 10.调用存储过程查询信息,并显示在窗体上

查询女生信息,并将信息显示在窗体上: 原数据表//右键数据库名,新建查询 ------------- 新建查询窗口,添加新建存储过程Procedure_GetGirls1和查询代码如下 : CREATE PROCEDURE dbo.Procedure_GetGirls1 /*存储过程名称*/ AS SELECT * f…

【docker】Spring Boot3.x 打包 Docker容器

Docker化Spring Boot应用 创建文件夹 demo mkdir democd demo创建Dockerfile # 两个 openjdk 二选一 #FROM openjdk:17-jre-alpineFROM eclipse-temurin:17MAINTAINER chengxuyuanshitang <chengxuyuanshitangXX.com>RUN mkdir -p /workspace/java/demoCOPY demo.ja…

Python 与 TensorFlow2 生成式 AI(五)

原文&#xff1a;zh.annas-archive.org/md5/d06d282ea0d9c23c57f0ce31225acf76 译者&#xff1a;飞龙 协议&#xff1a;CC BY-NC-SA 4.0 第十二章&#xff1a;用生成式人工智能玩视频游戏&#xff1a;GAIL 在之前的章节中&#xff0c;我们已经看到如何使用生成式人工智能来生成…

LVGL自定义滑动

触摸和编码器都可以操作 typedef struct {lv_obj_t* obj;int16_t x;int16_t y;int16_t width;int16_t height; }pos_and_size_t;typedef struct {lv_obj_t* obj;lv_coord_t height;lv_coord_t width;lv_coord_t width_pad;lv_coord_t height_pad;lv_coord_t child_widget;lv_co…

Mybatis.net + Mysql

项目文件结构 NuGet下载Mybatis.net相关包&#xff1a;IBatisNet 安装完成后&#xff0c;会显示在&#xff0c;在已安装页面。同时&#xff0c;在管理器中的引用列表中&#xff0c;会多出来两个引用文件 IBatisNet.CommonIBatisNet.DataMapper 安装 Mysql.data。 注意&#xff…

Stm32CubeMX 为 stm32mp135d 添加网卡 eth

Stm32CubeMX 为 stm32mp135d 添加网卡 eth 一、启用设备1. eth 设备添加2. eth 引脚配置2. eth 时钟配置 二、 生成代码1. optee 配置2. uboot 配置3. linux 配置 bringup 可参考&#xff1a;Stm32CubeMX 生成设备树 一、启用设备 1. eth 设备添加 我这里只启用一个eth设备&…

特斯拉与百度合作;字节正全力追赶AI业务;小红书内测自研大模型

特斯拉中国版 FSD 或与百度合作 根据彭博社的报道&#xff0c;特斯拉将通过于百度公司达成地图和导航协议&#xff0c;扫清在中国推出 FSD 功能的关键障碍。 此前&#xff0c;中国汽车工业协会、国家计算机网络应急技术处理协调中心发布《关于汽车数据处理 4 项安全要求检测情…