当前位置:网站首页>小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
2020-11-06 22:16:00 【Niushop-阿牛ger】
Niushop开源商城系统单商户V4插件管理,有店铺促销插件:砍价、组合套餐、优惠券、限时折扣、满额包邮、团购、满减活动、拼团、限时秒杀、专题活动等,有会员互动插件:刮刮乐、砸金蛋、消费奖励、充值礼包、新人礼、签到奖励、幸运抽奖等小游戏帮助提升用户兴趣,更有应用插件:电子面单、分销、微信圈子、小程序直播、店铺笔记、小票打印、客服、积分抵现、积分商城、会员注销等插件方便用户使用。
那插件代码如何编写呢?
Niushop插件代码(例举部分)
{
"code": 0,
"message": "操作成功",
"data": [{
"id": 7,
"name": "wechat",
"icon": "addon\/wechat\/icon.png",
"title": "微信公众号",
"description": "微信公众号功能",
"status": 1,
"author": "",
"version": "1.0",
"content": "",
"create_time": 1576553673
},
{
"id": 234,
"name": "cards",
"icon": "addon\/cards\/icon.png",
"title": "刮刮乐",
"description": "刮刮乐管理活动",
"status": 1,
"author": "",
"version": "1.0.1",
"content": "",
"create_time": 1595324119
}
],
"timestamp": 1595328746
}
如上代码,添加不同插件,只需在插件代码当中重复添加
{
"id": 234,
"name": "cards",
"icon": "addon\/cards\/icon.png",
"title": "刮刮乐",
"description": "刮刮乐管理活动",
"status": 1,
"author": "",
"version": "1.0.1",
"content": "",
"create_time": 1595324119
}
切记:id、title、description不能重复,要与相添加的插件名称统一,id号可以顺延下去!
插件添加之后,如何查询插件是否成功呢?同时也可检查是否添加插件成功。
{
"code": 0,
"message": "操作成功",
"data": {
"fenxiao": 1,
"pintuan": 1,
"membersignin": 1,
"memberrecharge": 1,
"memberwithdraw": 1,
"gift": 1,
"pointexchange": 1,
"city": 1,
"manjian": 1,
"memberconsume": 1,
"memberregister": 1,
"coupon": 1,
"bundling": 1,
"discount": 1,
"seckill": 1,
"topic": 1,
"store": 1,
"groupbuy": 1,
"bargain": 1,
"live": 1,
"wholesale": 1,
"servicer": 1
},
"timestamp": 1595328726
}
Niushop开源商城单商户V4系统插件,就是按照上述代码码写的,希望能够帮助到各位“码农”!
版权声明
本文为[Niushop-阿牛ger]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4513508/blog/4706860
边栏推荐
- Why is quicksort so fast?
- Stickinengine architecture 11 message queue
- An article takes you to understand CSS3 picture border
- Markdown tricks
- Windows 10 蓝牙管理页面'添加蓝牙或其他设备'选项点击无响应的解决方案
- 高速公路二维码定位报警系统
- Summary of common SQL statements
- Es create a new index database and copy the old index library, practice pro test effective!
- html+ vue.js Implementing paging compatible IE
- Countdown | 2020 PostgreSQL Asia Conference - agenda arrangement of Chinese sub Forum
猜你喜欢
Git remote library rollback specified version
Those who have worked in China for six years and a million annual salary want to share these four points with you
Big data processing black Technology: revealing the parallel computing technology of Pb level data warehouse gaussdb (DWS)
C and C / C + + mixed programming series 5 - GC collaboration of memory management
How to manage the authority of database account?
2020-08-24:什么是小文件?很多小文件会有什么问题?很多小文件怎么解决?(大数据)
The Interpreter pattern of behavior pattern
What kind of music do you need to make for a complete game?
STM32F030K6T6兼容替换灵动MM32F031K6T6
Interviewer: how about shardingsphere
随机推荐
An article takes you to understand CSS3 picture border
es创建新的索引库并拷贝旧的索引库 实践亲测有效!
How to prepare for the system design interview
细数软件工程----各阶段必不可少的那些图
How to make characters move
#JVM 类加载机制
递归、回溯算法常用数学基础公式
2020-09-04:函数调用约定了解么?
Qt音视频开发46-视频传输UDP版
移动端像素适配方案
Those who have worked in China for six years and a million annual salary want to share these four points with you
window系统 本机查找端口号占用方法
[byte jumps, autumn recruitment Posts open] ohayoo! Don't leave after school, I want to ask you to play games!!!
Method of code refactoring -- Analysis of method refactoring
Google browser realizes video playback acceleration function
Python basic variable type -- list analysis
mongo 用户权限 登录指令
Mongo user rights login instruction
2020-08-19:TCP是通过什么机制保障可靠性的?
Nodejs中使用jsonwebtoken(JWT)生成token的场景使用