()
| 13 | } |
| 14 | |
| 15 | func (this *BookmarkController) Prepare() { |
| 16 | this.BaseController.Prepare() |
| 17 | if this.Member.MemberId == 0 { |
| 18 | this.JsonResult(1, "请先登录") |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | //添加或者移除书签 |
| 23 | func (this *BookmarkController) Bookmark() { |
nothing calls this directly
no test coverage detected