当前位置:网站首页>资源变现小程序添加折扣充值和折扣影票插件
资源变现小程序添加折扣充值和折扣影票插件
2022-07-05 08:41:00 【《源码好优多》】
小程序端轮播图可跳转小程序折扣充值,折扣影票插件
- 前提条件非个人注册的小程序
- 登录小程序的微信公众后台-设置-第三方设置,搜索“折扣充值”和“折扣影票”,添加插件;
- 在资源变现后台开启轮播图同时需要修改插件地址中apikey和uid为自己的

从蚂蚁星球 注册登录拿自己的apikey和uid


在小程序端
manifest.json -> mp-weixin -> plugins里面加上二个插件代码即可,以下代码不用修改什么
"mayi-recharge": {
"version": "1.0.12",
"provider": "wx2a8f482dd337c909",
"export": "nxTemp/utils/plugins.js"
},
"mayi-movie": {
"version": "1.0.12",
"provider": "wx459759608c80cf98"
},
作者相关文章
边栏推荐
- Sword finger offer 06 Print linked list from end to end
- Business modeling of software model | object modeling
- Explore the authentication mechanism of StarUML
- GEO数据库中搜索数据
- STM32 summary (HAL Library) - DHT11 temperature sensor (intelligent safety assisted driving system)
- Pytorch entry record
- Guess riddles (10)
- MATLAB skills (28) Fuzzy Comprehensive Evaluation
- Several problems to be considered and solved in the design of multi tenant architecture
- STM32 --- GPIO configuration & GPIO related library functions
猜你喜欢
随机推荐
2022.7.4-----leetcode.1200
Daily question - input a date and output the day of the year
[牛客网刷题 Day4] JZ35 复杂链表的复制
STM32 lights up the 1.8-inch screen under Arduino IDE
Example 002: the bonus paid by the "individual income tax calculation" enterprise is based on the profit commission. When the profit (I) is less than or equal to 100000 yuan, the bonus can be increase
【NOI模拟赛】汁树(树形DP)
C# LINQ源码分析之Count
Stm32--- systick timer
Esphone Feixun DC1 soft change access homeassstant
Redis实现高性能的全文搜索引擎---RediSearch
STM32 --- configuration of external interrupt
Several problems to be considered and solved in the design of multi tenant architecture
Old Wang's esp8266 and old Wu's ws2818 light strip
Yolov4 target detection backbone
STM32 --- GPIO configuration & GPIO related library functions
Bluebridge cup internet of things basic graphic tutorial - GPIO input key control LD5 on and off
C language data type replacement
Business modeling of software model | object modeling
Run menu analysis
猜谜语啦(8)








