讯飞响应 sid 错误码提示返回

This commit is contained in:
ybyang
2024-11-25 16:58:08 +08:00
parent e7cc50d8cb
commit 4c395352ff
2 changed files with 5 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ type Functions struct {
type ChatRequest struct {
Header struct {
AppId string `json:"app_id"`
PatchId string `json:"patch_id,omitempty"`
AppId string `json:"app_id"`
PatchId []string `json:"patch_id,omitempty"`
} `json:"header"`
Parameter struct {
Chat struct {