{ “draftPost”:{
"title": "abc1",
"richContent": {
"nodes": [
{
"type": "paragraph",
"text": "This is a paragraph of text."
},
{
"type": "paragraph",
"textData": {
"text": "This is a paragraph of text."
}
},
{
"type": "paragraph",
"style": {
"paddingTop": "20px"
},
"textData": {
"text": "This is a paragraph of text."
}
}
]
}
}, “发布”:假 }
我曾尝试用上面的代码创建 wix 博客文章草稿 对了,只创建了标题,还没有创建描述 是什么原因? 请通过详细示例告诉我解决方案 谢谢
我想知道用wix api创建wix博文的详细方法