个人中心--h5广告活动
<p><strong>简要描述:</strong> </p>
<ul>
<li>个人中心获取h5广告活动</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gytest.gaoyong666.com/gylm/usercenter/v1/getUsercenterH5</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<pre><code> **返回内容**
{
"code": 200,
"message": "SUCCESS",
"time": 1568106539,
"data": {
"url": "http://gytest.gaoyong666.com/html/activity/99hsj.html",//跳转
"state": 1 //1是开启 0关闭
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>code 为200时,也会有一种数据为空的时候</li>
</ul>