删除测试代码

This commit is contained in:
DU 2021-04-13 17:06:06 +08:00
parent 011ffd5ccf
commit c540da932a
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ public class HuaweiVoiceServiceImpl implements IVoiceService {
} catch (IOException e) {
throw BusinessExceptionAssertEnum.SYSTEM_EXCEPTION.exception("语音文件上传失败", e);
}
System.setProperty("https.protocols", "TLSv1.2,TLSv1.1,SSLv3");
AuthInfo authInfo = new AuthInfo(ak, sk, region, projectId);
SisConfig sisConfig = new SisConfig();
AsrCustomizationClient client = new AsrCustomizationClient(authInfo, sisConfig);