fix transfer update

This commit is contained in:
BreakWa11 2016-07-18 12:56:16 +08:00
parent d8dda5042f
commit 4fdd9ea0ab
3 changed files with 55 additions and 32 deletions

View file

@ -5,7 +5,7 @@ def getKeys():
if get_config().API_INTERFACE == 'sspanelv3':
key_list += ['id', 'method']
elif get_config().API_INTERFACE == 'sspanelv3ssr':
key_list += ['id', 'method', 'obfs', 'protocol']
key_list += ['id', 'method', 'obfs', 'protocol', 'obfs_param', 'protocol_param']
return key_list
#return key_list + ['plan'] # append the column name 'plan'