info.php 412 B

12345678910111213141516
  1. <?php
  2. declare(strict_types=1);
  3. return array(
  4. 'id' => 'balpay',
  5. 'name' => '余额支付',
  6. 'is_core' => false,
  7. 'category' => 'pay',
  8. 'description' => '余额支付服务,用于管理余额支付相关功能。',
  9. 'version' => '1.0.0',
  10. 'core_version' => '^1.0',
  11. 'author' => 'runphp',
  12. 'email' => 'runphp@qq.com',
  13. 'website' => '',
  14. 'image' => '',
  15. 'license' => 'MIT',
  16. );