package controller // Api api接口 type Api struct { Public // 公共方法 Article // 图文 Video // 视频 BaseAgreement // 基础数据-协议 User // 用户 UserVoteDay // 投票记录 System // 配置 BaseHospital // 基础数据-医院 }