如何使用 wix api 和 wix api 访问令牌创建 wix 博客文章草稿

问题描述 投票:0回答:0

{ “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博文的详细方法

api post blogs velo
© www.soinside.com 2019 - 2024. All rights reserved.