示例#1
0
文件: team.go 项目: robxu9/reservoir
func (cr *TeamAPIController) DeleteMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusForbidden)
}
示例#2
0
func (cr *OtterAPIController) UpdateMany(cx *goweb.Context) {
	cx.RespondWithStatus(http.StatusForbidden)
}