mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 14:10:29 +08:00
去除未使用引入
This commit is contained in:
parent
b6f45326e9
commit
34f31285a4
@ -1,14 +1,14 @@
|
||||
import { Config, Init, Inject, Provide } from '@midwayjs/decorator';
|
||||
import { BaseService, CoolCache, CoolCommException } from '@cool-midway/core';
|
||||
import { BaseService, CoolCommException } from '@cool-midway/core';
|
||||
import { Config, Inject, Provide } from '@midwayjs/decorator';
|
||||
import { InjectEntityModel } from '@midwayjs/typeorm';
|
||||
import axios from 'axios';
|
||||
import * as crypto from 'crypto';
|
||||
import { v1 as uuid } from 'uuid';
|
||||
import * as moment from 'moment';
|
||||
import { InjectEntityModel } from '@midwayjs/typeorm';
|
||||
import { Equal, Repository } from 'typeorm';
|
||||
import { v1 as uuid } from 'uuid';
|
||||
import { PluginService } from '../../plugin/service/info';
|
||||
import { UserInfoEntity } from '../entity/info';
|
||||
import { UserWxEntity } from '../entity/wx';
|
||||
import { PluginService } from '../../plugin/service/info';
|
||||
|
||||
/**
|
||||
* 微信
|
||||
|
Loading…
Reference in New Issue
Block a user