IDP.Custom.Design.Export.getDesignJsonAsync() 函数
function getDesignJsonAsync(option?: DesignExportDataParams): Promise<DesignExportDataResponse>;
获取当前方案导出JSON数据
获取厨卫工具线的方案JSON数据
参数:
-
option: DesignExportDataParams相关参数
返回值: Promise<DesignExportDataResponse>
备注
IDP.Custom.Design.Export.getDesignJson({roomId: '10250'}).then(res => {
log(res);
})