fromandroid_event.android_scriptimportallEventimportstructimportsocketimportrandomimporttime#安卓常规渠道注册appkey='5832ed4f6cba0813fcc923117f087581'for_inrange(1):# 随机生成12为数组# i = ''.join(str(random.choice(range(10))) for _ in range(12))i='930584053009'# 随机生成ipip=socket.inet_ntoa(struct.pack('>I',random.randint(1,0xffffffff)))allEvent().registerEvent(i,ip,appkey)# time.sleep(2)