JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改录音组件超时时间为60秒
This commit is contained in:
@@ -472,7 +472,7 @@
|
||||
if (status.value === 'send_over') return;
|
||||
voice_to_text_status.value = 'networkError';
|
||||
status.value = 'send_over'; // 设置成发送完成
|
||||
}, 4000);
|
||||
}, 60000);
|
||||
} else if (_isOutStatus === '01') {
|
||||
status.value = 'voice_send_ing'; //主状态设置为语音发送中
|
||||
}
|
||||
|
||||
+4
-4
@@ -76,10 +76,10 @@
|
||||
"NSMicrophoneUsageDescription" : "此应用需要访问您的麦克风来录制音频"
|
||||
},
|
||||
"capabilities" : {
|
||||
"entitlements" : {
|
||||
"com.apple.developer.avfoundation.multitasking-camera-access" : true
|
||||
}
|
||||
}
|
||||
"entitlements" : {}
|
||||
},
|
||||
/* "com.apple.developer.avfoundation.multitasking-camera-access" : true*/
|
||||
"idfa" : false
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {},
|
||||
|
||||
@@ -18,16 +18,6 @@ export const MyAPIErrors : Map<MyApiErrorCode, string> = new Map([
|
||||
* 错误码及对应的错误信息
|
||||
*/
|
||||
[9010001, 'custom error mseeage1'],
|
||||
[9010002, 'custom error mseeage2'],
|
||||
[9010003, 'custom error mseeage2'],
|
||||
[9010004, 'custom error mseeage2'],
|
||||
[9010005, 'custom error mseeage2'],
|
||||
[9010006, 'custom error mseeage2'],
|
||||
[9010007, 'custom error mseeage2'],
|
||||
[9010008, 'custom error mseeage2'],
|
||||
[9010009, 'custom error mseeage2'],
|
||||
[9010010, 'custom error mseeage2'],
|
||||
[9010011, 'custom error mseeage2']
|
||||
]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user