|
@@ -638,7 +638,7 @@ class MchDataCenter(object):
|
|
|
|
|
|
while True:
|
|
|
try:
|
|
|
- time_stamp = int(stime.time() - 2 * 86400)
|
|
|
+ time_stamp = int(stime.time())
|
|
|
presecs = [900, 1800, 3600, 7200, 86400]
|
|
|
all_paths = self.paths(time_stamp)
|
|
|
mchid_paths = self.merchant_rmobile_path(all_paths)
|