api.php 283 B

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