修正查询余票时,不显示当前cdn轮询IP问题

pull/103/head
pyfaith 2019-01-07 18:51:27 +08:00
parent ec38172b3d
commit dedc491203
1 changed files with 1 additions and 1 deletions

View File

@ -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__":