syntax = "v1" info ( title: "Photography Portfolio Frontend API" desc: "摄影作品集前端展示 API 服务" author: "Photography Team" email: "team@photography.com" version: "v1.0.0" ) import "common.api" import "frontend/public.api" import "frontend/auth.api" // 健康检查接口 (无需认证) @server ( group: health prefix: /api/v1 ) service photography-api { @doc "健康检查" @handler health get /health returns (BaseResponse) }