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