Browse Source

修复传参问题

locky 8 tháng trước cách đây
mục cha
commit
c2a4ada6f8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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,