mirror of
https://github.com/XiaoGe-LiBai/yangmao.git
synced 2025-12-19 12:04:34 +08:00
更新
This commit is contained in:
@@ -443,9 +443,9 @@ def main():
|
|||||||
print("瑞数加密已关闭")
|
print("瑞数加密已关闭")
|
||||||
rs = 0
|
rs = 0
|
||||||
if os.environ.get('hf2')!= None:
|
if os.environ.get('hf2')!= None:
|
||||||
chinaTelecomAccount = os.environ.get('jdhf')
|
chinaTelecomAccount = os.environ.get('hf2')
|
||||||
else:
|
else:
|
||||||
chinaTelecomAccount = jdhf
|
chinaTelecomAccount = hf2
|
||||||
|
|
||||||
for i in chinaTelecomAccount.split('&'):
|
for i in chinaTelecomAccount.split('&'):
|
||||||
|
|
||||||
|
|||||||
@@ -442,10 +442,10 @@ def main():
|
|||||||
else:
|
else:
|
||||||
print("瑞数加密已关闭")
|
print("瑞数加密已关闭")
|
||||||
rs = 0
|
rs = 0
|
||||||
if os.environ.get('hf2')!= None:
|
if os.environ.get('hf3')!= None:
|
||||||
chinaTelecomAccount = os.environ.get('jdhf')
|
chinaTelecomAccount = os.environ.get('hf3')
|
||||||
else:
|
else:
|
||||||
chinaTelecomAccount = jdhf
|
chinaTelecomAccount = hf3
|
||||||
|
|
||||||
for i in chinaTelecomAccount.split('&'):
|
for i in chinaTelecomAccount.split('&'):
|
||||||
|
|
||||||
|
|||||||
@@ -442,10 +442,10 @@ def main():
|
|||||||
else:
|
else:
|
||||||
print("瑞数加密已关闭")
|
print("瑞数加密已关闭")
|
||||||
rs = 0
|
rs = 0
|
||||||
if os.environ.get('hf2')!= None:
|
if os.environ.get('hf4')!= None:
|
||||||
chinaTelecomAccount = os.environ.get('jdhf')
|
chinaTelecomAccount = os.environ.get('hf4')
|
||||||
else:
|
else:
|
||||||
chinaTelecomAccount = jdhf
|
chinaTelecomAccount = hf4
|
||||||
|
|
||||||
for i in chinaTelecomAccount.split('&'):
|
for i in chinaTelecomAccount.split('&'):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user