瀏覽代碼

修复传参问题

locky 8 月之前
父節點
當前提交
c2a4ada6f8
共有 1 個文件被更改,包括 2 次插入1 次删除
  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,