Files
shop-platform/src/addon/coupon/config/info.php
2025-12-02 15:36:42 +08:00

12 lines
372 B
PHP

<?php
return [
'name' => 'coupon',
'title' => '优惠券',
'description' => '会员优惠券功能',
'type' => 'system', //插件类型 system :系统插件(自动安装), promotion:扩展营销插件 tool:工具插件
'status' => 1,
'author' => '',
'version' => '5.3.1',
'version_no' => '525231212001',
'content' => '',
];