import { CommonContentApi } from '../CommonContent'; export class DemoSiteContentApi extends CommonContentApi { constructor() { super(9, "文旅融合示范点", 48); } } export default new DemoSiteContentApi();