记录笔记
()
| 592 | |
| 593 | //记录笔记 |
| 594 | func (this *AccountController) Note() { |
| 595 | docid, _ := this.GetInt("doc_id") |
| 596 | fmt.Println(docid) |
| 597 | if strings.ToLower(this.Ctx.Request.Method) == "post" { |
| 598 | |
| 599 | } else { |
| 600 | this.Data["SeoTitle"] = "笔记" |
| 601 | this.TplName = "account/note.html" |
| 602 | } |
| 603 | } |
no outgoing calls
no test coverage detected