增加表关联新建功能,同时修复数据库bug
This commit is contained in:
@@ -18,6 +18,7 @@ func main() {
|
||||
appIns := hotime.Init("config/config.json")
|
||||
//RESTfull接口适配
|
||||
appIns.SetConnectListener(func(context *hotime.Context) bool {
|
||||
|
||||
//文件上传接口
|
||||
if len(context.RouterString) == 1 && context.RouterString[0] == "file" && context.Req.Method == "POST" {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user