阿离 (@qwfgzx18016)重新发吧,那三条订阅全挂了,后续就在下面更新 中发帖

拿了记得在下面回复说一下,人太多了会重置订阅 
流量状态 
171.71 GB / 1000 GB 
当前套餐流量使用情况 
17% 
在线设备 
0 / 10 
当前在线设备数 
import base64

step1 = base64.b64decode("TVRJek5EVTI=").decode()  # MTIzNDU2
step2 = base64.b64decode(step1).decode()            # 123456

print(step2)  # 123456
 
 
Back to Top