diff --git a/init/select_ticket_info.py b/init/select_ticket_info.py index 68bed59..55179b1 100644 --- a/init/select_ticket_info.py +++ b/init/select_ticket_info.py @@ -246,7 +246,7 @@ class select: pass time.sleep(self.expect_refresh_interval) else: - raise ticketConfigException("车次配置信息有误,请检查") + print "车次配置信息有误,或者返回数据异常,请检查 {}".format(station_ticket) def check_user(self): """ @@ -349,7 +349,6 @@ class select: self.user_info[i]['passenger_id_no'] + "," + self.user_info[i]['passenger_type'] + '_') return passengerTicketStrList, oldPassengerStr - def checkOrderInfo(self, train_no, set_type): """ 检查支付订单,需要提交REPEAT_SUBMIT_TOKEN diff --git a/tkcode b/tkcode index d87a5ad..2fa3803 100644 Binary files a/tkcode and b/tkcode differ