|  | @@ -47,7 +47,7 @@ const endpoints = {
 | 
	
		
			
				|  |  |  	get_result: 'https://robustvideomatting.elab-plus.com/get_result', // 获取视频上传结果
 | 
	
		
			
				|  |  |  	getUserVirtural: 'elab-marketing-file/virtual/getUserVirtural', // 查询用户上传的数字人 
 | 
	
		
			
				|  |  |  	addUserVirtural: 'elab-marketing-file/virtual/addUserVirtural', // 修改数字人信息
 | 
	
		
			
				|  |  | -	aliyunOpenapiUploadOss: "elab-marketing-sms/aliyun/openapi/uploadOss", // 上传文件到oss
 | 
	
		
			
				|  |  | +	aliyunOpenapiUploadOss: "elab-marketing-notify/aliyun/openapi/uploadOss", // 上传文件到oss
 | 
	
		
			
				|  |  |  	queryTestcaseSingle: "elab-marketing-content/testcase/queryTestcaseSingle/v2", // 查询单个测试数据
 | 
	
		
			
				|  |  |  	add: "elab-marketing-file/browse/records/add", // 是否喜欢
 | 
	
		
			
				|  |  |  	send: 'elab-marketing-user/vcode/send/verifyCode', //发送短信验证码
 | 
	
	
		
			
				|  | @@ -132,7 +132,7 @@ window.requestConfig = async(endpoint, options, isHideLoading = false, preventDo
 | 
	
		
			
				|  |  |  	    requestOptions.headers.sign = encryptedData;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |      if (requestOptions.url.includes('elab-marketing-analyse/heavenlyEye/importLocations') ||
 | 
	
		
			
				|  |  | -        requestOptions.url.includes('elab-marketing-sms/aliyun/openapi/uploadOss') ||
 | 
	
		
			
				|  |  | +        requestOptions.url.includes('elab-marketing-notify/aliyun/openapi/uploadOss') ||
 | 
	
		
			
				|  |  |  		requestOptions.url.includes('/robust_video')) {
 | 
	
		
			
				|  |  |          requestOptions.ContentType = 'multipart/form-data';
 | 
	
		
			
				|  |  |  		if(uploadProgress && typeof(uploadProgress)==='function'){
 |