thinkphp8注解路由解决方案,官方文档有误

2024-03-24 0 464

thinkphp8注解路由解决方案,官方文档有误

<?php
namespace app\controller;
use think\annotation\route\Route;
// use think\annotation\Route;
class Address
{
    #[Route("GET","ds/:id",["ext"=>"html","https"=>"1"])]
    public function details($id)
    {
        return 'hi,'.$id;
    }
}

 

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

金黑网络 Thinkphp教程 thinkphp8注解路由解决方案,官方文档有误 https://www.jinhei.com/293.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务