|
@@ -9,6 +9,7 @@ import (
|
|
|
|
|
|
"log"
|
|
|
qu "qfw/util"
|
|
|
+ "qfw/util/redis"
|
|
|
"recharge"
|
|
|
"service"
|
|
|
"time"
|
|
@@ -44,6 +45,7 @@ func init() {
|
|
|
xweb.AddAction(&recharge.EntRecharge{})
|
|
|
xweb.RootApp().AppConfig.SessionTimeout = 7 * 24 * time.Hour
|
|
|
xweb.RootApp().Logger.SetOutputLevel(1)
|
|
|
+ redis.Del("datag", "jyqyfw_es_query")
|
|
|
}
|
|
|
|
|
|
func main() {
|