hxp
2019-11-12 2b3d5e31bafd7a9cd4b4738e38186ffed4cee5f6
Tool/Robot/framework/frame.py
@@ -173,7 +173,7 @@
            # 数据库取出为unicode
            clientMac = "abc"
            
            account = (str(result["Psw"]), accID, clientMac, int(result["Adult"]), result['AppID'])
            account = (str(result["Psw"]), accID, clientMac, int(result["Adult"]), str(result['AppID']))
            if account not in self.tokenList:
                self.tokenList.append(account)