摘要: 访问/pulibc路径 如果controller中定义了GetPublic方法,会执行这个方法,否则会被当做访问静态文件/public/index.html处理 阅读全文
posted @ 2020-09-21 09:35 longzhankunlun 阅读(139) 评论(0) 推荐(0) 编辑
摘要: datamodels/user.go package datamodels type User struct { UserId int64 `json:"user_id" xorm:"not null pk autoincr BIGINT(20)"` Name string `json:"name" 阅读全文
posted @ 2020-09-21 00:11 longzhankunlun 阅读(600) 评论(0) 推荐(0) 编辑