多模块拆进程四个业务模块(auth / system / monitor / resource)各编译成独立 binary、独立进程,nginx 按前缀分流剥前缀;另提供 standalone 单体入口便于本地调试。
统一响应与错误兜底一律 response.R[T] / PageResult[T],HTTP 恒 200;错误经 c.Error 登记、middleware.Recover 统一渲染,handler 不写错误 JSON。