Browse Source

到期通知

chenshibin 4 years ago
parent
commit
db0da79b7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -1326,7 +1326,7 @@ class CloudStorageView(View):
         except Exception as e:
         except Exception as e:
             return repr(e)
             return repr(e)
     # 云存到期续费提醒   提前1天
     # 云存到期续费提醒   提前1天
-    def do_vod_msg_end(self):
+    def do_vod_msg_end(self, request_dict):
         response = ResponseObject()
         response = ResponseObject()
         now_time = int(time.time())
         now_time = int(time.time())