优化Restful接口校验

This commit is contained in:
六如
2025-02-09 17:14:54 +08:00
parent be50186da6
commit 71b064d607
11 changed files with 54 additions and 13 deletions

4
upgrade/sop-20250209.sql Normal file
View File

@@ -0,0 +1,4 @@
-- 2025-02-09更新
-- api_info表新增api_mode字段
ALTER TABLE `api_info`
ADD COLUMN `api_mode` tinyint(4) NOT NULL DEFAULT '1' COMMENT '接口模式1-open接口2-Restful模式' AFTER `reg_source`;