- 将维护平台门店状态的时间从1:00改在23:30

This commit is contained in:
gazebo
2019-07-25 09:49:43 +08:00
parent e84e046dde
commit 05b2c07861

View File

@@ -39,7 +39,7 @@ var (
"22:00:00",
}
openRemoteStoreTimeList = []string{
"01:00:00",
"23:30:00",
}
)