From 46ae55b67db50b0464f2ccbd0bb20b5296b77418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com> Date: Fri, 28 Nov 2025 11:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=A2=9E=E5=8A=A0=E5=90=88?= =?UTF-8?q?=E4=BD=9C=E6=84=8F=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/pay_cooperation.sql | 18 + .../index12/Template/index12/cooperation.php | 410 ++++++++++++++++++ template/index12/index.php | 8 +- 3 files changed, 429 insertions(+), 7 deletions(-) create mode 100644 database/pay_cooperation.sql create mode 100644 template/index12/Template/index12/cooperation.php diff --git a/database/pay_cooperation.sql b/database/pay_cooperation.sql new file mode 100644 index 0000000..705a371 --- /dev/null +++ b/database/pay_cooperation.sql @@ -0,0 +1,18 @@ +CREATE TABLE `pay_cooperation` ( + `id` int(11) unsigned NOT NULL auto_increment, + `name` varchar(50) NOT NULL COMMENT '姓名', + `email` varchar(100) NOT NULL COMMENT '邮箱', + `phone` varchar(20) DEFAULT NULL COMMENT '电话', + `company` varchar(100) DEFAULT NULL COMMENT '公司名称', + `type` varchar(50) DEFAULT NULL COMMENT '合作类型', + `message` text NOT NULL COMMENT '合作详情', + `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '状态:0待处理,1已处理,2已拒绝', + `admin_reply` text DEFAULT NULL COMMENT '管理员回复', + `ip` varchar(45) DEFAULT NULL COMMENT '提交IP', + `user_agent` varchar(255) DEFAULT NULL COMMENT '用户代理', + `addtime` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '提交时间', + `reply_time` int(10) unsigned DEFAULT NULL COMMENT '回复时间', + PRIMARY KEY (`id`), + KEY `status` (`status`), + KEY `addtime` (`addtime`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='广告合作申请表'; diff --git a/template/index12/Template/index12/cooperation.php b/template/index12/Template/index12/cooperation.php new file mode 100644 index 0000000..43b2384 --- /dev/null +++ b/template/index12/Template/index12/cooperation.php @@ -0,0 +1,410 @@ + + + +
+ + + +我们期待与您合作,共同发展
+
+ 您也可以直接联系我们的客服:
+ QQ:
+ 邮箱:@qq.com
+