MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Prepare

Method Prepare

controllers/RecordController.go:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (this *RecordController) Prepare() {
15 this.BaseController.Prepare()
16 if this.Member.MemberId == 0 {
17 this.JsonResult(1, "请先登录")
18 }
19}
20
21//获取阅读记录列表
22func (this *RecordController) List() {

Callers

nothing calls this directly

Calls 1

JsonResultMethod · 0.80

Tested by

no test coverage detected