mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-02-23 16:44:54 +08:00
24 lines
317 B
Markdown
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使用示例
|