开发:更新api

This commit is contained in:
FishOrBear
2022-02-16 11:15:31 +08:00
parent 4388a1f7c8
commit 8477786c73
1180 changed files with 37656 additions and 13243 deletions

View File

@@ -8,6 +8,7 @@ export declare const SignUrl: {
LoginStatus: string;
checkRegUser: string;
findPsw: string;
operLogs: string;
};
export declare const ImgsUrl: {
get: string;
@@ -64,6 +65,7 @@ export declare const TemplateUrls: {
search: string;
move: string;
check: string;
uploadCover: string;
};
export declare const ConfigUrls: {
Get: string;
@@ -105,4 +107,22 @@ export declare const RecycleBinUrls: {
export declare const ErrorReportUrl: string;
export declare let FileHistoryUrl: string;
export declare let FileHistoryFilesUrl: string;
export declare const ResourceLibraryURL: {
RenderClassList: string;
RenderModulesList: string;
ModulesDetail: string;
RenderModulesState: string;
RenderDeployLogs: string;
};
export declare const UserCollection: {
CreateCollectDir: string;
UpdateCollectDir: string;
DeleteCollectDir: string;
QueryCollectDir: string;
CreateModuleCollect: string;
UpdateModuleCollect: string;
DeleteModuleCollect: string;
QueryModuleCollect: string;
FeedBack: string;
};
//# sourceMappingURL=HostUrl.d.ts.map