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