| 
					
				 | 
			
			
				@@ -86,6 +86,7 @@ class ResponseObject(object): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             10031: 'The cloud storage has expired', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             10032: 'The switched cloud storage package ID cannot be the same as the one in use', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             10033: 'The primary user of the device cannot purchase it', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            10034: 'Non device primary users cannot view cloud storage', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         data_cn = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             0: '成功', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -167,6 +168,7 @@ class ResponseObject(object): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             10031: '云存已过期', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             10032: '切换的云存套餐ID不能与正在使用中的相同', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             10033: '非设备主用户无法购买', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            10034: '非设备主用户无法查看云存', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if self.lang == 'cn': 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             msg = data_cn 
			 |