mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-21 19:29:53 +08:00
实现二维码分享
This commit is contained in:
@@ -611,6 +611,7 @@ func (c *BookController) SaveSort() {
|
||||
c.JsonResult(0,"ok")
|
||||
}
|
||||
|
||||
|
||||
func (c *BookController) IsPermission() (*models.BookResult,error) {
|
||||
identify := c.GetString("identify")
|
||||
book ,err := models.NewBookResult().FindByIdentify(identify,c.Member.MemberId)
|
||||
|
||||
Reference in New Issue
Block a user