This commit is contained in:
张成
2025-12-22 17:39:46 +08:00
parent 9ad2fd2992
commit 4f3ea34334

View File

@@ -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) => { 'GET /config/remote-code/version': async (ctx) => {
try { try {