Browse Source

更新 'dgp/tests/util/platform_config_util.py'

cary 4 năm trước cách đây
mục cha
commit
79e17629b4

+ 9 - 1
dgp/tests/util/platform_config_util.py

@@ -85,7 +85,15 @@ def get_wending_account_list():
     """
     """
     return get_account_list('文鼎', 'wending_account_config.csv')
     return get_account_list('文鼎', 'wending_account_config.csv')
 
 
-  
+
+def get_qiyue_account_list():
+    """
+    des cription:  七悦账号列表
+    return:       [['stage','token']] ->list
+    """
+    return platform_config_util.get_account_list('七悦', 'qiyue_account_config.csv') 
+
+
 def get_account_list(platform, account_file_name):
 def get_account_list(platform, account_file_name):
     """
     """
     description:  读取账号列表
     description:  读取账号列表