Feat: remote upload callback / validation

This commit is contained in:
HFO4
2019-12-30 19:37:21 +08:00
parent d29b7ef6f8
commit 4a5782b4e5
6 changed files with 61 additions and 8 deletions

View File

@ -47,7 +47,7 @@ func Init() {
// Debug模式下输出所有 SQL 日志
if conf.SystemConfig.Debug {
db.LogMode(false)
db.LogMode(true)
}
//db.SetLogger(util.Log())