diff --git a/inter/Query.py b/inter/Query.py index 3721224..91a7442 100644 --- a/inter/Query.py +++ b/inter/Query.py @@ -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__":