import { CommonContentApi } from '../CommonContent'; export class NewsPeoplesStageContentApi extends CommonContentApi { constructor() { super(18, "资讯动态-百姓舞台", 298); } } export default new NewsPeoplesStageContentApi();