This commit is contained in:
孟帅 2022-03-01 08:35:20 +08:00
parent 00cbafd879
commit f944c68fc8
3 changed files with 5 additions and 16 deletions

View File

@ -4,14 +4,3 @@ package utils
var Filter = new(filter)
type filter struct{}
//func (util *filter) RangeDate(startTime string, endTime string) map[string]interface{} {
// g.Map{
// "uid <=" : 1000,
// "age >=" : 18,
// }
// return g.Map{
// "uid <=" : 1000,
// "age >=" : 18,
// }
//}

View File

@ -96,13 +96,13 @@ queue:
redis:
default:
address: "127.0.0.1:6379"
db: "5"
pass: "meng133814250"
db: "1"
pass: "hg123456."
idleTimeout: "20"
# cache:
# address: "127.0.0.1:6379"
# db: "5"
# pass: "meng133814250"
# db: "1"
# pass: "hg123456."
# idleTimeout: "20"
# Database.

View File

@ -8,4 +8,4 @@ set Today=%t:~0,4%-%t:~4,2%-%t:~6,2% %t:~8,2%:%t:~10,2%
git commit -m "%Today%"
git push git@gitee.com:bufanyun/hotgo.git master
git push git@github.com:bufanyun/hotgo.git master