()
| 33 | } |
| 34 | |
| 35 | func (this *StaticController) Test() { |
| 36 | // fmt.Println(models.NewBook().Export2Markdown("4b98937398e612778711608a3d09a9c4")) |
| 37 | this.Ctx.WriteString("this is a test") |
| 38 | } |
| 39 | |
| 40 | // Uploads 查询上传的静态资源。 |
| 41 | // 如果是音频和视频文件,需要根据后台设置而判断是否加密处理 |
nothing calls this directly
no outgoing calls
no test coverage detected