更新若干功能
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
2026-08-20 19:16:49 +08:00
parent 72bc6502eb
commit 4ddf5e3c5f
48 changed files with 1908 additions and 18 deletions

View File

@@ -867,6 +867,8 @@ CREATE TABLE `nl_wx_app` (
`notify_url` varchar(255) NOT NULL DEFAULT '' COMMENT '支付回调地址',
`template_code` varchar(50) NOT NULL DEFAULT '' COMMENT '默认装修模板 code',
`package_enabled` tinyint NOT NULL DEFAULT 0 COMMENT '1=启用套餐(首页热门+底栏)',
`subscribe_pay_tpl` varchar(64) NOT NULL DEFAULT '' COMMENT '付款成功订阅模板',
`subscribe_ship_tpl` varchar(64) NOT NULL DEFAULT '' COMMENT '发货订阅模板',
`status` tinyint NOT NULL DEFAULT 0 COMMENT '0=启用 1=停用',
`remark` varchar(255) NOT NULL DEFAULT '',
`created_at` int NOT NULL DEFAULT 0,