bugfix
This commit is contained in:
parent
9ede3ae93d
commit
e47e124d9b
@ -166,7 +166,7 @@ class ReplyBuilder:
|
|||||||
return xml
|
return xml
|
||||||
|
|
||||||
@staticmethod
|
@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:
|
||||||
"""
|
"""
|
||||||
快捷方法:构造单篇图文消息
|
快捷方法:构造单篇图文消息
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user