package controller // Api api接口 type Api struct { Public // 公共方法 Project // 项目 Case // 病例 ProjectPlatform // 项目-平台 CaseComment // 评论 User // 用户 }