info.php 258 B

12345678
  1. <?php
  2. // Lakala Payment Extension Information
  3. return [
  4. 'id' => 'lakala',
  5. 'name' => '拉卡拉支付扩展',
  6. 'category' => 'pay',
  7. 'description' => '与拉卡拉支付系统的集成,提供了小程序支付、分账以及提现等功能',
  8. ];