11. h5广告
<p><strong>简要描述:</strong> </p>
<ul>
<li>h5广告</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/h5/ad/get_general_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">appid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>appid</td>
</tr>
<tr>
<td style="text-align: left;">client_version</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>版本</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"state": true,
"msg": "获取成功",
"code": 1,
"data": {
"general_pool": [
{
"id": 340,
"name": "测试url广告",
"type": 2,
"jump_appid": "",
"jump_path": "https://www.baidu.com",
"ad_master": 27,
"ad_master_name": "二类电商",
"strategy": 1,
"share_text": null,
"share_image": null,
"explore": 1,
"ad_pool_type": 1,
"item_id": "null",
"source": "null",
"images": [
{
"id": 603,
"path": "http://adminsystemv2.heywoodsminiprogram.com/adminResoure/picture/dev/1575467772820025efc0eb6b0f39b15fb2e5682240a7f.jpeg"
}
],
"ad_group": "general_ad"
},
{
"id": 333,
"name": "实时上下架",
"type": 1,
"jump_appid": "wx8aa9319eb2fd2eed",
"jump_path": null,
"ad_master": 48,
"ad_master_name": "想你相集",
"strategy": 1,
"share_text": "",
"share_image": "",
"explore": 4,
"ad_pool_type": 1,
"images": [
{
"id": 604,
"path": "http://adminsystemv2.heywoodsminiprogram.com/adminResoure/picture/dev/157553051782864e1b134b4cf881b4c619d52760ad953.png"
},
{
"id": 605,
"path": "http://adminsystemv2.heywoodsminiprogram.com/adminResoure/picture/dev/15755305178242382c315a6ba396be1932dd8dafaff52.png"
},
{
"id": 606,
"path": "http://adminsystemv2.heywoodsminiprogram.com/adminResoure/picture/dev/1575530517826201d96bef5b9a0bf02c8a549cb6d1364.png"
},
{
"id": 607,
"path": "http://adminsystemv2.heywoodsminiprogram.com/adminResoure/picture/dev/15755305178216e75d665e64508fecc4945cfa183fee9.gif"
}
],
"ad_group": "general_ad"
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>
<p>暂无</p>
<p><strong>备注</strong> </p>
</li>
<li>暂无</li>
</ul>