| | |
| | | # cAccessLogin.MAC = self.robot.GetRobotConfig()[2]
|
| | | # cAccessLogin.Version = ConfigIniReader.GetConfig().GetVersionNo()
|
| | | #=======================================================================
|
| | | accID, appID, sid = self.robot.GetRobotConfig()[1].split("@")
|
| | | accID, spID, sid = self.robot.GetRobotConfig()[1].split("@")
|
| | |
|
| | | cAccessLogin = tagCPlayerLogin()
|
| | | cAccessLogin.IDType = 1
|
| | |
| | | cAccessLogin.Version = ConfigIniReader.GetConfig().GetVersionNo()
|
| | | cAccessLogin.LineNO = 255
|
| | | cAccessLogin.MAC = self.robot.GetRobotConfig()[2]
|
| | | cAccessLogin.AppID = appID
|
| | | cAccessLogin.AppID = self.robot.GetRobotConfig()[4]
|
| | | cAccessLogin.ServerID = int(sid[1:])
|
| | | cAccessLogin.Adult = self.robot.GetRobotConfig()[3]
|
| | | cAccessLogin.ExtraLen = 0
|