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