[TOC]
简要描述
请求URL
请求方式
发送参数
参数名 |
必选 |
类型 |
说明 |
url |
是 |
string |
传入网页地址 |
value_2 |
否 |
string |
序列2的值,默认为2,非必填 |
value_10 |
否 |
string |
序列10的值,默认为1,非必填 </br>公众号授权=7 </br>摄像头扫码=4 </br>长按识别=30 </br>执行JavaScript=15 </br>普通A8KEY=1 |
value_18 |
否 |
string |
序列18的值,默认为0,非必填 <b>二维码类型</b> </br>19=圆形太阳二维码 </br>22=方形二维码 |
发送示例 1 获取搜一搜文章A8key
{
&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;
}
发送示例2 获取摄像头扫码A8Key
{
&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;
}
返回参数
参数名 |
必选 |
类型 |
说明 |
Access_Url |
是 |
string |
返回新网页访问地址 |
Share_Url |
是 |
string |
返回新网页分享地址 |
返回示例
{
&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;
}