mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 07:16:04 +00:00
feat: 添加多个可视化编辑schema
This commit is contained in:
@@ -69,7 +69,11 @@ class APIGroup(metaclass=abc.ABCMeta):
|
||||
**kwargs
|
||||
) -> asyncio.Task:
|
||||
"""执行请求"""
|
||||
asyncio.create_task(self._do(method, path, data, params, headers, **kwargs))
|
||||
task = asyncio.create_task(self._do(method, path, data, params, headers, **kwargs))
|
||||
|
||||
self.ap.asyncio_tasks.append(task)
|
||||
|
||||
return task
|
||||
|
||||
def gen_rid(
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user