zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0
WEB/src/servers/api/index.ts

25 lines
533 B
TypeScript

// @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,
};