# -*- coding: utf-8 -*- # @Author: Owl # @Date: 2025/10/10 14:33 # @Description: import json from app.common_worker import * def query_cross_list(params): nodeid = check_param(params, 'nodeid') if not nodeid: return json.dumps(make_common_res(1, '缺少nodeid, 请刷新后重试'))