推荐池机选数据导入
<p><strong>简要描述:</strong> </p>
<ul>
<li>推荐池机选数据导入,按appid接入素材</li>
</ul>
<p><strong>请求URL:</strong>
测试服:<a href="http://ydadmindev2.heywoodsminiprogram.com">http://ydadmindev2.heywoodsminiprogram.com</a>
正式服:<a href="http://ydadmin.heywoodsminiprogram.com">http://ydadmin.heywoodsminiprogram.com</a></p>
<ul>
<li><code>/api/common_pool/data_enter</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>目标小程序</td>
</tr>
<tr>
<td style="text-align: left;">articles</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>素材id集。以英文逗号隔开。例:123,456,789</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "导入完成",
"data": [],
"code": 1,
"state": true
}</code></pre>