Update websocket_protocol_zh.md

This commit is contained in:
Yabin Li 2023-09-01 14:39:24 +08:00 committed by GitHub
parent de6979c31d
commit b3ab006452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
#### 首次通信
message为需要用json序列化
```text
{"mode": "offline", "wav_name": "wav_name","wav_format":"pcm","is_speaking": True,"wav_format":"pcm","hotwords":"阿里巴巴 达摩院 阿里云"}
{"mode": "offline", "wav_name": "wav_name","wav_format":"pcm","is_speaking": True,"hotwords":"阿里巴巴 达摩院 阿里云"}
```
参数介绍:
```text