This commit is contained in:
yumoqing 2025-04-29 11:23:42 +08:00
parent dc80ccd42c
commit 2bc2a73de9

View File

@ -202,7 +202,6 @@ class JsonHttpAPI:
self.te = MyTemplateEngine([], env=env)
self.hc = HttpClient(socks5_proxy_url=socks5_proxy_url)
async def stremfunc(self,
async def call(self, url, method='GET', ns={},
stream_func=None,
headerstmpl=None,