12345678910111213141516171819 |
- <?php
- // +---------------------------------------------------------------------+
- // | NiuCloud | [ WE CAN DO IT JUST NiuCloud ] |
- // +---------------------------------------------------------------------+
- // | Copy right 2019-2029 www.niucloud.com |
- // +---------------------------------------------------------------------+
- // | Author | NiuCloud <niucloud@outlook.com> |
- // +---------------------------------------------------------------------+
- // | Repository | https://github.com/niucloud/framework.git |
- // +---------------------------------------------------------------------+
- return [
- 'name' => 'wechatpay',
- 'title' => '微信支付',
- 'description' => '微信支付功能',
- 'status' => 1,
- 'author' => '',
- 'version' => '1.0',
- 'content' => '',
- ];
|