公众号jssdk
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/jssdk</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></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;">url</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">string</td>
<td>页面url</td>
</tr>
<tr>
<td style="text-align: left;">jsApiList</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">array</td>
<td>需要jssdk功能</td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {//微信jssdk所需参数
&quot;debug&quot;: true,
&quot;beta&quot;: false,
&quot;jsApiList&quot;: [
&quot;updateAppMessageShareData&quot;,
&quot;updateTimelineShareData&quot;
],
&quot;openTagList&quot;: [],
&quot;appId&quot;: &quot;wx2ffbae66acd1bab0&quot;,
&quot;nonceStr&quot;: &quot;hVBjqa4CUf&quot;,
&quot;timestamp&quot;: 1743851796,
&quot;url&quot;: &quot;http://127.0.0.1:9801/mpwx/jssdk&quot;,
&quot;signature&quot;: &quot;382f7e616e477f10c693f0d80fdca159f7b4f6ce&quot;
},
&quot;code&quot;: 0
}
</code></pre>