<?php declare(strict_types=1); use SixShop\TencentCloudSms\Controller\IndexController; use think\facade\Route; Route::get('template', [IndexController::class, 'template']);