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