京东商城订单初测试

This commit is contained in:
苏尹岚
2020-05-29 14:28:01 +08:00
parent 1eb65408d8
commit 39a78d04f8
2 changed files with 21 additions and 1 deletions

View File

@@ -261,6 +261,8 @@ func Init() {
}, []string{
"04:05:06",
})
ScheduleTimerFuncByInterval(func() {
}, 5*time.Second, 5*time.Minute)
}
if configs, err := dao.QueryConfigs(dao.GetDB(), "ebaiStorePageCookieExdTOKEN", model.ConfigTypeCookie, ""); err == nil {
ebaiStorePageCookieExdTOKEN = configs[0].Value