webcad-ue4-api/types/Common/HostUrl.d.ts
2024-10-29 17:14:43 +08:00

161 lines
3.9 KiB
TypeScript

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;
operLogs: string;
};
export declare const ImgsUrl: {
get: string;
upload: string;
delete: string;
logo: string;
update: 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.cfcad.cn/";
export declare const GoodsClassUrls: {
get: string;
};
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;
uploadCover: string;
collection: string;
publishing: 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;
export declare const ResourceLibraryURL: {
RenderClassList: string;
RenderModulesList: string;
ModulesDetail: string;
RenderModulesState: string;
RenderDeployLogs: string;
RenderClassByBrandID: string;
};
export declare const UserCollection: {
CreateCollectDir: string;
UpdateCollectDir: string;
DeleteCollectDir: string;
QueryCollectDir: string;
CreateModuleCollect: string;
UpdateModuleCollect: string;
DeleteModuleCollect: string;
QueryModuleCollect: string;
FeedBack: string;
};
export declare const GalleryURL: {
AddGalleryClass: string;
UpdateGalleryClass: string;
DeleteGalleryClass: string;
AdminGalleryList: string;
GalleryClassList: string;
GalleryDepoly: string;
GalleryDelete: string;
UserGalleryList: string;
GalleryUpdate: string;
GalleryUpdateBatch: string;
GalleryIndexList: string;
GalleryDetile: string;
};
export declare const RenderShare: string;
export declare const PrivateModule: {
QueryModuleDirs: string;
CreateModuleDirs: string;
UpdateModuleDirs: string;
DeleteModuleDirs: string;
GetModuleList: string;
UpdateModule: string;
};
export declare const OssSign: string;
export declare const NOTICE: string;
export declare const NOTICEPNG: string;
//# sourceMappingURL=HostUrl.d.ts.map