This commit is contained in:
eric
2026-03-12 19:50:50 -05:00
parent ae575f1828
commit 90378502cf
18 changed files with 438 additions and 22 deletions

View File

@@ -16,6 +16,6 @@ def _get_memos_sdk() -> MemosSDK:
return _memos_sdk
def create_memos_user(user_id: str, password: str = "123456"):
def create_memos_user(user_id: str, password: str = "12345678"):
"""创建 Memos 用户"""
return _get_memos_sdk().create_user(user_id=user_id, password=password)