当前位置:网站首页>How to write plug-in code of small program mall system? How to use code to check whether the plug-in is successfully added?
How to write plug-in code of small program mall system? How to use code to check whether the plug-in is successfully added?
2020-11-06 22:16:00 【Niush niuger】
Niushop Open source mall system single merchant V4 Plug-in management , There are store promotion plug-ins : bargaining 、 Combo 、 Coupon 、 Limited time discount 、 full Parcel post 、 Group purchase 、 Full reduction activities 、 Assemble 、 Time limited 、 Special activities, etc , There are interactive plug-ins for members : Squeegee 、 Smash golden eggs 、 Consumption rewards 、 Top up gift bag 、 Wedding ceremony 、 Sign in reward 、 Lucky draw and other small games to help enhance user interest , There are more application plug-ins : Electronic face sheet 、 distribution 、 Wechat circle 、 Live app 、 Shop notes 、 Small ticket printing 、 Customer service 、 Points against cash 、 Points Mall 、 Member logout and other plug-ins are convenient for users to use .
How to write plug-in code ?
Niushop Plug-in code ( Example part )
{
"code": 0,
"message": " Successful operation ",
"data": [{
"id": 7,
"name": "wechat",
"icon": "addon\/wechat\/icon.png",
"title": " WeChat official account ",
"description": " The official account of WeChat ",
"status": 1,
"author": "",
"version": "1.0",
"content": "",
"create_time": 1576553673
},
{
"id": 234,
"name": "cards",
"icon": "addon\/cards\/icon.png",
"title": " Squeegee ",
"description": " Scratch management activities ",
"status": 1,
"author": "",
"version": "1.0.1",
"content": "",
"create_time": 1595324119
}
],
"timestamp": 1595328746
}
Code above , Add different plugins , Just repeat it in the plug-in code
{
"id": 234,
"name": "cards",
"icon": "addon\/cards\/icon.png",
"title": " Squeegee ",
"description": " Scratch management activities ",
"status": 1,
"author": "",
"version": "1.0.1",
"content": "",
"create_time": 1595324119
}
Bear in mind :id、title、description Can't repeat , It should be consistent with the name of the plug-in to be added ,id The number can be postponed !
After the plug-in is added , How to query whether the plug-in is successful ? At the same time, you can check whether the plug-in is added successfully .
{
"code": 0,
"message": " Successful operation ",
"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 Open source mall single merchant V4 System plug-ins , It's written according to the above code , I hope I can help you “ Code the agriculture ”!
版权声明
本文为[Niush niuger]所创,转载请带上原文链接,感谢
边栏推荐
- NAND FLASH的接口控制设计
- 2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
- How to start the hidden preferences in coda 2 on the terminal?
- Utility class functions (continuous update)
- What kind of music do you need to make for a complete game?
- Message queue - Analysis
- The Interpreter pattern of behavior pattern
- Hdu3974 assign the task segment tree DFS order
- [forward] how to view UserData in Lua
- Road to simple HTML + JS to achieve the most simple game Tetris
猜你喜欢
STM32F030C6T6兼容替换MM32SPIN05PF
Event monitoring problem
How to make characters move
The role of theme music in games
南京标识标牌设计制作,导视VI系统设计
Exclusive interview with Alibaba cloud database for 2020 PostgreSQL Asia Conference: Zeng Wenjing
[learning] interface test case writing and testing concerns
2020-08-24:什么是小文件?很多小文件会有什么问题?很多小文件怎么解决?(大数据)
Interviewer: how about shardingsphere
Elasticsearch database | elasticsearch-7.5.0 application construction
随机推荐
Erd-online free online database modeling tool
STM32F030F4P6兼容灵动微MM32F031F4P6
汽车维修app开发的好处与功能
Introduction to Huawei cloud micro certification examination
STM32F030C6T6兼容替换MM32SPIN05PF
插件Bilibili新版0.5.5
Cloudquery v1.2.0 release
Road to simple HTML + JS to achieve the most simple game Tetris
2020-08-17: how to solve data skew in detail?
[elastic search engine]
JVM class loading mechanism
Mongo user rights login instruction
The essence of transaction and the principle of deadlock
August 24, 2020: what are small documents? What's wrong with a lot of small files? How to solve many small files? (big data)
2020-09-04:函数调用约定了解么?
What are the highlights of Huawei mate 40 series with HMS?
File download manager realized by electron
An article taught you to download cool dog music using Python web crawler
2020-08-14:数据任务的执行引擎用的哪些?
Utility class functions (continuous update)