获取mp-A8Key
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取mp-A8Key</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><a href="http://localhost:30001/MP_Geta8key">http://localhost:30001/MP_Geta8key</a></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;">url</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>传入网页地址</td>
</tr>
<tr>
<td style="text-align: left;">value_2</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>序列2的值,默认为2,非必填</td>
</tr>
<tr>
<td style="text-align: left;">value_10</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>序列10的值,默认为1,非必填 </br>公众号授权=7 </br>摄像头扫码=4 </br>长按识别=30 </br>执行JavaScript=15 </br>普通A8KEY=1</td>
</tr>
<tr>
<td style="text-align: left;">value_18</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>序列18的值,默认为0,非必填 <b>二维码类型</b> </br>19=圆形太阳二维码 </br>22=方形二维码</td>
</tr>
</tbody>
</table>
<h5>发送示例 1 获取搜一搜文章A8key</h5>
<pre><code> {
&quot;url&quot;: &quot;http://open.weixin.qq.com/connect/oauth2/authorize?appid=wx7858699aca01b75f&amp;redirect_uri=http://serviceimg.bmcc.com.cn/weixin/center/personalCenter.do&amp;response_type=code&amp;scope=snsapi_base&amp;state=newCenterInfo#wechat_redirect&quot;
}</code></pre>
<h5>发送示例2 获取摄像头扫码A8Key</h5>
<pre><code>{
&quot;url&quot;: &quot;https://open.weixin.qq.com/connect/confirm?uuid=0319hs7y0gh2ll2y&quot;,
&quot;value_2&quot;: &quot;2&quot;,
&quot;value_10&quot;: &quot;4&quot;,
&quot;value_18&quot;: &quot;19&quot;
}</code></pre>
<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;">Access_Url</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>返回新网页访问地址</td>
</tr>
<tr>
<td style="text-align: left;">Share_Url</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>返回新网页分享地址</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;Access_Url&quot;: &quot;https://mp.weixin.qq.com/s?__biz=MzI0MDI3OTg0MQ==&amp;mid=2247484812&amp;idx=1&amp;sn=ff6ca897b2005948c611148b92c841f0&amp;chksm=e91c0dc2de6b84d4f98795d6c4ccbc24c3b5c69af3130d0e633ec1e3457943356e371120b900&amp;scene=7&amp;key=0c3fa02021301511d36cfc3caad570a5bedf6c842aea5b3fe1364b8a0385379d439749e7c2eed63c4e4c6b86a9412477760a333811be6e4fa20f3c9f2d8ef7490dfbb5de96b654a590c15f01e11eac95126b8e2404e354503924183eeacaefcf8cf31a9d6db42e0d4ad450ac57832b6648e29f65537f11db4c69327bc7455ecf&amp;ascene=1&amp;uin=MTE0Mzc3NjgwNQ%3D%3D&amp;devicetype=Windows+11+x64&amp;version=6307062c&amp;lang=zh_CN&amp;exportkey=A%2Bx%2BHDFUEt0olMKeYlMMwdA%3D&amp;acctmode=0&amp;pass_ticket=7TOGJHLKst1jNIgUUoCnRkY%2F5CuHWqyZpsgFQx9630y5bHaT0mLkxIn7%2Bi26mt0T&amp;wx_header=0&quot;,
&quot;Share_Url&quot;: &quot;https://mp.weixin.qq.com/s/R-K-DKsVOnmaZCbwKivG0Q&quot;
}</code></pre>