mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 11:26:07 +00:00
debug: 添加请求参数输出
This commit is contained in:
@@ -21,6 +21,7 @@ class RequestBase:
|
|||||||
|
|
||||||
def _req(self, **kwargs):
|
def _req(self, **kwargs):
|
||||||
"""处理代理问题"""
|
"""处理代理问题"""
|
||||||
|
logging.debug("请求接口参数: %s", str(kwargs))
|
||||||
import config
|
import config
|
||||||
|
|
||||||
ret = self.req_func(**kwargs)
|
ret = self.req_func(**kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user