令参数符合标准

This commit is contained in:
hemengyang
2022-01-12 18:31:12 +08:00
parent a5f32febbd
commit 456d333568
17 changed files with 85 additions and 170 deletions

View File

@ -65,8 +65,7 @@ class Adapter(abc.ABC):
"""
`adapter` 实际调用 api 的逻辑实现函数,实现该方法以调用 api。
:参数:
参数:
api: API 名称
**data: API 数据
"""