This commit is contained in:
XiaoGe-LiBai
2025-04-25 23:11:06 +08:00
parent bae912071c
commit 644ddf9f69
9 changed files with 17 additions and 16 deletions

View File

@@ -8,6 +8,7 @@
变量chinaTelecomAccount
变量格式: 手机号#服务密码
多号创建多个变量或者换行、&隔开
cron:5 8,12,16,20,22 * * *
'''
import os
import re

View File

@@ -473,9 +473,9 @@ def main():
else:
chinaTelecomAccount = jdhf1
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('@')
i = i.split('#')
phone = i[0]
password = i[1]
uid = i[-1]

View File

@@ -473,9 +473,9 @@ def main():
else:
chinaTelecomAccount = jdhf2
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('@')
i = i.split('#')
phone = i[0]
password = i[1]
uid = i[-1]

View File

@@ -498,7 +498,7 @@ def main():
else:
printn(f'{phone} 登录失败')
#手机号@密码@wxpusheruid
#手机号#密码@wxpusheruid
jdhf3 = ""
#重发次数
cfcs = 15

View File

@@ -473,9 +473,9 @@ def main():
else:
chinaTelecomAccount = jdhf4
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('@')
i = i.split('#')
phone = i[0]
password = i[1]
uid = i[-1]

View File

@@ -473,9 +473,9 @@ def main():
else:
chinaTelecomAccount = jdhf5
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('@')
i = i.split('#')
phone = i[0]
password = i[1]
uid = i[-1]

View File

@@ -473,9 +473,9 @@ def main():
else:
chinaTelecomAccount = jdhf6
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('@')
i = i.split('#')
phone = i[0]
password = i[1]
uid = i[-1]

View File

@@ -473,9 +473,9 @@ def main():
else:
chinaTelecomAccount = jdhf7
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('@')
i = i.split('#')
phone = i[0]
password = i[1]
uid = i[-1]

View File

@@ -473,9 +473,9 @@ def main():
else:
chinaTelecomAccount = jdhf
for i in chinaTelecomAccount.split('&'):
for i in chinaTelecomAccount.split('\n'):
i = i.split('@')
i = i.split('#')
phone = i[0]
password = i[1]
uid = i[-1]
@@ -498,7 +498,7 @@ def main():
else:
printn(f'{phone} 登录失败')
#手机号@密码@wxpusheruid
#手机号#密码@wxpusheruid
jdhf = ""
#重发次数
cfcs = 15