def get(self, request, node_id): configs = VmessNode.get_user_vmess_configs_by_node_id(node_id) return JsonResponse(configs)