获取指定id朋友圈
POST
/sns/SendSnsObjectDetailById
朋友圈
请求参数
Query 参数
key
string
账号唯一标识
Body 参数application/json
BlackList
array[string]
可选
Id
string
可选
示例值:
Location
object (baseinfo.Location)
可选
City
string
可选
示例值:
Latitude
string
可选
示例值:
Longitude
string
可选
示例值:
PoiAddress
string
可选
示例值:
PoiClassifyID
string
可选
示例值:
PoiClassifyType
integer <uint32>
可选
PoiName
string
可选
示例值:
LocationVal
integer <int64>
可选
示例
{
"BlackList": [
"string"
],
"Id": "",
"Location": {
"City": "",
"Latitude": "",
"Longitude": "",
"PoiAddress": "",
"PoiClassifyID": "",
"PoiClassifyType": 0,
"PoiName": ""
},
"LocationVal": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/sns/SendSnsObjectDetailById' \
--header 'Content-Type: application/json' \
--data-raw '{
"BlackList": [
"string"
],
"Id": "",
"Location": {
"City": "",
"Latitude": "",
"Longitude": "",
"PoiAddress": "",
"PoiClassifyID": "",
"PoiClassifyType": 0,
"PoiName": ""
},
"LocationVal": 0
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}