commit
b2416455f4
|
@ -161,7 +161,7 @@ class query:
|
|||
}
|
||||
else:
|
||||
print(u"车次配置信息有误,或者返回数据异常,请检查 {}".format(station_ticket))
|
||||
return {"code": ticket.FAIL_CODE, "status": False}
|
||||
return {"code": ticket.FAIL_CODE, "status": False, "cdn": self.httpClint.cdn,}
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue