import { CommonContentApi } from '../CommonContent'; export class ProductContentApi extends CommonContentApi { constructor() { super(9, "ζ–‡εˆ›δΊ§ε“", 48); } } export default new ProductContentApi();