1.0.0 • Published 3 years ago

midway-dd v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

midway.js 2.0 钉钉 SDK

使用方式

$ npm i midway-dd --save

然后配置

import { Configuration } from '@midwayjs/decorator';
import { ILifeCycle } from '@midwayjs/core';
import * as test from 'midway-dd';

@Configuration({
  imports: [
    dd
  ]
})
export class ContainerConfiguration implements ILifeCycle {
  async onReady(): Promise<void> {
  }
}