Update sf.py

This commit is contained in:
zhangjie369
2025-03-18 16:25:30 +08:00
committed by GitHub
parent 395fb3f9b8
commit 9d0566c24f

4
sf.py
View File

@@ -1730,7 +1730,7 @@ def import_Tools():
if __name__ == '__main__':
APP_NAME = '顺丰速运'
ENV_NAME = 'sfsyUrl'
ENV_NAME = 'sfsyUrl-New'
CK_NAME = 'url'
print(f'''
✨✨✨ TG频道:https://t.me/fxmbb ✨✨✨
@@ -1751,4 +1751,4 @@ if __name__ == '__main__':
print(f"\n>>>>>>>>>>共获取到{len(tokens)}个账号<<<<<<<<<<")
for index, infos in enumerate(tokens):
run_result = RUN(infos, index).main()
if not run_result: continue
if not run_result: continue