Browse Source

添加一个间隔时间字段

linhaohong 1 year ago
parent
commit
627a1d33af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/AppCampaignController.py

+ 1 - 0
Controller/AppCampaignController.py

@@ -433,6 +433,7 @@ class AppCampaignView(View):
                     'end_date': campaign_end_date,
                     'start_time': campaign_start_firstday,
                     'end_time': campaign_end_firstday,
+                    'interval_time': 86400,
                     'device_types': [device.type for device in campaign.device_type_list],
                 })
             return response.json(0, {