开发:更新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

@@ -7,7 +7,8 @@ export declare enum DirectoryId {
TemplateDir = "5",
DrillingDir = "6",
KnifePathDir = "7",
Frame = "8"
Frame = "8",
HistoryDit = "-1"
}
export declare enum RequestStatus {
NoLogin = 88888,
@@ -31,6 +32,5 @@ export interface IResponseData {
}
export declare function PostJson<T = object>(url: string, body: Exclude<T, BodyInit>, isShowErrMsg?: boolean): Promise<IResponseData>;
export declare function Post(url: string, body?: BodyInit, isShowErrMsg?: boolean): Promise<IResponseData>;
export declare function FetchGet(url: string): Promise<any>;
export declare function uploadLogo(blob: Blob): Promise<string>;
//# sourceMappingURL=Request.d.ts.map