aomaker icon indicating copy to clipboard operation
aomaker copied to clipboard

优化接口文档中没有接口描述时,生成的接口模型中的注释显示

Open ae86sen opened this issue 5 months ago • 0 comments

对于endpoint.description为None时,不显示注释,而不是显示None

@define(kw_only=True)
@router.get("/maas/api/tag")
class GetAPI(BaseAPI[ListResponseModelTag]):
    """None"""
    ...

ae86sen avatar Sep 05 '25 09:09 ae86sen