|
@@ -52,7 +52,8 @@ class TransferService(Service):
|
|
|
|
|
|
async def is_customized(self) -> bool:
|
|
|
url = self._base_url.join('duoduo-service/custom-service/custom/timetarget')
|
|
|
- time_str = arrow.get(arrow.get(self._now_time, TIME_FMT).timestamp // 900 * 900).strftime('%Y%m%d%H%M%S')
|
|
|
+ time_str = arrow.get(arrow.get(self._now_time, TIME_FMT).shift(minutes=15).timestamp
|
|
|
+ // 900 * 900).strftime('%Y%m%d%H%M%S')
|
|
|
params = {
|
|
|
'projectId': self._project_id,
|
|
|
'objectId': self._space_id,
|