You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.4 KiB
TypeScript
37 lines
1.4 KiB
TypeScript
2 years ago
|
// @ts-ignore
|
||
|
/* eslint-disable */
|
||
|
// API 更新时间:
|
||
|
// API 唯一标识:
|
||
|
import * as errorController from './errorController';
|
||
|
import * as pbcBusinessApprovalController from './pbcBusinessApprovalController';
|
||
|
import * as pbcBusinessController from './pbcBusinessController';
|
||
|
import * as pbcCategoryController from './pbcCategoryController';
|
||
|
import * as pbcContentPublishController from './pbcContentPublishController';
|
||
|
import * as pbcImageController from './pbcImageController';
|
||
|
import * as pbcLoginController from './pbcLoginController';
|
||
|
import * as pbcOssImgController from './pbcOssImgController';
|
||
|
import * as pbcProductController from './pbcProductController';
|
||
|
import * as pbcProductHotController from './pbcProductHotController';
|
||
|
import * as pbcQrController from './pbcQrController';
|
||
|
import * as pbcSmsController from './pbcSmsController';
|
||
|
import * as pbcSmsLogController from './pbcSmsLogController';
|
||
|
import * as pbcUserMesssageController from './pbcUserMesssageController';
|
||
|
import * as pbcUsersController from './pbcUsersController';
|
||
|
export default {
|
||
|
pbcSmsLogController,
|
||
|
pbcImageController,
|
||
|
pbcLoginController,
|
||
|
pbcBusinessController,
|
||
|
pbcBusinessApprovalController,
|
||
|
pbcCategoryController,
|
||
|
pbcContentPublishController,
|
||
|
pbcProductController,
|
||
|
pbcProductHotController,
|
||
|
pbcQrController,
|
||
|
pbcSmsController,
|
||
|
pbcUserMesssageController,
|
||
|
pbcUsersController,
|
||
|
errorController,
|
||
|
pbcOssImgController,
|
||
|
};
|