api文档支持开放访问

This commit is contained in:
暮光:城中城
2021-12-05 22:58:48 +08:00
parent 928c79b747
commit 189e96ff42
70 changed files with 5578 additions and 2983 deletions

View File

@@ -520,6 +520,8 @@ CREATE TABLE `api_doc` (
`rewrite_domain` varchar(100) DEFAULT NULL COMMENT '',
`open_visit` tinyint(4) NOT NULL DEFAULT '0' COMMENT '访 0= 1=',
`doc_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT ' 1= 2=',
`share_uuid` varchar(50) DEFAULT NULL COMMENT 'UUID',
`share_instruction` mediumtext DEFAULT NULL COMMENT '使',
`create_user_id` bigint(20) DEFAULT NULL COMMENT 'ID',
`create_user_name` varchar(20) DEFAULT NULL COMMENT '',
`create_time` datetime DEFAULT NULL COMMENT '',