import { CommonContentApi } from '../CommonContent'; export class ExpertContentApi extends CommonContentApi { constructor() { super(7, "专家学者", 263); } } export default new ExpertContentApi();