- wmi_api
- 开发指南
- 账号接口
- 消息接口
- 好友接口
- 标签接口
- 群接口
- 朋友圈接口
- 消息推送
转发朋友圈
开发中
POST
/v1/sns/forwardsns
请求参数
Header 参数
token
string
可选
Body 参数application/json
uuid
string
设备ID
itemid
string
转发朋友圈ID
privacy
integer
朋友圈隐私
withuserlist
array[string]
提醒好友看列表
groupuserlist
array[string]
可见好友列表
blacklist
array[string]
不可见好友列表
示例
{
"uuid": "",
"itemid": "",
"private": 1,
"withuserlist": [],
"groupuserlist": [],
"blacklist": []
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
string
朋友圈ID
text
string
必需
rowcount
integer
必需
showmsg
boolean
必需
示例
{
"code": 0,
"data": "string",
"text": "string",
"rowcount": 0,
"showmsg": true
}
修改于 2025-04-24 09:11:42