开发:更新api
This commit is contained in:
20
types/Common/HostUrl.d.ts
vendored
20
types/Common/HostUrl.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user