| 123456789101112131415 |
- <?php
- return [
- 'id' => 'payment',
- 'name' => '支付模块',
- 'is_core' => true,
- 'category' => 'pay',
- 'description' => '支付模块,是其他支付服务扩展的依赖扩展',
- 'version' => '1.0.0',
- 'core_version' => '^1.0',
- 'author' => 'runphp',
- 'email' => 'runphp@qq.com',
- 'website' => '',
- 'image' => '',
- 'license' => 'MIT',
- ];
|