package controller // Api api接口 type Api struct { Migrate Public // 公共方法-不验证权限 AdminUser // 后台用户 Question // 题目 QuestionQa // 问答题库 }