Update chat.md (#3746)

示例代码的json内容少了一个引号
This commit is contained in:
sbcyk 2025-02-11 17:31:30 +08:00 committed by GitHub
parent f002896a24
commit 8ac6494e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -672,7 +672,7 @@ curl --location --request POST 'http://localhost:3000/api/core/chat/getHistories
"appId": "appId",
"offset": 0,
"pageSize": 20,
"source: "api"
"source": "api"
}'
```