Skip to content

Commit e3e2200

Browse files
committed
修改小时为个位数时导致服务器500的bug
1 parent f1aa77f commit e3e2200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libSeatReserve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def send_post(url, header, timestamp, *json):
3232
}
3333

3434
UPD_VERSION_data = {"intf_code": "UPD_VERSION", "params": {"platform": "0"}} # 查询更新
35-
LOGIN_data = {"intf_code": "QRY_LOGIN", "params": {"userPhysicalCard": "2014014053", "password": "919695074"}} # 模拟登陆
35+
LOGIN_data = {"intf_code": "QRY_LOGIN", "params": {"userPhysicalCard": "2014014053", "password": "保密"}} # 模拟登陆
3636
QRY_ADVERT_data = {"intf_code": "QRY_ADVERT", "params": {}} # 未知。。。
3737
QRY_NOTICE_data = {"intf_code": "QRY_NOTICE", "params": {"limit": "5"}} # 系统通知
3838
QRY_MY_PRE_SEAT_CHECK_data = {"intf_code": "QRY_PRE_SEAT_CHECK", "params": {"userPhysicalCard": "2014014053"}} # 预约记录查询

0 commit comments

Comments
 (0)