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

24 lines
317 B
Markdown

# TypeScript Client
## 快速开始
1. 启动WebSoket服务用语接收消息
```shell
npm run ws_server
```
2. 运行测试demo
```
npm run start
```
## 说明
./src/index.ts 包含3.9.5.81支持的所有接口封装
./tcp_server.ts 接收消息的服务端代码
./example/ding-dong-bot.ts SDK使用示例