去掉输出

This commit is contained in:
taofajun 2020-07-01 18:02:58 +08:00
parent f863c1e868
commit a78313be06
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Tencent implements AudioSynthesisStrategy
$rsp_str = curl_exec($ch);
if ($rsp_str === false) {
var_dump(curl_error($ch));
// var_dump(curl_error($ch));
curl_close($ch);
return -2;
}