()
| 12 | } |
| 13 | |
| 14 | func (this *SubmitController) Index() { |
| 15 | this.Data["SeoTitle"] = "开源书籍和文档收录" |
| 16 | this.Data["IsSubmit"] = true |
| 17 | this.TplName = "submit/index.html" |
| 18 | } |
| 19 | |
| 20 | func (this *SubmitController) Post() { |
| 21 | uid := this.Member.MemberId |
nothing calls this directly
no outgoing calls
no test coverage detected