Files
CJGIS_UAVPatrol/server/mcp/function.js
❀ » Cato Sweeney. ❀ » Console@the.bb bb46cb3bcc *
2025-11-27 16:14:04 +08:00

16 lines
420 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// ==========================================================================
// 所属模块mcp
// 生成日期2024/10/16
// 生成路径: /mcp/function.js
// 生成人xScript_Engine
// 数据表system
// ==========================================================================
response.headers.add("X-Script-Version", "mcp-25.04.11");
cache.new("mcp-counter");
function main() {
return "Error";
}