Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK发送富文本帖子问题 #211

Open
lchpersonal opened this issue Sep 6, 2024 · 0 comments
Open

SDK发送富文本帖子问题 #211

lchpersonal opened this issue Sep 6, 2024 · 0 comments

Comments

@lchpersonal
Copy link

lchpersonal commented Sep 6, 2024

使用SDK发qq频道帖子,总是提示json格式不正确,发现源码有bug,要把源码的:

class RichText(TypedDict):
    paragraphs: Paragraph

改成:

class RichText(TypedDict):
    paragraphs: List[Paragraph]

现在能发送成功,但是出现如下问题:
image
帖子列表能看到图片,但是点进帖子详情,只有文字,这个是什么原因?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant