first commi
This commit is contained in:
10
checker/legacy/test_check.py
Normal file
10
checker/legacy/test_check.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import check
|
||||
import requests
|
||||
|
||||
# 测试单一卡片
|
||||
card = "4347272058609925|05|33|032"
|
||||
proxy_list = []
|
||||
|
||||
with requests.Session() as sess:
|
||||
msg, stat = check.check(card, sess, proxy_list)
|
||||
print(f"Result: {msg}, Status: {stat}")
|
||||
Reference in New Issue
Block a user