| @@ -185,7 +185,7 @@ class CosyVoiceProvider { | ||
| 185 | 185 | headers: { |
| 186 | 186 | 'Content-Type': 'application/json', |
| 187 | 187 | }, |
| 188 | 188 | body: JSON.stringify(params), // 将参数对象转换为Convert parameter objects to JSON 字符串strings |
| 189 | 189 | }, |
| 190 | 190 | ); |
| 191 | 191 | if (!response.ok) { |