def get(self, list_id, scan_group_id):
try:
List = dumps(connector.ShowScannedList(list_id, scan_group_id))
return List
except Exception as ex:
return '{"type":"error", "message":"' + GetException() + '"}'
文章目录