import { CommonContentApi } from '../CommonContent'; export class ProductContentApi extends CommonContentApi { constructor() { super(9, "文创产品", 48); } } export default new ProductContentApi();