bk-shop/src/api/index.js

68 lines
1.4 KiB
JavaScript
Executable File

import * as article from './article'
import * as aftersales from './aftersales'
import * as cart from './cart'
import * as cashier from './cashier'
import * as category from './category'
import * as distribution from './distribution'
import * as item from './item'
import * as member from './member'
import * as promotion from './promotion'
import * as region from './region'
import * as seckill from './seckill'
import * as shop from './shop'
import * as track from './track'
import * as trade from './trade'
import * as user from './user'
import * as vip from './vip'
import * as group from './group'
import * as groupBy from './groupBy'
import * as boost from './boost'
import * as wx from './wx'
import * as alipay from './alipay'
import * as wheel from './wheel'
import * as pointitem from './pointitem'
import * as liveroom from './liveroom'
import * as wgts from './wgts'
import * as merchant from './merchant'
import * as purchase from './purchase'
import * as guide from './guide'
import * as dianwu from './dianwu'
import * as community from './community'
import * as im from './im'
import * as mdugc from './mdugc'
export default {
article,
aftersales,
cart,
cashier,
category,
item,
member,
promotion,
region,
trade,
user,
seckill,
wx,
shop,
distribution,
track,
vip,
group,
groupBy,
wheel,
boost,
pointitem,
guide,
alipay,
liveroom,
wgts,
merchant,
purchase,
dianwu,
community,
im,
mdugc
}