debug: 添加请求参数输出

This commit is contained in:
RockChinQ
2023-11-14 21:35:02 +08:00
parent d2776cc1e6
commit 5abca84437

View File

@@ -21,6 +21,7 @@ class RequestBase:
def _req(self, **kwargs):
"""处理代理问题"""
logging.debug("请求接口参数: %s", str(kwargs))
import config
ret = self.req_func(**kwargs)