api.php 193 B

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