Jelajahi Sumber

修复传参问题

locky 8 bulan lalu
induk
melakukan
c2a4ada6f8
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      Controller/SysManage.py

+ 2 - 1
Controller/SysManage.py

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