获取openid白名单
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取openid白名单</li>
</ul>
<p><strong>请求URL:</strong> </p>
<p><a href="http://ydadmindev2.heywoodsminiprogram.com">http://ydadmindev2.heywoodsminiprogram.com</a> //测试服</p>
<ul>
<li><code>/miniprogrammanage/get_openids</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"msg": "",
"data": {
"appid": "wxc2335f6f362dc427",
"openids": [
"yyyyy",
"xxxxx"
]
},
"code": 1,
"state": true
}</code></pre>