wxhelper/nodejs_client_ts
LuChao 89a7fc8196 增加ts客户端sdk
- 增加ts客户端sdk
- 优化python代码
2024-03-21 18:58:09 +08:00
..
2024-03-21 18:58:09 +08:00
2024-03-21 18:58:09 +08:00
2024-03-21 18:58:09 +08:00
2024-03-21 18:58:09 +08:00
2024-03-21 18:58:09 +08:00
2024-03-21 18:58:09 +08:00

TypeScript Client

快速开始

  1. 启动WebSoket服务用语接收消息
npm run ws_server
  1. 运行测试demo
npm run start

说明

./src/index.ts 包含3.9.5.81支持的所有接口封装

./tcp_server.ts 接收消息的服务端代码

./example/ding-dong-bot.ts SDK使用示例