1、实现用户注册

2、实现验证码
3、完善文档评论功能
This commit is contained in:
lifei6671
2017-05-01 12:15:55 +08:00
parent ad67558b80
commit 5b5c5b73bc
26 changed files with 380 additions and 23 deletions

9
controllers/comment.go Normal file
View File

@@ -0,0 +1,9 @@
package controllers
type CommentController struct {
BaseController
}
func (c *CommentController) Lists() {
}