| 123456789101112131415161718192021 |
- <?php
- // +---------------------------------------------------------------------+
- // | NiuCloud | [ WE CAN DO IT JUST NiuCloud ] |
- // +---------------------------------------------------------------------+
- // | Copy right 2019-2029 www.niucloud.com |
- // +---------------------------------------------------------------------+
- // | Author | NiuCloud <niucloud@outlook.com> |
- // +---------------------------------------------------------------------+
- // | Repository | https://github.com/niucloud/framework.git |
- // +---------------------------------------------------------------------+
- return [
- 'name' => 'hongbao',
- 'title' => '裂变红包',
- 'description' => '邀请好友合力瓜分红包,所有团员获得余额奖励,促进后续下单转化',
- 'type' => 'promotion', //插件类型 system :系统插件(自动安装), promotion:扩展营销插件 tool:工具插件
- 'status' => 1,
- 'author' => '',
- 'version' => '4.1.11',
- 'version_no' => '202111230001',
- 'content' => '',
- ];
|