|
@@ -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: 读取账号列表
|