当前位置:网站首页>Wechat applet wxacode.getunlimited generates applet code
Wechat applet wxacode.getunlimited generates applet code
2022-07-27 18:32:00 【mr_ cmx】
1、 obtain access_token
GET
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid= Your little program appid&secret= Your little program secret
2、 Get QR code
POST
https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token= Acquired access_token
body Parameters :
scene: ‘a=1’,// Jump with parameters
path : ‘pages/user/user’// Jump to the page
Back to picture Buffer data
3、 obtain scene value
Page({
onLoad (query) {
// scene Need to use decodeURIComponent The generated QR code can only be obtained when it is passed in scene
const scene = decodeURIComponent(query.scene)
}
})
边栏推荐
- [mit 6.s081] LEC 1: introduction and examples notes
- Super practical! After reading the kubernetes study notes hidden by Alibaba P9, call NB directly
- Deep learning: installation package records
- 2021.7.30笔记 索引
- Please ask the great God a question, flinkcdc, the datetime field in synchronous MySQL will become a timestamp. Has anyone ever encountered it
- 发布自己的npm组件库
- 1. opencv图片基础操作
- Technology sharing | quick intercom integrated dispatching system
- C杂讲 链表初讲
- 江苏华存首发PCIe 5.0 SSD主控:台积电12nm工艺,2020年量产
猜你喜欢

On recommend mechanism in distributed training

File path read

Deep learning: Gan optimization method dcgan case

How do corporate giants such as Schneider Electric and L'Oreal make open innovation? Uncover secrets of demo World Innovation Summit

Solve the problem that reids cannot be accessed by other IPS

Super practical! After reading the kubernetes study notes hidden by Alibaba P9, call NB directly

2021.7.28笔记 事务

Deep learning: GCN (graph convolution neural network) theory learning summary
![[MIT 6.S081] Lab 6: Copy-on-Write Fork for xv6](/img/ca/e8c0827b13805c7c74cc41bf84c6ff.png)
[MIT 6.S081] Lab 6: Copy-on-Write Fork for xv6

发布自己的npm组件库
随机推荐
[learning notes] Lombok's @builder annotation
LootCode动态数组练习(724,118,766)
荣耀、小米发双十一战报:都称自己是冠军
被“赶出”比特大陆之后,詹克团首度发声:将通过法律途径尽快回归!
[MIT 6.S081] Lec 1: Introduction and examples 笔记
Press Google and NVIDIA! Alibaba optical 800 chip won the world's first authoritative test again
Glory and Xiaomi reported on the double 11: they all called themselves champions
数据库的常用命令1
[MIT 6.S081] Lec 5: Calling conventions and stack frames RISC-V 笔记
华为Mate30 Pro 5G拆解:自研芯片占比过半,美系芯片依然存在!
[MIT 6.S081] Lec 3: OS organization and system calls 笔记
又一个时代的终结!
Add music to the program interface and load background photos.
JDBC学习 Day1:JDBC
[mit 6.s081] LEC 3: OS organization and system calls notes
深度学习-视频行为识别:论文阅读——双流网络(Two-stream convolutional networks for action recognition in videos)
展锐鲜苗:赋能全场景应用,海量数据需要AI与IoT融合
Getting started with typora: the most complete tutorial in the whole network
@Datetimeformat received less than minutes and seconds, conversion times type exception
2021.7.13笔记 子查询