{"success":true,"message":"欢迎访问 Cloudflare Worker API","version":"1.0.0","endpoints":[{"path":"/","method":"GET","description":"API 信息","auth":false},{"path":"/login","method":"POST","description":"用户登录","auth":false},{"path":"/register","method":"POST","description":"用户注册","auth":false},{"path":"/refresh","method":"POST","description":"刷新 token","auth":true},{"path":"/logout","method":"POST","description":"用户登出","auth":true},{"path":"/users","method":"GET","description":"获取用户列表","auth":true},{"path":"/admin/users","method":"POST","description":"管理员创建用户","auth":true,"roles":["admin"]},{"path":"/hello/:name","method":"GET","description":"问候用户","auth":true},{"path":"/profile","method":"GET","description":"获取当前用户信息","auth":true},{"path":"/admin/:action","method":"GET","description":"管理员接口","auth":true,"roles":["admin"]},{"path":"/me","method":"GET","description":"获取当前用户详细信息","auth":true}],"timestamp":"2026-09-23T06:59:51.935Z"}