- 添加dailyWork支持,当前订是同步京东门店价格

This commit is contained in:
gazebo
2019-05-22 14:20:42 +08:00
parent c29a592131
commit 4ae02a5eb2
2 changed files with 23 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ func Init() {
if globals.IsProductEnv() {
misc.StartRefreshEbaiRealMobile()
ebai.CurPurchaseHandler.StartRefreshComment()
misc.StartDailyWork()
}
}