Results 6 issues of F_CIL

I have used the ZipArchiveFileSystem to create a zip file on disk. And then I add some directory and files. But how can I save these modifications to disk? I...

question

> 文件位置:lark_oapi\api\contact\v3\model\children_department_request.py ChildrenDepartmentRequest 目前定义如下: ```python class ChildrenDepartmentRequest(BaseRequest): def __init__(self) -> None: super().__init__() self.user_id_type: Optional[str] = None self.department_id_type: Optional[str] = None self.fetch_child: Optional[bool] = None self.page_size: Optional[int] = None self.page_token: Optional[str]...

关联 issue:https://github.com/larksuite/oapi-sdk-python/issues/100