This commit is contained in:
Your Name
2026-08-08 15:42:45 +08:00
parent a968945057
commit d10f213573
21 changed files with 2610 additions and 279 deletions
@@ -42,6 +42,7 @@ CREATE TABLE IF NOT EXISTS `zyt_qywx_promotion_pool` (
`public_key` char(32) NOT NULL COMMENT '公开 JS 分流键',
`status` tinyint unsigned NOT NULL DEFAULT 1,
`fallback_url` varchar(1000) NOT NULL DEFAULT '',
`widget_config_json` text NULL COMMENT '公开浮窗配置 JSON v1',
`click_count` bigint unsigned NOT NULL DEFAULT 0,
`owner_admin_id` int unsigned NOT NULL DEFAULT 0,
`dept_id` int unsigned NOT NULL DEFAULT 0,