// @ts-ignore /* eslint-disable */ // API 更新时间: // API 唯一标识: import * as logistics from './logistics'; import * as order from './order'; import * as product from './product'; import * as site from './site'; import * as statistics from './statistics'; import * as stock from './stock'; import * as user from './user'; import * as webhook from './webhook'; import * as wpProduct from './wpProduct'; export default { logistics, order, product, site, statistics, stock, user, webhook, wpProduct, };