获取A8Key
[TOC]
简要描述
- 获取A8Key
请求URL
请求方式
- POST
发送参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
oriurl | 是 | 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=方形二维码 |
</br>
3个value的来源:
发送示例1
{
&quot;oriurl&quot;: &quot;http://weixin.qq.com/q/fnW1hlLmgBv5Bvs_ml3u&quot;
}
发送示例2 二维码识别
{
&quot;value_2&quot;: &quot;2&quot;,
&quot;oriurl&quot;: &quot;http://weixin.qq.com/q/fnW1hlLmgBv5Bvs_ml3u&quot;,
&quot;value_10&quot;: &quot;30&quot;,
&quot;value_18&quot;: &quot;19&quot;
}
返回参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
GetA8Key | 是 | string | 返回序列2数据 |
返回示例
{
&quot;GetA8Key&quot;: &quot;gh_abbb69784e49&quot;
}