feat(channel): enhance AddChannel functionality with structured request handling

This commit is contained in:
CaIon
2025-06-16 00:37:22 +08:00
parent d2b47969da
commit 0089157b83
3 changed files with 94 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ func initCol() {
}
}
// log sql type and database type
common.SysLog("Using Log SQL Type: " + common.LogSqlType)
//common.SysLog("Using Log SQL Type: " + common.LogSqlType)
}
var DB *gorm.DB