mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
优化Restful接口校验
This commit is contained in:
4
upgrade/sop-20250209.sql
Normal file
4
upgrade/sop-20250209.sql
Normal 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`;
|
Reference in New Issue
Block a user