发布图文笔记
POST
/create_images_note/
最后修改时间:2024-06-05 05:52:28
请求参数
Body 参数multipart/form-data
cookie
string
必需
proxy
string
代理IP
title
string
笔记标题
示例值:
我是今天要发布的标题
desc
string
笔记正文
示例值:
我是今天要发布的内容主角, #Python[话题]# #特斯拉[话题]# @我却偏偏喜欢你 @向云端
images
file
图片列表
示例值:
["file:///Users/liulu/Desktop/Xnip2024-04-09_21-25-29.jpg","file:///Users/liulu/Desktop/Xnip2024-04-09_21-25-39.jpg"]
ats_list
array[string]
可选
示例值:
["{\"nickname\": \"向云端\", \"user_id\": \"5b8487bf1cd8b70001fb3a13\", \"name\": \"向云端\"}","{\"nickname\": \"我却偏偏喜欢你\", \"user_id\": \"565a73d4f53ee05de129c908\", \"name\": \"我却偏偏喜欢你\"}"]
topic_list
array[string]
可选
示例值:
["{ \"id\": \"5d35dd9b000000000e0088dc\", \"name\": \"Python\", \"type\": \"topic\", \"link\": \"https://www.xiaohongshu.com/page/topics/5d35dd9ba059940001703e38?naviHidden=yes\" }","{ \"id\": \"5be6e4bc56867700013b99e5\", \"name\": \"特斯拉\", \"type\": \"topic\", \"link\": \"https://www.xiaohongshu.com/page/topics/5be6e4bcdb601f0001f72453?naviHidden=yes\" }"]
is_private
string
可选
示例值:
1
post_time
string
发布时间
示例值:
2024-04-10 21:59:59
示例代码
返回响应
修改于 2024-06-05 05:52:28