info.php 872 B

12345678910111213141516171819
  1. <?php
  2. // +---------------------------------------------------------------------+
  3. // | NiuCloud | [ WE CAN DO IT JUST NiuCloud ]  |
  4. // +---------------------------------------------------------------------+
  5. // | Copy right 2019-2029 www.niucloud.com  |
  6. // +---------------------------------------------------------------------+
  7. // | Author | NiuCloud <niucloud@outlook.com>  |
  8. // +---------------------------------------------------------------------+
  9. // | Repository | https://github.com/niucloud/framework.git  |
  10. // +---------------------------------------------------------------------+
  11. return [
  12. 'name' => 'wechatpay',
  13. 'title' => '微信支付',
  14. 'description' => '微信支付功能',
  15. 'status' => 1,
  16. 'author' => '',
  17. 'version' => '1.0',
  18. 'content' => '',
  19. ];