diff --git a/woa/reply.py b/woa/reply.py index 16b2e3d..4998521 100644 --- a/woa/reply.py +++ b/woa/reply.py @@ -166,7 +166,7 @@ class ReplyBuilder: return xml @staticmethod - def single_article(msg: Dict[str, Any], create_time=None, title: str, description: str, image: str, url: str) -> str: + def single_article(msg: Dict[str, Any], title: str, description: str, image: str, url: str, create_time=None) -> str: """ 快捷方法:构造单篇图文消息 """