From dedc49120396f3ff19ae9600afcd18cca631ba3f Mon Sep 17 00:00:00 2001 From: pyfaith Date: Mon, 7 Jan 2019 18:51:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9F=A5=E8=AF=A2=E4=BD=99?= =?UTF-8?q?=E7=A5=A8=E6=97=B6=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=BD=93?= =?UTF-8?q?=E5=89=8Dcdn=E8=BD=AE=E8=AF=A2IP=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inter/Query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__":