From b0dfb020ce4c7d68645fc2704806e68bc607b30f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 19 Jun 2024 15:38:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E4=BA=9A=E6=8E=A7?= =?UTF-8?q?=E9=80=9A=E7=94=A8=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3=20bug2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/third/views.py b/apps/third/views.py index b97a2a48..6346e094 100755 --- a/apps/third/views.py +++ b/apps/third/views.py @@ -248,7 +248,7 @@ class KingCommonViewSet(CreateModelMixin, CustomGenericViewSet): raise ParseError(**TAPI_CODE_WRONG) vdata['url'] = kapi['url'] vdata['method'] = kapi['method'] - _, res = dhClient.request( + _, res = kingClient.request( url=vdata['url'], method=vdata.get('method', 'post'), params=vdata.get('params', {}),