获取小程序体验码
<p>[TOC]</p>
<h5>简要描述</h5>
<p>-获取小程序体验码</p>
<h5>请求URL</h5>
<ul>
<li><code>http://域名/webapi/school/GetMiniprogramExperienceQrcode</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">apptoken</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>登录令牌</td>
</tr>
</tbody>
</table>
<h5>错误,返回示例</h5>
<pre><code>{
"msg": "access_token missing rid: 632bc26a-0da8edfc-50ee1e60",
"result": false
}</code></pre>
<h5>正确,返回示例</h5>
<pre><code>{
"qrcode": "/UploadFiles/weixin/qrcode_minprogrom_wxa_5.jpg",
"result": true,
"msg": "success"
}</code></pre>
<h5>已授权时,返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">result</td>
<td style="text-align: left;">bool</td>
<td>true成功 false失败</td>
</tr>
<tr>
<td style="text-align: left;">qrcode</td>
<td style="text-align: left;">string</td>
<td>小程序体验码</td>
</tr>
</tbody>
</table>