Browse Source

修复传参问题

locky 8 months ago
parent
commit
c2a4ada6f8
1 changed files with 2 additions and 1 deletions
  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,