获取平台付费推广数据
<h5>简要描述</h5>
<ul>
<li>获取平台付费推广数据</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/job.paper/getDouPayPromotionInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-11-17 17:19:47",
"data": {
"type": [
"动漫",
"奢侈品",
"搞笑",
"游戏",
"帅哥",
"美妆",
"音乐",
"婚纱",
"测评",
"运动",
"舞蹈",
"美食",
"明星",
"亲子",
"宠物",
"星座",
"情感",
"美女",
"教育",
"旅游",
"电影",
"时尚",
"生活技巧",
"交通汽车",
"服装"
],
"care": [
{
"type": 1,
"range": [
119.7641,
224.5579
]
},
{
"type": 2,
"range": [
2.6636,
133.181
]
},
{
"type": 3,
"range": [
1.9161,
9.5808
]
},
{
"type": 4,
"range": [
10.616,
199.9051
]
}
],
"setMeal": [
119.7641,
224.5579
]
}
}</code></pre>