|  | @@ -91,7 +91,7 @@ def get_qiyue_account_list():
 | 
	
		
			
				|  |  |      des cription:  七悦账号列表
 | 
	
		
			
				|  |  |      return:       [['stage','token']] ->list
 | 
	
		
			
				|  |  |      """
 | 
	
		
			
				|  |  | -    return platform_config_util.get_account_list('七悦', 'qiyue_account_config.csv')
 | 
	
		
			
				|  |  | +    return get_account_list('七悦', 'qiyue_account_config.csv')
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  def get_account_list(platform, account_file_name):
 |