@@ -399,6 +399,8 @@ def v3addInterface(request):
print(View_Password)
except Exception as e:
return response.json(111)
+ if not View_Password:
+ return response.json(111)
if all([UID, NickName, View_Account, Type, ChannelIndex]):
tko = TokenObject(token)
response.lang = tko.lang