feat(backend): 实现Go后端API并添加测试脚本

This commit is contained in:
2025-12-23 23:28:09 +08:00
parent 044f355818
commit af8fdd5f52
17 changed files with 1241 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
// 配置
const ADMIN_PASSWORD = 'admin123'; // 管理员密码
const API_BASE_URL = 'http://localhost:3000/api'; // 后端API基础URL
const API_BASE_URL = 'http://localhost:6902/api'; // 后端API基础URL
// 初始化
function init() {