设置某条朋友圈为隐私/公开
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
snsId | body | number | 必填 | 朋友圈ID |
open | body | boolean | 必填 | 是否公开 |
请求示例
{
"appId": "",
"snsId": 0,
"open": false
}响应示例
{
"ret": 200,
"msg": "操作成功"
}| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
snsId | body | number | 必填 | 朋友圈ID |
open | body | boolean | 必填 | 是否公开 |
{
"appId": "",
"snsId": 0,
"open": false
}{
"ret": 200,
"msg": "操作成功"
}