mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-02-23 00:24:57 +08:00
317 B
317 B
TypeScript Client
快速开始
- 启动WebSoket服务用语接收消息
npm run ws_server
- 运行测试demo
npm run start
说明
./src/index.ts 包含3.9.5.81支持的所有接口封装
./tcp_server.ts 接收消息的服务端代码
./example/ding-dong-bot.ts SDK使用示例