- 发出请求
- 模型接口
- 帮助中心
- mj绘画
- 视频接口
- 数字人接口
- wxipad
- 管理
- 公众号
- 设备
- 收藏
- 视频号
- 朋友
- 群管理
- 标签
- 登录
- 消息
- 其他
- 支付
- 企业微信
- 朋友圈
- 用户
- 同步消息
- API接口支付POST
发送朋友圈
POST
https://api.mjdjourney.cn/sns/SendFriendCircle
朋友圈
请求参数
Query 参数
key
string
账号唯一标识
Body 参数application/json
BlackList
array[string]
不可见好友列表
Content
string
文本内容
示例值:
ContentStyle
integer <uint32>
可选
ContentUrl
string
可选
示例值:
Description
string
可选
示例值:
GroupUserList
array[string]
可见好友列表
LocationInfo
object (SnsLocationInfoModel)
可选
City
string
可选
示例值:
Latitude
string
可选
示例值:
Longitude
string
可选
示例值:
PoiAddress
string
可选
示例值:
PoiClassifyID
string
可选
示例值:
PoiClassifyType
integer <uint32>
可选
PoiClickableStatus
integer <uint32>
可选
PoiInfoURL
string
可选
示例值:
PoiName
string
可选
示例值:
PoiScale
integer <int32>
可选
MediaList
array[object (SnsMediaItemModel) {19}]
图片/视频列表
Description
string
可选
示例值:
ID
integer <uint32>
可选
MD5
string
可选
示例值:
Private
integer <uint32>
可选
SizeHeight
string
可选
示例值:
SizeWidth
string
可选
示例值:
SubType
integer <uint32>
可选
ThumType
string
可选
示例值:
Thumb
string
可选
示例值:
Title
string
可选
示例值:
TotalSize
string
可选
示例值:
Type
integer <uint32>
可选
URL
string
可选
示例值:
URLType
string
可选
示例值:
UserData
string
可选
示例值:
VideoDuration
number <double>
可选
VideoHeight
string
可选
示例值:
VideoMD5
string
可选
示例值:
VideoWidth
string
可选
示例值:
Privacy
integer <uint32>
是否仅自己可见
WithUserList
array[string]
提醒好友看列表
示例
{
"BlackList": [
"string"
],
"Content": "",
"ContentStyle": 0,
"ContentUrl": "",
"Description": "",
"GroupUserList": [
"string"
],
"LocationInfo": {
"City": "",
"Latitude": "",
"Longitude": "",
"PoiAddress": "",
"PoiClassifyID": "",
"PoiClassifyType": 0,
"PoiClickableStatus": 0,
"PoiInfoURL": "",
"PoiName": "",
"PoiScale": 0
},
"MediaList": [
{
"Description": "",
"ID": 0,
"MD5": "",
"Private": 0,
"SizeHeight": "",
"SizeWidth": "",
"SubType": 0,
"ThumType": "",
"Thumb": "",
"Title": "",
"TotalSize": "",
"Type": 0,
"URL": "",
"URLType": "",
"UserData": "",
"VideoDuration": 0,
"VideoHeight": "",
"VideoMD5": "",
"VideoWidth": ""
}
],
"Privacy": 0,
"WithUserList": [
"string"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mjdjourney.cn/sns/SendFriendCircle' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-11-29 09:18:47