simple nestjs server for send msg to contact or room by wechaty
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
path | argument |
---|---|
/send | {user: string; msg: string} |
/sendRoom | {list: {titleList: string[],receivedContent: string,atList: string[]}[]} |
Nest is MIT licensed.