当前位置:网站首页>小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
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
边栏推荐
- ES6 learning notes (4): easy to understand the new grammar of ES6
- Call analysis of start method in JNI thread and callback analysis of run method
- To teach you to easily understand the basic usage of Vue codemirror: mainly to achieve code editing, verification prompt, code formatting
- 【涂鸦物联网足迹】物联网基础介绍篇
- MRAM高速缓存的组成
- Exclusive interview of guests at | 2020 PostgreSQL Asia Conference: Wang Tao
- How to prepare for the system design interview
- 小熊派开发板实践:智慧路灯沙箱实验之真实设备接入
- Using an example to understand the underlying processing mechanism of JS function
- Vue communication and cross component listening state Vue communication
猜你喜欢

Git remote library rollback specified version

Introduction to Huawei cloud micro certification examination

#JVM 类加载机制

ado.net and asp.net The relationship between

STM32F030F4P6兼容灵动微MM32F031F4P6

ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录

List to map (split the list according to the key, and the value of the same key is a list)

How much disk space does a new empty file take?

细数软件工程----各阶段必不可少的那些图

迅为-iMX6ULL开发板上配置AP热点
随机推荐
How to manage the authority of database account?
An article will introduce you to HTML tables and their main attributes
Summary of front-end interview questions (C, s, s) that front-end engineers need to understand (2)
ES6 learning notes (4): easy to understand the new grammar of ES6
File download manager realized by electron
list转换map(根据key来拆分list,相同key的value为一个list)
消防器材RFID固定资产管理系统
es创建新的索引库并拷贝旧的索引库 实践亲测有效!
Zero basis to build a web search engine of its own
What grammar is it? ]
How does cglib implement multiple agents?
C and C / C + + mixed programming series 5 - GC collaboration of memory management
mongo 用户权限 登录指令
Introduction to the development of small game cloud
1万辆!理想汽车召回全部缺陷车:已发生事故97起,亏损将扩大
NAND FLASH的接口控制设计
STM32F030F4P6兼容灵动微MM32F031F4P6
Summary of common SQL statements
An article will take you to understand SVG gradient knowledge
Method of code refactoring -- Analysis of method refactoring