当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- 细数软件工程----各阶段必不可少的那些图
- The use of Xunwei imx6 development board device tree kernel menuconfig
- STM32F030K6T6兼容替换灵动MM32F031K6T6
- 南京标识标牌设计制作,导视VI系统设计
- Using JSON webtoken (JWT) to generate token in nodejs
- 2020-08-15:什么情况下数据任务需要优化?
- Utility class functions (continuous update)
- Elasticsearch database | elasticsearch-7.5.0 application construction
- Exclusive interview of guests at | 2020 PostgreSQL Asia Conference: Wang Tao
- 实验一
猜你喜欢
【涂鸦物联网足迹】物联网基础介绍篇
STM32F030K6T6兼容替换灵动MM32F031K6T6
2020-08-19: what mechanism does TCP ensure reliability?
Reserved battery interface, built-in charge and discharge circuit and electricity meter, quickly help easily handle hand-held applications
August 14, 2020: what are the execution engines for data tasks?
MRAM高速缓存的组成
Experiment one
Why is quicksort so fast?
Points to be considered when deleting mapping field of index in ES
Mongo user rights login instruction
随机推荐
Mongo user rights login instruction
Application of UHF RFID medical blood management system
Code generator plug-in and creator preform file analysis
Using JSON webtoken (JWT) to generate token in nodejs
Using iceberg on kubernetes to create a new generation of cloud original data Lake
DC-1 target
2020-08-14:数据任务的执行引擎用的哪些?
Points to be considered when deleting mapping field of index in ES
细数软件工程----各阶段必不可少的那些图
[elastic search engine]
Unexpected element.. required element
非易失性MRAM存储器应用于各级高速缓存
Introduction to the development of small game cloud
Markdown tricks
STM32F030F4P6兼容灵动微MM32F031F4P6
Interviewer: how about shardingsphere
【涂鸦物联网足迹】涂鸦云平台全景介绍
Js字符串-String字符串对象方法
The essence of transaction and the principle of deadlock
迅为-iMX6ULL开发板上配置AP热点