{
"id": 0,
"userId": "string",
"stName": "string",
"topicName": "string",
"pushTerms": {
"pubStartTime": "2019-08-24T14:15:22Z",
"pubEndTime": "2019-08-24T14:15:22Z",
"isFilter": true,
"historyPushType": 0,
"isDumpPicVideo": 0,
"infoSourceConfig": {
"dataSources": [
"string"
],
"countryAreas": [
"string"
],
"provinceAreas": [
"string"
],
"mediaAreas": [
{
"mediaAreaProvince": "string",
"mediaAreaCity": "string",
"mediaAreaCounty": "string"
}
],
"contentAreas": [
{
"contentAreaCountry": "string",
"contentAreaProvince": "string",
"contentAreaCity": "string",
"contentAreaCounty": "string"
}
],
"accounts": [
{
"include": true,
"dataSource": "string",
"websiteName": "string",
"host": "string",
"subHost": "string",
"channelName": "string",
"mediaType": "string",
"hostType": "string",
"userId": "string",
"userName": "string"
}
],
"mediaTag": {
"include": true,
"mediaTags": [
"string"
]
},
"linksType": [
0
],
"polarities": [
0
],
"languages": [
"string"
],
"categories": [
"string"
],
"itemLabels": [
"string"
],
"isAdvertisement": 0
},
"keyWordsConfig": {
"articleType": [
0
],
"kwsPosition": [
"string"
],
"kwsMatchType": true,
"mode": "string",
"expressionKeywords": [
"string"
],
"regionKeywords": [
"string"
],
"mainKeywords": [
"string"
],
"eventKeywords": [
"string"
],
"excludeKeywords": [
"string"
]
},
"fieldConfig": {
"fieldList": [
"string"
],
"expand": "string"
}
}
}
curl --location --request POST '/v1/push/updateSpecialsInfo' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": "string",
"stName": "string",
"topicName": "string",
"pushTerms": {
"pubStartTime": "2019-08-24T14:15:22Z",
"pubEndTime": "2019-08-24T14:15:22Z",
"isFilter": true,
"historyPushType": 0,
"isDumpPicVideo": 0,
"infoSourceConfig": {
"dataSources": [
"string"
],
"countryAreas": [
"string"
],
"provinceAreas": [
"string"
],
"mediaAreas": [
{
"mediaAreaProvince": "string",
"mediaAreaCity": "string",
"mediaAreaCounty": "string"
}
],
"contentAreas": [
{
"contentAreaCountry": "string",
"contentAreaProvince": "string",
"contentAreaCity": "string",
"contentAreaCounty": "string"
}
],
"accounts": [
{
"include": true,
"dataSource": "string",
"websiteName": "string",
"host": "string",
"subHost": "string",
"channelName": "string",
"mediaType": "string",
"hostType": "string",
"userId": "string",
"userName": "string"
}
],
"mediaTag": {
"include": true,
"mediaTags": [
"string"
]
},
"linksType": [
0
],
"polarities": [
0
],
"languages": [
"string"
],
"categories": [
"string"
],
"itemLabels": [
"string"
],
"isAdvertisement": 0
},
"keyWordsConfig": {
"articleType": [
0
],
"kwsPosition": [
"string"
],
"kwsMatchType": true,
"mode": "string",
"expressionKeywords": [
"string"
],
"regionKeywords": [
"string"
],
"mainKeywords": [
"string"
],
"eventKeywords": [
"string"
],
"excludeKeywords": [
"string"
]
},
"fieldConfig": {
"fieldList": [
"string"
],
"expand": "string"
}
}
}'
{
"code": 0,
"success": true,
"message": "string",
"data": true,
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}