初始化版本库,可用
This commit is contained in:
108
types/Common/HostUrl.d.ts
vendored
Normal file
108
types/Common/HostUrl.d.ts
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
export declare const CURRENT_HOST: string;
|
||||
export declare const SignUrl: {
|
||||
login: string;
|
||||
loginOut: string;
|
||||
heart: string;
|
||||
regist: string;
|
||||
SMSCode: string;
|
||||
LoginStatus: string;
|
||||
checkRegUser: string;
|
||||
findPsw: string;
|
||||
};
|
||||
export declare const ImgsUrl: {
|
||||
get: string;
|
||||
upload: string;
|
||||
delete: string;
|
||||
logo: string;
|
||||
};
|
||||
export declare const DirUrl: {
|
||||
query: string;
|
||||
create: string;
|
||||
delete: string;
|
||||
update: string;
|
||||
move: string;
|
||||
};
|
||||
export declare const MaterialUrls: {
|
||||
query: string;
|
||||
create: string;
|
||||
get: string;
|
||||
detail: string;
|
||||
delete: string;
|
||||
update: string;
|
||||
move: string;
|
||||
buy: string;
|
||||
publishDetail: string;
|
||||
};
|
||||
export declare const ShopUrls: {
|
||||
get: string;
|
||||
};
|
||||
export declare const ResourcesCDN_HOST = "https://cdn.qicad.com/";
|
||||
export declare const ToplineUrls: {
|
||||
create: string;
|
||||
get: string;
|
||||
detail: string;
|
||||
delete: string;
|
||||
update: string;
|
||||
move: string;
|
||||
};
|
||||
export declare const FileUrls: {
|
||||
create: string;
|
||||
delete: string;
|
||||
detail: string;
|
||||
list: string;
|
||||
update: string;
|
||||
move: string;
|
||||
copy: string;
|
||||
preDetail: string;
|
||||
};
|
||||
export declare const TemplateUrls: {
|
||||
create: string;
|
||||
delete: string;
|
||||
detail: string;
|
||||
list: string;
|
||||
update: string;
|
||||
search: string;
|
||||
move: string;
|
||||
check: string;
|
||||
};
|
||||
export declare const ConfigUrls: {
|
||||
Get: string;
|
||||
Edit: string;
|
||||
GetList: string;
|
||||
};
|
||||
export declare const CloudUrl: {
|
||||
Get: string;
|
||||
Buy: string;
|
||||
};
|
||||
/**cad渲染端 */
|
||||
export declare const RenderUrl: {
|
||||
CheckRender: string;
|
||||
Buy: string;
|
||||
};
|
||||
/**购买cad包月服务 */
|
||||
export declare const BuyCadUrl: string;
|
||||
/**请求这些接口将更新云盘信息 */
|
||||
export declare const ChangeZoneUrls: string[];
|
||||
/**发布模块 */
|
||||
export declare const PublishTemplateUrl: string;
|
||||
export declare const PublishMaterialUrl: string;
|
||||
export declare const SendTemplateUrl: string;
|
||||
export declare const KJLExportUrls: string;
|
||||
export declare const CF_LOGO: string;
|
||||
export declare const Buy2To3: string;
|
||||
export declare const BuyZengZhiBao: string;
|
||||
export declare const KJLUrls: {
|
||||
importOld: string;
|
||||
import: string;
|
||||
importv2: string;
|
||||
clear: string;
|
||||
};
|
||||
export declare const RecycleBinUrls: {
|
||||
List: string;
|
||||
Re: string;
|
||||
Delete: string;
|
||||
};
|
||||
export declare const ErrorReportUrl: string;
|
||||
export declare let FileHistoryUrl: string;
|
||||
export declare let FileHistoryFilesUrl: string;
|
||||
//# sourceMappingURL=HostUrl.d.ts.map
|
Reference in New Issue
Block a user