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