Răsfoiți Sursa

注释响应语言

zhangdongming 3 ani în urmă
părinte
comite
66d8d8004b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -121,7 +121,7 @@ class CloudStorageView(View):
             token = request_dict.get('token', None)
             # 设备主键uid
             tko = TokenObject(token)
-            response.lang = tko.lang
+            # response.lang = tko.lang
             if tko.code != 0:
                 return response.json(tko.code)
             userID = tko.userID