东农后台api接口文档

接口文档


扫一扫-微信 JSAPI 配置信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>扫一扫功能需要的 JSAPI 的配置信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Config/getJsConfig</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <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;">url</td> <td style="text-align: left;">是</td> <td>当前网页的URL</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;jsConfig&amp;quot;: {         &amp;quot;appId&amp;quot;: &amp;quot;wxa34d771f8999df5a&amp;quot;,         &amp;quot;timestamp&amp;quot;: 1687658460,         &amp;quot;nonceStr&amp;quot;: &amp;quot;837418819YAL329406271n-N53947388Oqn130237824iy467744451Tmi1100717439&amp;quot;,         &amp;quot;signature&amp;quot;: &amp;quot;cdecdfdd1f4d8c09b2a39027b0fb68b64180d6a4&amp;quot;,         &amp;quot;jsApiList&amp;quot;: [             &amp;quot;scanQRCode&amp;quot;         ],     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">appId</td> <td>公众号唯一标识</td> </tr> <tr> <td style="text-align: left;">timestamp</td> <td>生成签名的时间戳</td> </tr> <tr> <td style="text-align: left;">nonceStr</td> <td>生成签名的随机串</td> </tr> <tr> <td style="text-align: left;">signature</td> <td>签名</td> </tr> <tr> <td style="text-align: left;">jsApiList</td> <td>使用的JS接口列表</td> </tr> </tbody> </table> <h5>备注</h5> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=d09bd645398f291fbeee386cba9dcbbc&amp;amp;file=file.png" alt="" /></p>

页面列表

ITEM_HTML