1、热门标题生成

请求说明

接口地址: /api/open/api/explosive/createhottitle
请求方式:POST
Content-Type:application/json

{
  "key1": "string",
  "key2": "string",
  "key3": "string",
  "key4": "string"
}

输入参数说明

参数 类型 说明 必填项 缺省值
key1 string 关键字 1
key2 string 关键字 2
key3 string 关键字 3
key4 string 关键字 4

完整返回结果示例

{
  "code": "Success",
  "msg": "请求成功",
  "data": [
    "string",
    "string",
    "string",
    "string",
    ...
  ]
}