当前位置:网站首页>Add discount recharge and discount shadow ticket plug-ins to the resource realization applet
Add discount recharge and discount shadow ticket plug-ins to the resource realization applet
2022-07-05 08:50:00 【Source code Haoyouduo】
Small program side rotation map can jump to small program discount recharge , Discount shadow ticket plugin
- Prerequisite non personal registration applet
- Log in to the wechat public background of the applet - Set up - Third party settings , Search for “ Discount recharge ” and “ Discount shadow ticket ”, Add the plug-in ;
- In the background of resource realization, you need to modify the address of the plug-in apikey and uid For their own

from Ant planet Sign up to get your own apikey and uid


On the applet side
manifest.json -> mp-weixin -> pluginsAdd two plug-in codes inside , The following code needs no modification
"mayi-recharge": {
"version": "1.0.12",
"provider": "wx2a8f482dd337c909",
"export": "nxTemp/utils/plugins.js"
},
"mayi-movie": {
"version": "1.0.12",
"provider": "wx459759608c80cf98"
},
Author related articles
Universal holiday avatar assistant
Decompile to get any wechat applet source code —— Just read this one
边栏推荐
- [牛客网刷题 Day4] JZ55 二叉树的深度
- kubeadm系列-02-kubelet的配置和启动
- Beautiful soup parsing and extracting data
- kubeadm系列-01-preflight究竟有多少check
- Illustration of eight classic pointer written test questions
- 猜谜语啦(4)
- How many checks does kubedm series-01-preflight have
- C [essential skills] use of configurationmanager class (use of file app.config)
- 猜谜语啦(8)
- Multiple linear regression (sklearn method)
猜你喜欢

Guess riddles (5)

Guess riddles (10)

微信H5公众号获取openid爬坑记

TF coordinate transformation of common components of ros-9 ROS

Programming implementation of subscriber node of ROS learning 3 subscriber

Halcon shape_ trans

Old Wang's esp8266 and old Wu's ws2818 light strip

Solutions of ordinary differential equations (2) examples

Typical low code apaas manufacturer cases

Ros-10 roslaunch summary
随机推荐
Low code platform | apaas platform construction analysis
Guess riddles (6)
js异步错误处理
MPSoC QSPI flash upgrade method
319. 灯泡开关
ABC#237 C
OpenFeign
12、动态链接库,dll
猜谜语啦(5)
TF coordinate transformation of common components of ros-9 ROS
Dynamic dimensions required for input: input, but no shapes were provided. Automatically overriding
Warning: retrying occurs during PIP installation
kubeadm系列-01-preflight究竟有多少check
[daily training -- Tencent selected 50] 557 Reverse word III in string
Mengxin summary of LIS (longest ascending subsequence) topics
多元线性回归(梯度下降法)
Chris LATTNER, the father of llvm: why should we rebuild AI infrastructure software
ROS learning 1- create workspaces and function packs
多元线性回归(sklearn法)
RT-Thread内核快速入门,内核实现与应用开发学习随笔记