当前位置:网站首页>资源变现小程序添加折扣充值和折扣影票插件
资源变现小程序添加折扣充值和折扣影票插件
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"
},
作者相关文章
边栏推荐
- 实例006:斐波那契数列
- 猜谜语啦(142)
- 剑指 Offer 09. 用两个栈实现队列
- [daily training -- Tencent selected 50] 557 Reverse word III in string
- 99 multiplication table (C language)
- [formation quotidienne - Tencent Selection 50] 557. Inverser le mot III dans la chaîne
- Typical low code apaas manufacturer cases
- 2022.7.4-----leetcode.1200
- Numpy 小坑:维度 (n, 1) 和 维度 (n, ) 数组相加运算后维度变为 (n, n)
- My university
猜你喜欢
Example 001: the number combination has four numbers: 1, 2, 3, 4. How many three digits can be formed that are different from each other and have no duplicate numbers? How many are each?
实例003:完全平方数 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?
How apaas is applied in different organizational structures
实例009:暂停一秒输出
[three tier architecture and JDBC summary]
Example 007: copy data from one list to another list.
Daily question - input a date and output the day of the year
How to manage the performance of R & D team?
STM32---IIC
Arduino burning program and Arduino burning bootloader
随机推荐
Warning: retrying occurs during PIP installation
Bit operation related operations
Example 004: for the day of the day, enter a day of a month of a year to judge the day of the year?
U8g2 drawing
STM32 --- configuration of external interrupt
Run菜单解析
关于线性稳压器的五个设计细节
696. Count binary substring
[three tier architecture]
【NOI模拟赛】汁树(树形DP)
猜谜语啦(9)
Agile project management of project management
C# LINQ源码分析之Count
Business modeling of software model | overview
Typical low code apaas manufacturer cases
实例003:完全平方数 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?
Low code platform | apaas platform construction analysis
Business modeling of software model | stakeholders
STM32 summary (HAL Library) - DHT11 temperature sensor (intelligent safety assisted driving system)
实例002:“个税计算” 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可提成7.