Skip to content

基于 wechat-open-api 封装用于 nestjs 的微信生态服务端接口

License

Notifications You must be signed in to change notification settings

wytxer/nestjs-wechat-open-api

Repository files navigation

NESTJS WECHAT OPEN API

基于 wechat-open-api 封装用于 nestjs 的微信生态服务端接口

使用

导入模块:

import { WechatAppModule } from 'nestjs-wechat-open-api'

@Module({
  imports: [
    WechatAppModule.forRoot({ appid: '', secret: '' })
  ]
})

使用:

import { WechatAppService } from 'nestjs-wechat-open-api'

@Injectable()
export class UserService {
  constructor(private readonly wechatAppService: WechatAppService) {}
}

使用文档

License

MIT

About

基于 wechat-open-api 封装用于 nestjs 的微信生态服务端接口

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published