| 12345678910111213141516 |
- <?php
- declare(strict_types=1);
- return array(
- 'id' => 'balpay',
- 'name' => '余额支付',
- 'is_core' => false,
- 'category' => 'pay',
- 'description' => '余额支付服务,用于管理余额支付相关功能。',
- 'version' => '1.0.0',
- 'core_version' => '^1.0',
- 'author' => 'runphp',
- 'email' => 'runphp@qq.com',
- 'website' => '',
- 'image' => '',
- 'license' => 'MIT',
- );
|