删除测试代码
This commit is contained in:
parent
011ffd5ccf
commit
c540da932a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue