当前位置:网站首页>小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
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
边栏推荐
- Stickinengine architecture 11 message queue
- 消防器材RFID固定资产管理系统
- August 24, 2020: what are small documents? What's wrong with a lot of small files? How to solve many small files? (big data)
- 实验一
- 上海巨微专用蓝牙广播芯片
- Unity performance optimization
- Stickinengine architecture 12 communication protocol
- Unexpected element.. required element
- What the hell is fastthreadlocal? The existence of ThreadLocal!!
- Introduction to Huawei cloud micro certification examination
猜你喜欢
Utility class functions (continuous update)
ES中删除索引的mapping字段时应该考虑的点
Ora-02292: complete constraint violation (midbjdev2.sys_ C0020757) - subrecord found
[elastic search engine]
[forward] how to view UserData in Lua
Introduction to Huawei cloud micro certification examination
An article will introduce you to HTML tables and their main attributes
August 24, 2020: what are small documents? What's wrong with a lot of small files? How to solve many small files? (big data)
The essence of transaction and the principle of deadlock
An article taught you to download cool dog music using Python web crawler
随机推荐
高速公路二维码定位报警系统
MRAM高速缓存的组成
Cloudquery v1.2.0 release
html+ vue.js Implementing paging compatible IE
Elasticsearch database | elasticsearch-7.5.0 application construction
2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
Can you do it with only six characters?
Introduction to Huawei cloud micro certification examination
2020-09-09:裸写算法:两个线程轮流打印数字1-100。
2020-08-18:介绍下MR过程?
Exclusive interview of guests at | 2020 PostgreSQL Asia Conference: Wang Tao
Zhou Jie: database system of East China Normal University
Nodejs中使用jsonwebtoken(JWT)生成token的场景使用
The role of theme music in games
What is the tensor in tensorflow?
DC-1 target
C and C / C + + mixed programming series 5 - GC collaboration of memory management
To solve the problem that the data interface is not updated after WPF binding set
Flink's datasource Trilogy: direct API
Using iceberg on kubernetes to create a new generation of cloud original data Lake