当前位置:网站首页>小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
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
边栏推荐
- Summary of front-end interview questions (C, s, s) that front-end engineers need to understand (2)
- 2020-09-04:函数调用约定了解么?
- Axios learning notes (2): easy to understand the use of XHR and how to package simple Axios
- 2020-08-29: process thread differences, in addition to the inclusion relationship, the underlying details?
- C calls SendMessage to refresh the taskbar icon (the icon does not disappear at the end of forcing)
- Common mathematical basic formulas of recursive and backtracking algorithms
- 非易失性MRAM存储器应用于各级高速缓存
- The memorandum model of behavior model
- How to manage the authority of database account?
- 2020-08-19:TCP是通过什么机制保障可靠性的?
猜你喜欢

实验一

ado.net and asp.net The relationship between

Detect certificate expiration script

2020-09-04: do you understand the function call convention?

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

To solve the problem that the data interface is not updated after WPF binding set

2020-08-14:数据任务的执行引擎用的哪些?

移动端像素适配方案

磁存储芯片STT-MRAM的特点

The Interpreter pattern of behavior pattern
随机推荐
How does cglib implement multiple agents?
Using iceberg on kubernetes to create a new generation of cloud original data Lake
磁存储芯片STT-MRAM的特点
All the way, I was forced to talk about C code debugging skills and remote debugging
Application insights application insights use application maps to build request link views
Windows 10 蓝牙管理页面'添加蓝牙或其他设备'选项点击无响应的解决方案
1万辆!理想汽车召回全部缺陷车:已发生事故97起,亏损将扩大
Js字符串-String字符串对象方法
To solve the problem that the data interface is not updated after WPF binding set
An article will introduce you to HTML tables and their main attributes
Python basic data type -- tuple analysis
细数软件工程----各阶段必不可少的那些图
A concise tutorial for Nacos, ribbon and feign
小熊派开发板实践:智慧路灯沙箱实验之真实设备接入
Introduction to Huawei cloud micro certification examination
Interviewer: how about shardingsphere
Unexpected element.. required element
消防器材RFID固定资产管理系统
Stickinengine architecture 11 message queue
An article will introduce you to CSS3 background knowledge