/pubsent/v1/contents/key-words
根据方案编号以及文章id获取当前文章的热点主题词
URL
http://api.gsdata.cn/pubsent/v1/contents/key-words
请求参数
| 参数名 |
是否必须 |
说明 |
参数类型 |
数据类型 |
默认值 |
| Authorization |
true |
Access Token |
header |
string |
|
| x-gsdata-date |
true |
请求时间 |
header |
string |
|
| sid |
true |
方案编号 |
query |
integer |
|
| id |
true |
文章id |
query |
string |
|
返回状态码[200]以及参数[返回热词以及热词出现的次数]
| 参数名 |
说明 |
数据类型 |
| key_word |
关键词 |
string |
| count |
出现的次数 |
integer |
返回状态码[401]以及参数[未授权]
| 参数名 |
说明 |
数据类型 |
| status |
状态码(401,422等) |
integer |
| code |
错误码一般默认为0,扩展字段 |
integer |
| message |
错误描述 |
string |
| name |
错误名称 |
string |
返回状态码[422]以及参数[数据验证错误]
| 参数名 |
说明 |
数据类型 |
| status |
状态码(401,422等) |
integer |
| code |
错误码一般默认为0,扩展字段 |
integer |
| message |
错误描述 |
string |
| name |
错误名称 |
string |