api.php 156 B

12345678
  1. <?php
  2. declare(strict_types=1);
  3. // API路由
  4. // 路由前缀: /api/wechatpay
  5. //
  6. // 如果需要登录请添加认证中间件auth
  7. // ->middleware(['auth'])