Browse Source

修复时间戳问题

peng 2 years ago
parent
commit
a540c1dc4c
2 changed files with 2 additions and 1 deletions
  1. 1 1
      AdminController/IcloudManagementController.py
  2. 1 0
      Controller/UserController.py

+ 1 - 1
AdminController/IcloudManagementController.py

@@ -306,7 +306,7 @@ class IcloudServeView(View):
         username = request_dict.get('userID__username', None)
         pay_type = request_dict.get('payType', None)
         status = request_dict.get('status', None)
-        time_range = request_dict.getlist('timeRange', None)
+        time_range = request_dict.get('timeRange', None)
         trade_no = request_dict.get('tradeNo', None)
         if not all([page, line]):
             return response.json(444)

+ 1 - 0
Controller/UserController.py

@@ -2402,6 +2402,7 @@ class InitInfoView(View):
         @param m_code: 手机唯一标识
         @param lang: 语言
         @param tz: 时区
+        @param now_time: 时间戳
         @return: None
         """
         try: