媒体名称(参数说明:根据传入不同的媒体类型进行不同字段的检索,规则如下:
media_type = 1 host_type = 1 --> 主站点域名
media_type = 1 host_type = 2 --> 子站点域名
media_type = 2 host_type = 1 --> 频道名称 + 主站点域名(格式示例:四川人民网<->xcrm.com)
media_type = 2 host_type = 2 --> 频道名称 + 子站点域名(格式示例:四川人民网<->xcrm.com)
media_type = 3 --> 站点名 称 + 用户ID(格式示例:抖音<->120381274891237,检索时会优先查看dataSource)
media_type = 4 --> 用户ID(仅针对搜索 Telegram【10304】使用)
{
"mediaInfoFilters": [
{
"dataSource": "00502",
"values": [
"string"
],
"mediaType": 1,
"hostType": 1
}
],
"pageInfo": {
"currentPage": 1,
"pageSize": 10
},
"sortInfo": {
"sortField": 9,
"sortWay": "desc"
}
}
curl --location --request POST '/v1/account/getIsContainsAccount' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mediaInfoFilters": [
{
"dataSource": "00502",
"values": [
"string"
],
"mediaType": 1,
"hostType": 1
}
],
"pageInfo": {
"currentPage": 1,
"pageSize": 10
},
"sortInfo": {
"sortField": 9,
"sortWay": "desc"
}
}'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"uuid": "string",
"userId": "string",
"customId": "string",
"secUid": "string",
"userName": "string",
"nickName": "string",
"url": "string",
"secUrl": "string",
"description": "string",
"headImageUrl": "string",
"likeCount": 0,
"favouriteCount": 0,
"playCount": 0,
"followersCount": 0,
"publishCount": 0,
"followCount": 0,
"collectCount": 0,
"rttCount": 0,
"friendsCount": 0,
"registrationTime": "2019-08-24T14:15:22Z",
"gender": "string",
"birthday": "2019-08-24T14:15:22Z",
"age": 0,
"verifiedType": 0,
"verifiedInfo": "string",
"mcn": "string",
"ipAreaName": "string",
"ipAreaCountry": "string",
"ipAreaProvince": "string",
"location": "string",
"country": "string",
"province": "string",
"city": "string",
"county": "string",
"isForeignMedia": 0,
"insertTime": "string",
"updateTime": "string",
"gid": 0,
"platform": {
"dataSourceType": "string",
"websiteName": "string",
"host": "string",
"subHost": "string",
"channelName": "string",
"mediaType": 0,
"hostType": 0,
"chineseName": "string",
"subWebsiteName": "string",
"chineseSubName": "string",
"chineseChannelName": "string",
"multipleHosts": [
"string"
],
"nameAlias": [
"string"
],
"isDeleted": 0
},
"crawler": {
"enable": 0,
"status": 0,
"priority": 0,
"tags": [
"string"
],
"collectComment": 0,
"renewInteraction": 0,
"standardCollect": 0,
"period": 0,
"s": 0
},
"esInsertTime": "string",
"isCrawler": 0
}
],
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}