21 lines
1.0 KiB
PHP
21 lines
1.0 KiB
PHP
<?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' => 'replacebuy',
|
||
'title' => '代客下单',
|
||
'description' => '代替客户在线下单功能',
|
||
'type' => 'promotion', //插件类型 system :系统插件(自动安装), promotion:扩展营销插件 tool:工具插件
|
||
'status' => 1,
|
||
'author' => '',
|
||
'version' => '4.1.14',
|
||
'version_no' => '202205190001',
|
||
'content' => '',
|
||
]; |