From 4f3ea3433463fbeb5a2b254bfe3721e473806853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Mon, 22 Dec 2025 17:39:46 +0800 Subject: [PATCH] 1 --- api/controller_front/config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api/controller_front/config.js b/api/controller_front/config.js index 2f9a1eb..8e552d0 100644 --- a/api/controller_front/config.js +++ b/api/controller_front/config.js @@ -168,6 +168,17 @@ module.exports = { } }, + /** + * @swagger + * /api/config/remote-code/version: + * get: + * summary: 获取远程代码版本 + * description: 获取远程代码版本 + * tags: [前端-系统配置] + * responses: + * 200: + * description: 获取成功 + */ 'GET /config/remote-code/version': async (ctx) => { try {