From 38b5512001e8ef2d1769d9619a7a51fb118e9e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Tue, 4 Oct 2022 11:29:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=AE=B0=E5=BD=95=E5=AF=BB?= =?UTF-8?q?=E6=81=AF=E6=88=90=E5=8A=9F=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/xunxi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/third/xunxi.py b/apps/third/xunxi.py index 7712246f..e0d6dd5c 100644 --- a/apps/third/xunxi.py +++ b/apps/third/xunxi.py @@ -70,8 +70,6 @@ class XxClient: if raise_exception: raise ParseError(**err_detail) return 'fail', err_detail - if '/WebLocate/locateByRail' in url: - self.handle_log(result='success', response=ret) return 'success', ret['data'] self.handle_log(result='error', response=ret) if raise_exception: