This commit is contained in:
777
2025-06-10 11:36:10 +08:00
parent 340b99a0c6
commit 7c210f69f6
4 changed files with 24 additions and 2 deletions

View File

@@ -19,3 +19,8 @@ CREATE TABLE `cai_order_logs`
) ENGINE = InnoDB
AUTO_INCREMENT = 1;
ALTER TABLE `cai_pay_trd_config`
ADD COLUMN `enable_ios` tinyint(1) NOT NULL DEFAULT 1 COMMENT '是否开启IOS' AFTER `mch_id`;