[add]支持其他平台通过ApiKey调用系统相关接口
This commit is contained in:
@@ -314,6 +314,17 @@ create table wvp_resources_tree (
|
||||
parentId integer,
|
||||
path character varying(255)
|
||||
);
|
||||
create table wvp_user_api_key (
|
||||
id serial primary key ,
|
||||
user_id bigint,
|
||||
app character varying(255) ,
|
||||
api_key text,
|
||||
expired_at bigint,
|
||||
remark character varying(255),
|
||||
enable bool default true,
|
||||
create_time character varying(50),
|
||||
update_time character varying(50)
|
||||
);
|
||||
|
||||
|
||||
/*初始数据*/
|
||||
|
||||
Reference in New Issue
Block a user