We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aa77f commit e3e2200Copy full SHA for e3e2200
libSeatReserve.py
@@ -32,7 +32,7 @@ def send_post(url, header, timestamp, *json):
32
}
33
34
UPD_VERSION_data = {"intf_code": "UPD_VERSION", "params": {"platform": "0"}} # 查询更新
35
-LOGIN_data = {"intf_code": "QRY_LOGIN", "params": {"userPhysicalCard": "2014014053", "password": "919695074"}} # 模拟登陆
+LOGIN_data = {"intf_code": "QRY_LOGIN", "params": {"userPhysicalCard": "2014014053", "password": "保密"}} # 模拟登陆
36
QRY_ADVERT_data = {"intf_code": "QRY_ADVERT", "params": {}} # 未知。。。
37
QRY_NOTICE_data = {"intf_code": "QRY_NOTICE", "params": {"limit": "5"}} # 系统通知
38
QRY_MY_PRE_SEAT_CHECK_data = {"intf_code": "QRY_PRE_SEAT_CHECK", "params": {"userPhysicalCard": "2014014053"}} # 预约记录查询
0 commit comments