发布图文笔记
开发中POST
/creator/publish_normal_note请求参数
Body 参数application/json
guid
string
必需
title
string
必需
desc
string
必需
file_ids
array[string]
必需
is_private
boolean
必需
post_time
integer
必需
示例
{
"guid": "{{guid}}",
"title": "标题",
"desc": "描述",
"file_ids": [
"spectrum/4D8Cpm3GD7RA8uTWflD_BowrIX5hMcJnQNEc3yTzgptAEyE",
"spectrum/4D8Cpm3GD7RA8uTWflD_BowrIX5hMcJnQNEc3yTzgptAEyE"
],
"is_private": true,
"post_time": 1705664073347
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"err_code": 0,
"data": {
"business_bind_results": [],
"result": 0,
"success": true,
"msg": "",
"data": {
"id": "65aa3769000000002e009b3a",
"score": 10
},
"share_link": "https://www.xiaohongshu.com/discovery/item/65aa3769000000002e009b3a"
},
"hint": "170565411902515967068770"
}
最后修改时间: 1 年前