Przeglądaj źródła

修复传参问题

locky 8 miesięcy temu
rodzic
commit
c2a4ada6f8
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      Controller/SysManage.py

+ 2 - 1
Controller/SysManage.py

@@ -150,7 +150,8 @@ def initMsgFunc(request):
             thread_kwargs = {
             thread_kwargs = {
                 'user_id': userID,
                 'user_id': userID,
                 'distribute_key': distribute_key,
                 'distribute_key': distribute_key,
-                'expire': expire
+                'expire': expire,
+                'end_time': end_time
             }
             }
             del_push_info_thread = threading.Thread(
             del_push_info_thread = threading.Thread(
                 target=distribute_cloud_storage_coupons,
                 target=distribute_cloud_storage_coupons,